@forge/manifest 12.9.0-next.5-experimental-04898b4 → 12.9.0-next.6
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 +2 -14
- package/out/schema/manifest-schema.json +534 -134
- package/out/schema/manifest.d.ts +336 -28
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,10 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
-
## 12.9.0-next.
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 8197e66: rename shards to targets in overrides
|
|
8
|
-
- 723fab8: Added first-class rovo:mcp support to the forge-manifest package
|
|
9
|
-
- 4493006: Update validation for global:ui
|
|
10
|
-
- enforce app.compatibility
|
|
11
|
-
- remove installationTarget check
|
|
12
|
-
- 9f3add6: Forge skill path validation
|
|
3
|
+
## 12.9.0-next.6
|
|
13
4
|
|
|
14
5
|
### Patch Changes
|
|
15
6
|
|
|
16
|
-
-
|
|
17
|
-
- 5beb8ad: Add multi-entry resource bundling support for worker runtime
|
|
18
|
-
- f1f11f0: Update manifest definitions
|
|
19
|
-
- b7b1f36: Update manifest definitions
|
|
7
|
+
- ee691bf: Update manifest definitions
|
|
20
8
|
|
|
21
9
|
## 12.9.0-next.5
|
|
22
10
|
|