@osdk/widget.vite-plugin 3.6.1-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56 → 3.7.0

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 +7 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,16 @@
1
1
  # @osdk/widget.vite-plugin
2
2
 
3
- ## 3.6.1-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56
3
+ ## 3.7.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - f01a8f4: improvements(build): significant reduction in build task graphs
8
+
9
+ ### Patch Changes
10
+
8
11
  - Updated dependencies [f01a8f4]
9
- - @osdk/foundry-config-json@1.7.1-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56
10
- - @osdk/widget.api@3.6.1-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56
12
+ - @osdk/foundry-config-json@1.8.0
13
+ - @osdk/widget.api@3.7.0
11
14
 
12
15
  ## 3.6.0
13
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/widget.vite-plugin",
3
- "version": "3.6.1-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56",
3
+ "version": "3.7.0",
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",
@@ -30,8 +30,8 @@
30
30
  "picocolors": "^1.1.1",
31
31
  "resolve-package-path": "^4.0.3",
32
32
  "sirv": "^3.0.2",
33
- "@osdk/foundry-config-json": "~1.7.1-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56",
34
- "@osdk/widget.api": "~3.6.1-main-2bb6860bcbee545671e80a8a8606eec12b0c8f56"
33
+ "@osdk/foundry-config-json": "~1.8.0",
34
+ "@osdk/widget.api": "~3.7.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "vite": "^6.3.6 || ^7.3.1"