@osdk/widget.client-react 3.57.0 → 3.57.1-main-6fe08e8729e35fea3e1aa6d1782b0ae650d526c9

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @osdk/widget.client-react
2
2
 
3
+ ## 3.57.1-main-6fe08e8729e35fea3e1aa6d1782b0ae650d526c9
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/widget.client@3.57.1-main-6fe08e8729e35fea3e1aa6d1782b0ae650d526c9
8
+
3
9
  ## 3.57.0
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/widget.client-react",
3
- "version": "3.57.0",
3
+ "version": "3.57.1-main-6fe08e8729e35fea3e1aa6d1782b0ae650d526c9",
4
4
  "description": "Wrapper around @osdk/widget.client",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -34,7 +34,7 @@
34
34
  "react": "^18 || ^19",
35
35
  "react-dom": "^18 || ^19",
36
36
  "@osdk/client": "^2.59.0",
37
- "@osdk/widget.client": "^3.57.0"
37
+ "@osdk/widget.client": "^3.57.1-main-6fe08e8729e35fea3e1aa6d1782b0ae650d526c9"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/react": "^18.3.24",
@@ -46,8 +46,8 @@
46
46
  "@osdk/client": "~2.59.0",
47
47
  "@osdk/monorepo.api-extractor": "~0.7.0",
48
48
  "@osdk/monorepo.tsconfig": "~0.7.0",
49
- "@osdk/widget.api": "~3.57.0",
50
- "@osdk/widget.client": "~3.57.0"
49
+ "@osdk/widget.client": "~3.57.1-main-6fe08e8729e35fea3e1aa6d1782b0ae650d526c9",
50
+ "@osdk/widget.api": "~3.57.1-main-6fe08e8729e35fea3e1aa6d1782b0ae650d526c9"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"