@osdk/widget.client 3.1.0-beta.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @osdk/widget.client
2
2
 
3
+ ## 3.1.0-beta.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/widget.api@3.1.0-beta.2
8
+
3
9
  ## 3.0.0-beta.6
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/widget.client",
3
- "version": "3.1.0-beta.1",
3
+ "version": "3.1.0-beta.2",
4
4
  "description": "Client that sets up listeners for the custom widgets embedded into Foundry, adhering to the contract laid out in @osdk/widget.api",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -30,13 +30,13 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "tiny-invariant": "^1.3.1",
33
- "@osdk/widget.api": "~3.1.0-beta.1"
33
+ "@osdk/widget.api": "~3.1.0-beta.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "ts-expect": "^1.3.0",
37
37
  "typescript": "~5.5.4",
38
- "@osdk/monorepo.api-extractor": "~0.3.0-beta.1",
39
- "@osdk/monorepo.tsconfig": "~0.3.0-beta.1"
38
+ "@osdk/monorepo.tsconfig": "~0.3.0-beta.1",
39
+ "@osdk/monorepo.api-extractor": "~0.3.0-beta.1"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"