@rozenite/performance-monitor-plugin 1.8.0 → 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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @rozenite/performance-monitor-plugin
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @rozenite/plugin-bridge@1.9.0
9
+
10
+ ## 1.8.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @rozenite/plugin-bridge@1.8.1
16
+
3
17
  ## 1.8.0
4
18
 
5
19
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- export declare let usePerformanceMonitorDevTools: usePerformanceMonitorDevTools_2;
1
+ export declare let usePerformanceMonitorDevTools: typeof usePerformanceMonitorDevTools_2;
2
2
 
3
3
  declare const usePerformanceMonitorDevTools_2: () => void;
4
4
 
@@ -1 +1 @@
1
- {"name":"@rozenite/performance-monitor-plugin","version":"1.8.0","description":"Performance Monitor for Rozenite.","panels":[{"name":"Performance Monitor","source":"/devtools/App.html"}]}
1
+ {"name":"@rozenite/performance-monitor-plugin","version":"1.9.0","description":"Performance Monitor for Rozenite.","panels":[{"name":"Performance Monitor","source":"/devtools/App.html"}]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rozenite/performance-monitor-plugin",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "Performance Monitor 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.8.0"
18
+ "@rozenite/plugin-bridge": "1.9.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@radix-ui/react-icons": "^1.3.2",
@@ -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.8.0",
41
- "rozenite": "1.8.0"
40
+ "@rozenite/vite-plugin": "1.9.0",
41
+ "rozenite": "1.9.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "*",