@osdk/widget.api 3.0.0 → 3.1.0-beta.2
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 +1 -8
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
# @osdk/widget.api
|
|
2
2
|
|
|
3
|
-
## 3.0.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 7901ae0: Simulated release
|
|
8
|
-
- 7901ae0: Remove unstable suffix from widget packages
|
|
9
|
-
- db62626: Remove unstable fetch proxy from widgets
|
|
10
|
-
- f8db93d: improve media upload (beta)
|
|
3
|
+
## 3.1.0-beta.2
|
|
11
4
|
|
|
12
5
|
## 3.0.0-beta.6
|
|
13
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/widget.api",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.1.0-beta.2",
|
|
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.api-extractor": "~0.
|
|
36
|
-
"@osdk/monorepo.tsconfig": "~0.
|
|
35
|
+
"@osdk/monorepo.api-extractor": "~0.3.0-beta.1",
|
|
36
|
+
"@osdk/monorepo.tsconfig": "~0.3.0-beta.1"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|