@osdk/react-devtools 0.11.1-main-2c226e0adafbbe1a5fed5aaa41f32131f0a156f9 → 0.12.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 +2 -7
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
# @osdk/react-devtools
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.12.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- 644f6f1: add copy-prompt builder and CopyPromptButton for actionable performance recommendations
|
|
8
8
|
- f71b440: isolate devtools styling in a shadow root so it no longer overrides app theme tokens
|
|
9
9
|
- ea126f7: Add Overview tab primitives (Metric, Metrics, OverviewSection) and a dummy-data OverviewTab to the monitoring panel.
|
|
10
10
|
- 566ecd3: Add the `u` (unicode) flag to regular expressions to satisfy the require-unicode-regexp lint rule
|
|
11
|
-
- Updated dependencies [3c48f5a]
|
|
12
|
-
- Updated dependencies [566ecd3]
|
|
13
|
-
- @osdk/client@2.42.1-main-2c226e0adafbbe1a5fed5aaa41f32131f0a156f9
|
|
14
|
-
- @osdk/react@2.42.1-main-2c226e0adafbbe1a5fed5aaa41f32131f0a156f9
|
|
15
|
-
- @osdk/api@2.42.1-main-2c226e0adafbbe1a5fed5aaa41f32131f0a156f9
|
|
16
11
|
|
|
17
12
|
## 0.11.0
|
|
18
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/react-devtools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"description": "Developer tools and debugging utilities for OSDK React Toolkit",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
"typescript": "~5.5.4",
|
|
74
74
|
"vite": "^6.3.5",
|
|
75
75
|
"vitest": "^2.0.0",
|
|
76
|
-
"@osdk/
|
|
77
|
-
"@osdk/api": "2.42.1-main-2c226e0adafbbe1a5fed5aaa41f32131f0a156f9",
|
|
78
|
-
"@osdk/react": "2.42.1-main-2c226e0adafbbe1a5fed5aaa41f32131f0a156f9",
|
|
76
|
+
"@osdk/api": "2.43.0",
|
|
79
77
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
80
|
-
"@osdk/monorepo.tsconfig": "~0.7.0"
|
|
78
|
+
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
79
|
+
"@osdk/react": "2.43.0",
|
|
80
|
+
"@osdk/client": "2.43.0"
|
|
81
81
|
},
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|