@rozenite/sqlite-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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # @rozenite/sqlite-plugin
2
2
 
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#210](https://github.com/callstackincubator/rozenite/pull/210) [`45877af`](https://github.com/callstackincubator/rozenite/commit/45877af273f007434679029ff46fd767797aa2e3) Thanks [@V3RON](https://github.com/V3RON)! - Add a new plugin for interacting with SQLite databases, making it possible to inspect database structure, browse tables, and run queries through the Rozenite plugin system.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @rozenite/plugin-bridge@1.7.0
13
+
3
14
  ## 1.6.0
4
15
 
5
16
  - Initial release.
@@ -1 +1 @@
1
- {"name":"@rozenite/sqlite-plugin","version":"1.7.0-rc.2","description":"SQLite inspector for Rozenite.","panels":[{"name":"SQLite","source":"/devtools/panel.html"}]}
1
+ {"name":"@rozenite/sqlite-plugin","version":"1.7.0","description":"SQLite inspector for Rozenite.","panels":[{"name":"SQLite","source":"/devtools/panel.html"}]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rozenite/sqlite-plugin",
3
- "version": "1.7.0-rc.2",
3
+ "version": "1.7.0",
4
4
  "description": "SQLite inspector for Rozenite.",
5
5
  "type": "module",
6
6
  "main": "./dist/react-native/index.cjs",
@@ -15,7 +15,7 @@
15
15
  "url": "https://github.com/callstackincubator/rozenite.git"
16
16
  },
17
17
  "dependencies": {
18
- "@rozenite/plugin-bridge": "1.7.0-rc.2"
18
+ "@rozenite/plugin-bridge": "1.7.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@dnd-kit/core": "^6.3.1",
@@ -48,8 +48,8 @@
48
48
  "typescript": "~5.9.3",
49
49
  "vite": "^7.3.1",
50
50
  "vitest": "^3.2.4",
51
- "@rozenite/vite-plugin": "1.7.0-rc.2",
52
- "rozenite": "1.7.0-rc.2"
51
+ "@rozenite/vite-plugin": "1.7.0",
52
+ "rozenite": "1.7.0"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "expo-sqlite": "*",