@osdk/widget.vite-plugin 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.
- package/CHANGELOG.md +9 -22
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,34 +1,21 @@
|
|
|
1
1
|
# @osdk/widget.vite-plugin
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 3.0.0-beta.3
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
- Updated dependencies [2c10a9f]
|
|
10
|
-
- Updated dependencies [2c10a9f]
|
|
11
|
-
- Updated dependencies [2c10a9f]
|
|
12
|
-
- @osdk/widget.api@2.1.1
|
|
7
|
+
- Updated dependencies [db62626]
|
|
8
|
+
- @osdk/widget.api.unstable@3.0.0-beta.3
|
|
13
9
|
|
|
14
|
-
## 2.
|
|
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
15
|
|
|
16
16
|
### Patch Changes
|
|
17
17
|
|
|
18
|
-
-
|
|
19
|
-
- 3ba0499: Move Vite plugin to API Gateway public endpoints
|
|
20
|
-
- d4c962c: Fix typos for widgets libraries
|
|
21
|
-
- a9f2596: Send baseHref when setting widget set settings
|
|
22
|
-
- 0caa7b8: Use HTML parsing for Vite post-build widget manifest creation
|
|
23
|
-
- 87b747c: Code Workspaces awareness for the Widgets Vite plugin
|
|
24
|
-
- 317b555: Release
|
|
25
|
-
- 994ab25: Support widget dev server on non-root paths
|
|
26
|
-
- 9673e54: Fixes for custom widgets Vite plugin in Code Workspaces mode
|
|
27
|
-
- Updated dependencies [322c5bc]
|
|
28
|
-
- Updated dependencies [322c5bc]
|
|
29
|
-
- Updated dependencies [317b555]
|
|
30
|
-
- @osdk/foundry-config-json@1.1.0
|
|
31
|
-
- @osdk/widget.api.unstable@2.1.0
|
|
18
|
+
- @osdk/widget.api.unstable@2.2.0-beta.2
|
|
32
19
|
|
|
33
20
|
## 2.1.0-beta.11
|
|
34
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/widget.vite-plugin",
|
|
3
|
-
"version": "
|
|
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.
|
|
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.
|
|
34
|
-
"@osdk/widget.api": "~
|
|
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.
|
|
55
|
-
"@osdk/monorepo.tsconfig": "~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"
|