@osdk/react-devtools 0.14.0 → 0.14.1-main-d8082cf04ac05e31df78c0935f90a70e99933027

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 +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @osdk/react-devtools
2
2
 
3
+ ## 0.14.1-main-d8082cf04ac05e31df78c0935f90a70e99933027
4
+
5
+ ### Patch Changes
6
+
7
+ - 7e1aade: Extend oxfmt formatting to css, scss, and html in oxc-migrated packages. These file types were previously left unformatted (dprint had no css/html plugin); they are now covered by oxfmt and reformatted accordingly. yaml stays excluded because the only yaml in migrated packages is mustache-template documentation that oxfmt would corrupt.
8
+
3
9
  ## 0.14.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/react-devtools",
3
- "version": "0.14.0",
3
+ "version": "0.14.1-main-d8082cf04ac05e31df78c0935f90a70e99933027",
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.43.0",
77
- "@osdk/client": "2.43.0",
76
+ "@osdk/api": "2.45.0",
77
+ "@osdk/client": "2.45.0",
78
+ "@osdk/monorepo.api-extractor": "~0.7.0",
78
79
  "@osdk/monorepo.tsconfig": "~0.7.0",
79
- "@osdk/react": "2.43.0",
80
- "@osdk/monorepo.api-extractor": "~0.7.0"
80
+ "@osdk/react": "2.45.0"
81
81
  },
82
82
  "publishConfig": {
83
83
  "access": "public"