@osdk/react-devtools 0.16.1-main-62f9714ad969b183a0d5664f1e3d60802a7518f4 → 0.17.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 +2 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,10 @@
1
1
  # @osdk/react-devtools
2
2
 
3
- ## 0.16.1-main-62f9714ad969b183a0d5664f1e3d60802a7518f4
3
+ ## 0.17.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - 62f9714: Re-enable the `unicorn/no-useless-switch-case` oxlint rule and drop the redundant empty `case` labels that fell straight through to `default`. Behavior-preserving with no runtime or API changes.
8
- - @osdk/api@2.48.0-main-62f9714ad969b183a0d5664f1e3d60802a7518f4
9
- - @osdk/client@2.48.0-main-62f9714ad969b183a0d5664f1e3d60802a7518f4
10
- - @osdk/react@2.48.0-main-62f9714ad969b183a0d5664f1e3d60802a7518f4
11
8
 
12
9
  ## 0.16.0
13
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/react-devtools",
3
- "version": "0.16.1-main-62f9714ad969b183a0d5664f1e3d60802a7518f4",
3
+ "version": "0.17.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.48.0-main-62f9714ad969b183a0d5664f1e3d60802a7518f4",
77
- "@osdk/client": "2.48.0-main-62f9714ad969b183a0d5664f1e3d60802a7518f4",
76
+ "@osdk/api": "2.48.0",
78
77
  "@osdk/monorepo.api-extractor": "~0.7.0",
79
78
  "@osdk/monorepo.tsconfig": "~0.7.0",
80
- "@osdk/react": "2.48.0-main-62f9714ad969b183a0d5664f1e3d60802a7518f4"
79
+ "@osdk/react": "2.48.0",
80
+ "@osdk/client": "2.48.0"
81
81
  },
82
82
  "publishConfig": {
83
83
  "access": "public"