@osdk/react-devtools 0.6.0 → 0.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @osdk/react-devtools
2
2
 
3
+ ## 0.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4e0e7f6: Add docs for `@osdk/react-devtools` covering install, the Vite plugin, and the Performance, Compute, Intercept, and Debugging tabs.
8
+
9
+ ## 0.7.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 327aeda: Make react-devtools package private
14
+
3
15
  ## 0.6.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/react-devtools",
3
- "version": "0.6.0",
3
+ "version": "0.8.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/api": "2.18.0-pr-jzhang-185af2d4f5495dd0003904a7f1b8948b4f5c78cc",
77
- "@osdk/client": "2.18.0-pr-jzhang-185af2d4f5495dd0003904a7f1b8948b4f5c78cc",
78
76
  "@osdk/monorepo.api-extractor": "~0.7.0",
77
+ "@osdk/api": "2.28.0",
79
78
  "@osdk/monorepo.tsconfig": "~0.7.0",
80
- "@osdk/react": "2.18.0-pr-jzhang-185af2d4f5495dd0003904a7f1b8948b4f5c78cc"
79
+ "@osdk/client": "2.28.0",
80
+ "@osdk/react": "2.28.0"
81
81
  },
82
82
  "publishConfig": {
83
83
  "access": "public"