@osdk/widget.client-react 3.12.1-pr-jzhang-e19d84765666db58d8ec2e7060227d7e56d7ef40 → 3.14.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 +15 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,25 @@
|
|
|
1
1
|
# @osdk/widget.client-react
|
|
2
2
|
|
|
3
|
-
## 3.
|
|
3
|
+
## 3.14.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- Updated dependencies [147166c]
|
|
8
|
+
- @osdk/client@2.17.0
|
|
9
|
+
- @osdk/widget.client@3.14.0
|
|
10
|
+
|
|
11
|
+
## 3.13.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
7
15
|
- 56c5630: Drop redundant `--config $(find-up dprint.json)` from `lint`, `fix-lint`, and `format` scripts. dprint already auto-discovers `dprint.json` by walking up from cwd; the substitution was a no-op anyway since `find-up` is an npm package, not a CLI. Also fix the `uploadMediaOntologyEdits` documentation example so its `// @ts-ignore` survives dprint reformatting (the broken `format` step had been masking this).
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
8
19
|
- Updated dependencies [56c5630]
|
|
9
|
-
|
|
10
|
-
- @osdk/
|
|
20
|
+
- Updated dependencies [17d7ba2]
|
|
21
|
+
- @osdk/client@2.16.0
|
|
22
|
+
- @osdk/widget.client@3.13.0
|
|
11
23
|
|
|
12
24
|
## 3.12.0
|
|
13
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/widget.client-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.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.
|
|
37
|
-
"@osdk/widget.client": "^3.
|
|
36
|
+
"@osdk/client": "^2.17.0",
|
|
37
|
+
"@osdk/widget.client": "^3.14.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.
|
|
46
|
+
"@osdk/client": "~2.17.0",
|
|
47
47
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
48
48
|
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
49
|
-
"@osdk/widget.api": "~3.
|
|
50
|
-
"@osdk/widget.client": "~3.
|
|
49
|
+
"@osdk/widget.api": "~3.14.0",
|
|
50
|
+
"@osdk/widget.client": "~3.14.0"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|