@rozenite/storage-plugin 1.7.0-rc.1 → 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 CHANGED
@@ -1,20 +1,14 @@
1
1
  # @rozenite/storage-plugin
2
2
 
3
- ## 1.7.0-rc.1
3
+ ## 1.7.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`525a35b`](https://github.com/callstackincubator/rozenite/commit/525a35b3afe0b7989b69d591d8db19b99ad0b812)]:
8
- - @rozenite/agent-bridge@1.7.0-rc.1
9
- - @rozenite/plugin-bridge@1.7.0-rc.1
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.
10
8
 
11
- ## 1.7.0-rc.0
12
-
13
- ### Patch Changes
14
-
15
- - Updated dependencies []:
16
- - @rozenite/agent-bridge@1.7.0-rc.0
17
- - @rozenite/plugin-bridge@1.7.0-rc.0
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
18
12
 
19
13
  ## 1.6.0
20
14
 
@@ -1 +1 @@
1
- {"name":"@rozenite/storage-plugin","version":"1.7.0-rc.1","description":"Generic Storage Inspector for Rozenite.","panels":[{"name":"Storage","source":"/devtools/panel.html"}]}
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-rc.1",
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-rc.1",
19
- "@rozenite/plugin-bridge": "1.7.0-rc.1"
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-rc.1",
41
- "rozenite": "1.7.0-rc.1"
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": "*",