@forge/manifest 13.3.0-next.0-experimental-620648d → 13.3.0-next.1

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 CHANGED
@@ -1,10 +1,10 @@
1
1
  # @forge/manifest
2
2
 
3
- ## 13.3.0-next.0-experimental-620648d
3
+ ## 13.3.0-next.1
4
4
 
5
- ### Minor Changes
5
+ ### Patch Changes
6
6
 
7
- - d706cd8: Add "package" property to resource manifest definition to allow custom bundling for UI Kit resources
7
+ - 39f1f15: Update manifest definitions
8
8
 
9
9
  ## 13.3.0-next.0
10
10
 
@@ -33255,7 +33255,9 @@
33255
33255
  },
33256
33256
  "package": {
33257
33257
  "type": "string",
33258
- "enum": ["manual@2026"],
33258
+ "enum": [
33259
+ "manual@2026"
33260
+ ],
33259
33261
  "description": "For UI Kit resources only. When set, the CLI treats the resource path as already-built output."
33260
33262
  },
33261
33263
  "entry": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "13.3.0-next.0-experimental-620648d",
3
+ "version": "13.3.0-next.1",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {