@osdk/widget.client-react 3.63.1-main-e3a381d48cecfdaf4d2663aa93391d51da878780 → 3.64.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 +3 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @osdk/widget.client-react
2
2
 
3
- ## 3.63.1-main-e3a381d48cecfdaf4d2663aa93391d51da878780
3
+ ## 3.64.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [e3a381d]
8
8
  - Updated dependencies [b1bb84a]
9
9
  - Updated dependencies [aacb86b]
10
- - @osdk/client@2.64.1-main-e3a381d48cecfdaf4d2663aa93391d51da878780
11
- - @osdk/widget.client@3.63.1-main-e3a381d48cecfdaf4d2663aa93391d51da878780
10
+ - @osdk/client@2.65.0
11
+ - @osdk/widget.client@3.64.0
12
12
 
13
13
  ## 3.63.0
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/widget.client-react",
3
- "version": "3.63.1-main-e3a381d48cecfdaf4d2663aa93391d51da878780",
3
+ "version": "3.64.0",
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/client": "^2.64.1-main-e3a381d48cecfdaf4d2663aa93391d51da878780",
37
- "@osdk/widget.client": "^3.63.1-main-e3a381d48cecfdaf4d2663aa93391d51da878780"
36
+ "@osdk/client": "^2.65.0",
37
+ "@osdk/widget.client": "^3.64.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/react": "^18.3.24",
@@ -43,11 +43,11 @@
43
43
  "react-dom": "18.3.1",
44
44
  "ts-expect": "^1.3.0",
45
45
  "typescript": "~5.5.4",
46
- "@osdk/client": "~2.64.1-main-e3a381d48cecfdaf4d2663aa93391d51da878780",
46
+ "@osdk/client": "~2.65.0",
47
47
  "@osdk/monorepo.api-extractor": "~0.7.0",
48
48
  "@osdk/monorepo.tsconfig": "~0.7.0",
49
- "@osdk/widget.api": "~3.63.1-main-e3a381d48cecfdaf4d2663aa93391d51da878780",
50
- "@osdk/widget.client": "~3.63.1-main-e3a381d48cecfdaf4d2663aa93391d51da878780"
49
+ "@osdk/widget.api": "~3.64.0",
50
+ "@osdk/widget.client": "~3.64.0"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"