@osdk/react-devtools 0.6.0 → 0.8.1-main-958f6e01fe951479788017671047fcf3340d4f6b
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 +22 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @osdk/react-devtools
|
|
2
2
|
|
|
3
|
+
## 0.8.1-main-958f6e01fe951479788017671047fcf3340d4f6b
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 958f6e0: Make react-devtools package public again
|
|
8
|
+
- Updated dependencies [08e921c]
|
|
9
|
+
- @osdk/api@2.29.0-main-958f6e01fe951479788017671047fcf3340d4f6b
|
|
10
|
+
- @osdk/client@2.29.0-main-958f6e01fe951479788017671047fcf3340d4f6b
|
|
11
|
+
- @osdk/react@2.29.0-main-958f6e01fe951479788017671047fcf3340d4f6b
|
|
12
|
+
|
|
13
|
+
## 0.8.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- 4e0e7f6: Add docs for `@osdk/react-devtools` covering install, the Vite plugin, and the Performance, Compute, Intercept, and Debugging tabs.
|
|
18
|
+
|
|
19
|
+
## 0.7.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- 327aeda: Make react-devtools package private
|
|
24
|
+
|
|
3
25
|
## 0.6.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/react-devtools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.1-main-958f6e01fe951479788017671047fcf3340d4f6b",
|
|
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/api": "2.
|
|
77
|
-
"@osdk/client": "2.18.0-pr-jzhang-185af2d4f5495dd0003904a7f1b8948b4f5c78cc",
|
|
76
|
+
"@osdk/api": "2.29.0-main-958f6e01fe951479788017671047fcf3340d4f6b",
|
|
78
77
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
79
|
-
"@osdk/
|
|
80
|
-
"@osdk/react": "2.
|
|
78
|
+
"@osdk/client": "2.29.0-main-958f6e01fe951479788017671047fcf3340d4f6b",
|
|
79
|
+
"@osdk/react": "2.29.0-main-958f6e01fe951479788017671047fcf3340d4f6b",
|
|
80
|
+
"@osdk/monorepo.tsconfig": "~0.7.0"
|
|
81
81
|
},
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|