@forge/manifest 12.7.0 → 12.8.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 +19 -0
- package/out/schema/manifest-schema.json +1126 -204
- package/out/schema/manifest.d.ts +350 -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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 12.8.0-next.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f80e7b3: Added first-class rovo:skill support to the forge-manifest package
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 0e45239: Forge manifest linter now includes devops:designInfoProvider and devops:securityInfoProvider
|
|
12
|
+
- 2e44a71: Update manifest definitions
|
|
13
|
+
- c775d3d: Update manifest definitions
|
|
14
|
+
- c99451e: Update manifest definitions
|
|
15
|
+
|
|
16
|
+
## 12.7.1-next.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- e6a3ab2: Adding new PKCE property to auth providers
|
|
21
|
+
|
|
3
22
|
## 12.7.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|