@osdk/react-devtools 0.8.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 +10 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
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
|
+
|
|
3
13
|
## 0.8.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/react-devtools",
|
|
3
|
-
"version": "0.8.
|
|
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.29.0-main-958f6e01fe951479788017671047fcf3340d4f6b",
|
|
76
77
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
77
|
-
"@osdk/
|
|
78
|
-
"@osdk/
|
|
79
|
-
"@osdk/
|
|
80
|
-
"@osdk/react": "2.28.0"
|
|
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"
|