@osdk/react-devtools 0.18.1-pr-jzhang-03d4d1dd0fe095f79fbc0d67b24dd2db2010fa85 → 0.19.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 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
# @osdk/react-devtools
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.19.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- 488376f: Configure the CI JUnit reporter in each package's vitest config instead of passing it as a turbo `--` argument. Turbo folds passthrough arguments into its global hash, so passing them there made every task in a `turbo run test` invocation a cache miss rather than only the `test` tasks. Test configuration only; no runtime or API changes.
|
|
8
|
-
- Updated dependencies [488376f]
|
|
9
|
-
- @osdk/api@2.67.0-pr-jzhang-03d4d1dd0fe095f79fbc0d67b24dd2db2010fa85
|
|
10
|
-
- @osdk/client@2.67.0-pr-jzhang-03d4d1dd0fe095f79fbc0d67b24dd2db2010fa85
|
|
11
|
-
- @osdk/react@2.67.0-pr-jzhang-03d4d1dd0fe095f79fbc0d67b24dd2db2010fa85
|
|
12
8
|
|
|
13
9
|
## 0.18.0
|
|
14
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/react-devtools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.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": "^3.2.4",
|
|
76
|
-
"@osdk/api": "2.67.0
|
|
77
|
-
"@osdk/client": "2.67.0
|
|
76
|
+
"@osdk/api": "2.67.0",
|
|
77
|
+
"@osdk/client": "2.67.0",
|
|
78
78
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
79
79
|
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
80
|
-
"@osdk/react": "2.67.0
|
|
80
|
+
"@osdk/react": "2.67.0"
|
|
81
81
|
},
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|