@osdk/widget.api 2.1.1 → 3.0.0-beta.3

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 +4 -11
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,19 +1,12 @@
1
1
  # @osdk/widget.api
2
2
 
3
- ## 2.1.1
3
+ ## 3.0.0-beta.3
4
4
 
5
- ### Patch Changes
6
-
7
- - 2c10a9f: Simulated release
8
- - 2c10a9f: Remove unstable suffix from widget packages
9
- - 2c10a9f: Remove unstable fetch proxy from widgets
10
-
11
- ## 2.1.0
5
+ ### Minor Changes
12
6
 
13
- ### Patch Changes
7
+ - db62626: Remove unstable fetch proxy from widgets
14
8
 
15
- - 322c5bc: Simulated release
16
- - 317b555: Release
9
+ ## 2.2.0-beta.2
17
10
 
18
11
  ## 2.1.0-beta.11
19
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/widget.api",
3
- "version": "2.1.1",
3
+ "version": "3.0.0-beta.3",
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.1.0",
36
- "@osdk/monorepo.tsconfig": "~0.1.0"
35
+ "@osdk/monorepo.api-extractor": "~0.2.0-beta.1",
36
+ "@osdk/monorepo.tsconfig": "~0.2.0-beta.1"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"