From f942d48d053fdf3c2ec5cca3615be9369a8a3511 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Sun, 3 Nov 2024 14:57:42 +0500 Subject: [PATCH] publish v0.11.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 656377f..7ad4ca4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-mmkv-storage", - "version": "0.11.0-alpha.0", + "version": "0.11.0", "description": "This library aims to provide a fast & reliable solution for you data storage needs in react-native apps. It uses [MMKV](https://github.com/Tencent/MMKV) by Tencent under the hood on Android and iOS both that is used by their WeChat app(more than 1 Billion users). Unlike other storage solutions for React Native, this library lets you store any kind of data type, in any number of database instances, with or without encryption in a very fast and efficient way.", "main": "./dist/index.js", "scripts": { @@ -62,7 +62,7 @@ "codegenConfig": { "name": "MMKVStorageSpec", "type": "modules", - "jsSrcsDir": "src", + "jsSrcsDir": "./", "outputDir": { "ios": "ios/generated", "android": "android/generated"