@instantdb/react-native-mmkv 0.22.183 → 0.22.184

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.
@@ -1,16 +1,16 @@
1
1
 
2
- > @instantdb/react-native-mmkv@0.22.183 build /home/runner/work/instant/instant/client/packages/react-native-mmkv
2
+ > @instantdb/react-native-mmkv@0.22.184 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
- npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
6
- npm warn Unknown user config "always-auth". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
5
+ npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
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.183 build:main
8
+ > @instantdb/react-native-mmkv@0.22.184 build:main
9
9
  > tsc -p tsconfig.json
10
10
 
11
- npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
12
- npm warn Unknown user config "always-auth". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
11
+ npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
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.183 build:module
14
+ > @instantdb/react-native-mmkv@0.22.184 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.183",
3
+ "version": "0.22.184",
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.183"
28
+ "@instantdb/core": "0.22.184"
29
29
  },
30
30
  "scripts": {
31
31
  "test": "vitest",