@osdk/react-devtools 0.12.1-main-ebb48501c74aa8202392800197de7224b142fd61 → 0.13.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 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @osdk/react-devtools
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.13.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- 928a117: render only the Components, Console, and Cache tabs in the devtools panel, replacing the Performance, Compute, Intercept, and Debugging tabs. The cache sections now render flush, dropping the extra section padding via an `OverviewSection` `padded` prop
|
|
8
8
|
- ebb4850: fix outlined primary buttons ("View documentation", "Copy fix prompt") in the devtools panel to use the soft blue tint and readable blue label instead of a solid fill with low-contrast text
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/react-devtools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "Developer tools and debugging utilities for OSDK React Toolkit",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"typescript": "~5.5.4",
|
|
74
74
|
"vite": "^6.3.5",
|
|
75
75
|
"vitest": "^2.0.0",
|
|
76
|
+
"@osdk/react": "2.43.0",
|
|
77
|
+
"@osdk/client": "2.43.0",
|
|
76
78
|
"@osdk/api": "2.43.0",
|
|
77
79
|
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
78
|
-
"@osdk/client": "2.43.0",
|
|
79
|
-
"@osdk/react": "2.43.0",
|
|
80
80
|
"@osdk/monorepo.api-extractor": "~0.7.0"
|
|
81
81
|
},
|
|
82
82
|
"publishConfig": {
|