@osdk/widget.api 3.1.0-beta.5 → 3.1.1
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 +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @osdk/widget.api
|
|
2
2
|
|
|
3
|
+
## 3.1.1
|
|
4
|
+
|
|
5
|
+
## 3.1.0
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- 7901ae0: Simulated release
|
|
10
|
+
- c09f545: Drop support for Sandbox v1 in widget client
|
|
11
|
+
- 3744571: Discover widget set input specs
|
|
12
|
+
- f173ee1: Improve widget client emitEvent types to more correctly extract event parameters
|
|
13
|
+
|
|
3
14
|
## 3.1.0-beta.5
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/widget.api",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "API contract between Foundry UIs that can embed custom widgets and the custom widgets themselves",
|
|
5
5
|
"access": "public",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"ts-expect": "^1.3.0",
|
|
33
33
|
"typescript": "~5.5.4",
|
|
34
34
|
"vitest": "^3.0.5",
|
|
35
|
-
"@osdk/monorepo.
|
|
36
|
-
"@osdk/monorepo.
|
|
35
|
+
"@osdk/monorepo.tsconfig": "~0.3.0",
|
|
36
|
+
"@osdk/monorepo.api-extractor": "~0.3.0"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|