@osdk/widget.client-react 3.7.0 → 3.7.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1

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 +8 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @osdk/widget.client-react
2
2
 
3
+ ## 3.7.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [58248f8]
8
+ - @osdk/client@2.10.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1
9
+ - @osdk/widget.client@3.7.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1
10
+
3
11
  ## 3.7.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/widget.client-react",
3
- "version": "3.7.0",
3
+ "version": "3.7.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1",
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.10.0",
37
- "@osdk/widget.client": "^3.7.0"
36
+ "@osdk/client": "^2.10.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1",
37
+ "@osdk/widget.client": "^3.7.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1"
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.10.0",
46
+ "@osdk/client": "~2.10.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1",
47
47
  "@osdk/monorepo.api-extractor": "~0.7.0",
48
- "@osdk/widget.api": "~3.7.0",
49
- "@osdk/widget.client": "~3.7.0",
50
- "@osdk/monorepo.tsconfig": "~0.7.0"
48
+ "@osdk/monorepo.tsconfig": "~0.7.0",
49
+ "@osdk/widget.api": "~3.7.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1",
50
+ "@osdk/widget.client": "~3.7.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"