@forge/manifest 12.7.1-next.0 → 12.8.0-next.10
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 +69 -0
- package/out/processor/full-validation-processor.d.ts.map +1 -1
- package/out/processor/full-validation-processor.js +1 -0
- package/out/schema/manifest-schema.json +1187 -203
- package/out/schema/manifest.d.ts +365 -2
- package/out/text/errors.d.ts +12 -0
- package/out/text/errors.d.ts.map +1 -1
- package/out/text/errors.js +14 -2
- package/out/types/module-types.d.ts +3 -0
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +3 -0
- package/out/utils/module-references.d.ts +6 -0
- package/out/utils/module-references.d.ts.map +1 -1
- package/out/utils/module-references.js +32 -2
- package/out/validators/index.d.ts +1 -0
- package/out/validators/index.d.ts.map +1 -1
- package/out/validators/index.js +1 -0
- package/out/validators/internal-fields-validator.d.ts +8 -0
- package/out/validators/internal-fields-validator.d.ts.map +1 -0
- package/out/validators/internal-fields-validator.js +44 -0
- package/out/validators/modules-validators/rovo/index.d.ts.map +1 -1
- package/out/validators/modules-validators/rovo/index.js +2 -0
- package/out/validators/modules-validators/rovo/validate-rovo-skill-actions.d.ts +4 -0
- package/out/validators/modules-validators/rovo/validate-rovo-skill-actions.d.ts.map +1 -0
- package/out/validators/modules-validators/rovo/validate-rovo-skill-actions.js +29 -0
- package/out/validators/modules-validators/rovo/validate-unreferenced-actions.js +6 -0
- package/out/validators/resources-validator.d.ts +4 -0
- package/out/validators/resources-validator.d.ts.map +1 -1
- package/out/validators/resources-validator.js +158 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,74 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 12.8.0-next.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 489c6d0: Update manifest definitions
|
|
8
|
+
|
|
9
|
+
## 12.8.0-next.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- e5b5031: Update manifest definitions
|
|
14
|
+
|
|
15
|
+
## 12.8.0-next.8
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- bf76c3c: allow overrides for services
|
|
20
|
+
|
|
21
|
+
## 12.8.0-next.7
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- f7c39e1: Setup limit to max number of resource entries allowed
|
|
26
|
+
|
|
27
|
+
## 12.8.0-next.6
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- e7b0684: support scaling containers to zero
|
|
32
|
+
|
|
33
|
+
## 12.8.0-next.5
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- ef0434d: Added support for multi-entry resources in UI Kit applications, enabling developers to define multiple entry points within a single resource.
|
|
38
|
+
|
|
39
|
+
## 12.8.0-next.4
|
|
40
|
+
|
|
41
|
+
### Minor Changes
|
|
42
|
+
|
|
43
|
+
- 1eded6e: Update action reference validation
|
|
44
|
+
- cf7000f: rovo:skill validation
|
|
45
|
+
- d660fb0: Update action validation
|
|
46
|
+
|
|
47
|
+
## 12.8.0-next.3
|
|
48
|
+
|
|
49
|
+
### Minor Changes
|
|
50
|
+
|
|
51
|
+
- 8d90f4f: Add entry map support to hosted resources schema and enhance validation
|
|
52
|
+
|
|
53
|
+
## 12.8.0-next.2
|
|
54
|
+
|
|
55
|
+
### Patch Changes
|
|
56
|
+
|
|
57
|
+
- 55991a3: Update manifest definitions
|
|
58
|
+
|
|
59
|
+
## 12.8.0-next.1
|
|
60
|
+
|
|
61
|
+
### Minor Changes
|
|
62
|
+
|
|
63
|
+
- f80e7b3: Added first-class rovo:skill support to the forge-manifest package
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- 0e45239: Forge manifest linter now includes devops:designInfoProvider and devops:securityInfoProvider
|
|
68
|
+
- 2e44a71: Update manifest definitions
|
|
69
|
+
- c775d3d: Update manifest definitions
|
|
70
|
+
- c99451e: Update manifest definitions
|
|
71
|
+
|
|
3
72
|
## 12.7.1-next.0
|
|
4
73
|
|
|
5
74
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"full-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/full-validation-processor.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"full-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/full-validation-processor.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAUpD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,qBAAa,uBAAwB,SAAQ,2BAA2B,CAAC,cAAc,CAAC;gBAC1E,WAAW,EAAE,WAAW;CA8BrC"}
|
|
@@ -22,6 +22,7 @@ class FullValidationProcessor extends abstract_validation_processor_1.AbstractVa
|
|
|
22
22
|
new validators_1.FileValidator(),
|
|
23
23
|
new validators_1.YamlValidator(),
|
|
24
24
|
new validators_1.SchemaValidator(FULL_SCHEMA),
|
|
25
|
+
new validators_1.InternalFieldsValidator(),
|
|
25
26
|
new validators_1.ModulesValidator(),
|
|
26
27
|
new validators_1.ConnectModulesValidator(),
|
|
27
28
|
new validators_1.ResourcesValidator(),
|