@osdk/react-devtools 0.9.0 → 0.9.1-main-890ae19c2ad41f508f77a234422fc85a7f035098

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 +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @osdk/react-devtools
2
2
 
3
+ ## 0.9.1-main-890ae19c2ad41f508f77a234422fc85a7f035098
4
+
5
+ ### Patch Changes
6
+
7
+ - 890ae19: Widen vite peer dependency range to include vite 7 so installs no longer warn on vite 7 projects
8
+ - @osdk/api@2.32.1-main-890ae19c2ad41f508f77a234422fc85a7f035098
9
+ - @osdk/client@2.32.1-main-890ae19c2ad41f508f77a234422fc85a7f035098
10
+ - @osdk/react@2.32.1-main-890ae19c2ad41f508f77a234422fc85a7f035098
11
+
3
12
  ## 0.9.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/react-devtools",
3
- "version": "0.9.0",
3
+ "version": "0.9.1-main-890ae19c2ad41f508f77a234422fc85a7f035098",
4
4
  "description": "Developer tools and debugging utilities for OSDK React Toolkit",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -52,7 +52,7 @@
52
52
  "@types/react": "^17 || ^18 || ^19",
53
53
  "react": "^17 || ^18 || ^19",
54
54
  "react-dom": "^17 || ^18 || ^19",
55
- "vite": "^5.0.0 || ^6.0.0"
55
+ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
56
56
  },
57
57
  "peerDependenciesMeta": {
58
58
  "vite": {
@@ -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.32.1-main-890ae19c2ad41f508f77a234422fc85a7f035098",
77
+ "@osdk/client": "2.32.1-main-890ae19c2ad41f508f77a234422fc85a7f035098",
76
78
  "@osdk/monorepo.api-extractor": "~0.7.0",
77
- "@osdk/client": "2.29.0",
78
79
  "@osdk/monorepo.tsconfig": "~0.7.0",
79
- "@osdk/react": "2.29.0",
80
- "@osdk/api": "2.29.0"
80
+ "@osdk/react": "2.32.1-main-890ae19c2ad41f508f77a234422fc85a7f035098"
81
81
  },
82
82
  "publishConfig": {
83
83
  "access": "public"