@osdk/widget.vite-plugin 2.1.0 → 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 +13 -15
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,23 +1,21 @@
1
1
  # @osdk/widget.vite-plugin
2
2
 
3
- ## 2.1.0
3
+ ## 3.0.0-beta.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 322c5bc: Simulated release
8
- - 3ba0499: Move Vite plugin to API Gateway public endpoints
9
- - d4c962c: Fix typos for widgets libraries
10
- - a9f2596: Send baseHref when setting widget set settings
11
- - 0caa7b8: Use HTML parsing for Vite post-build widget manifest creation
12
- - 87b747c: Code Workspaces awareness for the Widgets Vite plugin
13
- - 317b555: Release
14
- - 994ab25: Support widget dev server on non-root paths
15
- - 9673e54: Fixes for custom widgets Vite plugin in Code Workspaces mode
16
- - Updated dependencies [322c5bc]
17
- - Updated dependencies [322c5bc]
18
- - Updated dependencies [317b555]
19
- - @osdk/foundry-config-json@1.1.0
20
- - @osdk/widget.api.unstable@2.1.0
7
+ - Updated dependencies [db62626]
8
+ - @osdk/widget.api.unstable@3.0.0-beta.3
9
+
10
+ ## 2.2.0-beta.2
11
+
12
+ ### Minor Changes
13
+
14
+ - 1bcfbbc: Bump fs-extra from 11.2.0 to 11.3.0
15
+
16
+ ### Patch Changes
17
+
18
+ - @osdk/widget.api.unstable@2.2.0-beta.2
21
19
 
22
20
  ## 2.1.0-beta.11
23
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/widget.vite-plugin",
3
- "version": "2.1.0",
3
+ "version": "3.0.0-beta.3",
4
4
  "description": "A vite plugin that will extract parameter definitions from TS/JS files + entrypoint info into a manifest file to be uploaded to Foundry ",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -26,12 +26,12 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "escodegen": "^2.1.0",
29
- "fs-extra": "^11.2.0",
29
+ "fs-extra": "^11.3.0",
30
30
  "parse5": "^7.2.1",
31
31
  "picocolors": "^1.1.1",
32
32
  "sirv": "^3.0.0",
33
- "@osdk/foundry-config-json": "~1.1.0",
34
- "@osdk/widget.api": "~2.1.0"
33
+ "@osdk/foundry-config-json": "~1.2.0-beta.1",
34
+ "@osdk/widget.api": "~3.0.0-beta.3"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "vite": "^6.3.5"
@@ -51,8 +51,8 @@
51
51
  "typescript": "~5.5.4",
52
52
  "vite": "^6.3.5",
53
53
  "vitest": "^3.0.5",
54
- "@osdk/monorepo.api-extractor": "~0.1.0",
55
- "@osdk/monorepo.tsconfig": "~0.1.0"
54
+ "@osdk/monorepo.api-extractor": "~0.2.0-beta.1",
55
+ "@osdk/monorepo.tsconfig": "~0.2.0-beta.1"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"