@rozenite/storage-plugin 1.7.0-rc.2 → 1.7.0
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/CHANGELOG.md +10 -0
- package/dist/rozenite.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @rozenite/storage-plugin
|
|
2
2
|
|
|
3
|
+
## 1.7.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`1e4dbf9`](https://github.com/callstackincubator/rozenite/commit/1e4dbf9ee4e2efe82fff515523965c938a1e5d38) Thanks [@V3RON](https://github.com/V3RON)! - Fix the storage plugin so its React Native entry is stripped from production builds correctly, and tighten the storage adapter types to align the async storage adapter with the shared plugin API.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`a826e35`](https://github.com/callstackincubator/rozenite/commit/a826e35ffadcf79b9d2f1bb033666d3b27d40752)]:
|
|
10
|
+
- @rozenite/agent-bridge@1.7.0
|
|
11
|
+
- @rozenite/plugin-bridge@1.7.0
|
|
12
|
+
|
|
3
13
|
## 1.6.0
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/rozenite.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@rozenite/storage-plugin","version":"1.7.0
|
|
1
|
+
{"name":"@rozenite/storage-plugin","version":"1.7.0","description":"Generic Storage Inspector for Rozenite.","panels":[{"name":"Storage","source":"/devtools/panel.html"}]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rozenite/storage-plugin",
|
|
3
|
-
"version": "1.7.0
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "Generic Storage Inspector for Rozenite.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/react-native/index.cjs",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"url": "https://github.com/callstackincubator/rozenite.git"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@rozenite/agent-bridge": "1.7.0
|
|
19
|
-
"@rozenite/plugin-bridge": "1.7.0
|
|
18
|
+
"@rozenite/agent-bridge": "1.7.0",
|
|
19
|
+
"@rozenite/plugin-bridge": "1.7.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@tanstack/react-table": "^8.21.3",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"tailwindcss-animate": "^1.0.7",
|
|
38
38
|
"typescript": "~5.9.3",
|
|
39
39
|
"vite": "^7.3.1",
|
|
40
|
-
"@rozenite/vite-plugin": "1.7.0
|
|
41
|
-
"rozenite": "1.7.0
|
|
40
|
+
"@rozenite/vite-plugin": "1.7.0",
|
|
41
|
+
"rozenite": "1.7.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@react-native-async-storage/async-storage": "*",
|