@instantdb/react-native-mmkv 0.22.123 → 0.22.124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +3 -3
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
> @instantdb/react-native-mmkv@0.22.
|
|
2
|
+
> @instantdb/react-native-mmkv@0.22.124 build /home/runner/work/instant/instant/client/packages/react-native-mmkv
|
|
3
3
|
> rm -rf dist; npm run build:main && npm run build:module
|
|
4
4
|
|
|
5
5
|
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
|
|
6
6
|
npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
|
|
7
7
|
|
|
8
|
-
> @instantdb/react-native-mmkv@0.22.
|
|
8
|
+
> @instantdb/react-native-mmkv@0.22.124 build:main
|
|
9
9
|
> tsc -p tsconfig.json
|
|
10
10
|
|
|
11
11
|
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
|
|
12
12
|
npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
|
|
13
13
|
|
|
14
|
-
> @instantdb/react-native-mmkv@0.22.
|
|
14
|
+
> @instantdb/react-native-mmkv@0.22.124 build:module
|
|
15
15
|
> tsc -p tsconfig.module.json
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instantdb/react-native-mmkv",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.124",
|
|
4
4
|
"description": "React Native MMKV interface for Instant DB",
|
|
5
5
|
"homepage": "https://github.com/instantdb/instant/tree/main/client/packages/react-native-mmkv",
|
|
6
6
|
"repository": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"react-native-mmkv": ">=1.15"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@instantdb/core": "0.22.
|
|
28
|
+
"@instantdb/core": "0.22.124"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"test": "vitest",
|