@forge/manifest 2.5.1-next.1 → 2.6.0-next.5
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 +24 -0
- package/out/schema/manifest-schema.json +329 -264
- package/out/schema/manifest.d.ts +229 -189
- package/out/scopes/shipyard-scopes.json +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 2.6.0-next.5
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0a39c43: Updating forge-manifest to include new Compass Metric scopes
|
|
8
|
+
|
|
9
|
+
## 2.5.1-next.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 91ea057: Update manifest definitions
|
|
14
|
+
|
|
15
|
+
## 2.5.1-next.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 3010f0e: Update manifest definitions
|
|
20
|
+
|
|
21
|
+
## 2.5.1-next.2
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- a017696: Update manifest definitions
|
|
26
|
+
|
|
3
27
|
## 2.5.1-next.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|