@osdk/widget.client-react 3.65.0 → 3.65.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004

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 +10 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @osdk/widget.client-react
2
2
 
3
+ ## 3.65.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004
4
+
5
+ ### Patch Changes
6
+
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 [92b158d]
9
+ - Updated dependencies [488376f]
10
+ - @osdk/client@2.66.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004
11
+ - @osdk/widget.client@3.65.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004
12
+
3
13
  ## 3.65.0
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/widget.client-react",
3
- "version": "3.65.0",
3
+ "version": "3.65.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004",
4
4
  "description": "Wrapper around @osdk/widget.client",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -33,8 +33,8 @@
33
33
  "@types/react-dom": "^18 || ^19",
34
34
  "react": "^18 || ^19",
35
35
  "react-dom": "^18 || ^19",
36
- "@osdk/widget.client": "^3.65.0",
37
- "@osdk/client": "^2.66.0"
36
+ "@osdk/client": "^2.66.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004",
37
+ "@osdk/widget.client": "^3.65.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/react": "^18.3.24",
@@ -44,10 +44,10 @@
44
44
  "ts-expect": "^1.3.0",
45
45
  "typescript": "~5.5.4",
46
46
  "@osdk/monorepo.api-extractor": "~0.7.0",
47
- "@osdk/client": "~2.66.0",
48
47
  "@osdk/monorepo.tsconfig": "~0.7.0",
49
- "@osdk/widget.api": "~3.65.0",
50
- "@osdk/widget.client": "~3.65.0"
48
+ "@osdk/client": "~2.66.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004",
49
+ "@osdk/widget.api": "~3.65.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004",
50
+ "@osdk/widget.client": "~3.65.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"