@rozenite/controls-plugin 1.8.1 → 1.9.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 +9 -0
- package/dist/react-native/index.d.ts +1 -1
- package/dist/rozenite.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -127,7 +127,7 @@ export declare type RozeniteControlsPluginOptions = {
|
|
|
127
127
|
sections: ControlsSection[];
|
|
128
128
|
};
|
|
129
129
|
|
|
130
|
-
export declare let useRozeniteControlsPlugin: useRozeniteControlsPlugin_2;
|
|
130
|
+
export declare let useRozeniteControlsPlugin: typeof useRozeniteControlsPlugin_2;
|
|
131
131
|
|
|
132
132
|
declare const useRozeniteControlsPlugin_2: ({ sections, }: RozeniteControlsPluginOptions) => RozeniteDevToolsClient<ControlsEventMap> | null;
|
|
133
133
|
|
package/dist/rozenite.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@rozenite/controls-plugin","version":"1.
|
|
1
|
+
{"name":"@rozenite/controls-plugin","version":"1.9.0","description":"A Rozenite plugin for exposing app-defined controls directly in React Native DevTools.","panels":[{"name":"Controls","source":"/devtools/panel.html"}]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rozenite/controls-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "A Rozenite plugin for exposing app-defined controls directly in React Native DevTools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/react-native/index.cjs",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"url": "https://github.com/callstackincubator/rozenite.git"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@rozenite/agent-shared": "1.
|
|
19
|
-
"@rozenite/agent-bridge": "1.
|
|
20
|
-
"@rozenite/plugin-bridge": "1.
|
|
18
|
+
"@rozenite/agent-shared": "1.9.0",
|
|
19
|
+
"@rozenite/agent-bridge": "1.9.0",
|
|
20
|
+
"@rozenite/plugin-bridge": "1.9.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/react": "~19.2.2",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"tailwindcss-animate": "^1.0.7",
|
|
33
33
|
"typescript": "~5.9.3",
|
|
34
34
|
"vite": "^7.3.1",
|
|
35
|
-
"@rozenite/vite-plugin": "1.
|
|
36
|
-
"rozenite": "1.
|
|
35
|
+
"@rozenite/vite-plugin": "1.9.0",
|
|
36
|
+
"rozenite": "1.9.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "*",
|