@osdk/react-devtools 0.10.1-main-6bda6cb1ed423357fcc5ff909c71cbc3de78f5be → 0.11.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.
- package/CHANGELOG.md +2 -8
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
# @osdk/react-devtools
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.11.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- cbcdce1: Re-enable the oxlint rules the `**/*.{js,mjs,cjs}` override had disabled and delete the override, so JS build scripts, bin shims, and config files are held to the same ruleset as TypeScript. Changes are behavior-preserving (lint/format fixes to build tooling only).
|
|
8
8
|
- 6600566: Migrate @osdk/react, @osdk/react-devtools, and @osdk/react-components-storybook to lint with oxlint and format with oxfmt (configured via Ultracite) instead of ESLint and dprint (sixth increment of the repo-wide oxc migration; the React family ahead of @osdk/react-components)
|
|
9
|
-
- Updated dependencies [830d791]
|
|
10
|
-
- Updated dependencies [0021ee4]
|
|
11
|
-
- Updated dependencies [6600566]
|
|
12
|
-
- @osdk/api@2.41.1-main-6bda6cb1ed423357fcc5ff909c71cbc3de78f5be
|
|
13
|
-
- @osdk/client@2.41.1-main-6bda6cb1ed423357fcc5ff909c71cbc3de78f5be
|
|
14
|
-
- @osdk/react@2.41.1-main-6bda6cb1ed423357fcc5ff909c71cbc3de78f5be
|
|
15
9
|
|
|
16
10
|
## 0.10.0
|
|
17
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/react-devtools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.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.
|
|
77
|
-
"@osdk/client": "2.
|
|
76
|
+
"@osdk/api": "2.42.0",
|
|
77
|
+
"@osdk/client": "2.42.0",
|
|
78
78
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
79
79
|
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
80
|
-
"@osdk/react": "2.
|
|
80
|
+
"@osdk/react": "2.42.0"
|
|
81
81
|
},
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|