@forge/manifest 7.5.3 → 7.5.4-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 +13 -0
- package/out/schema/manifest-schema.json +1820 -291
- package/out/schema/manifest.d.ts +863 -187
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 7.5.4-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 09d005e: Fix failing unit tests in pipeline
|
|
8
|
+
- 9384afe: Update manifest definitions
|
|
9
|
+
|
|
10
|
+
## 7.5.4-next.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 562a25c: Allow updating manifest schema resources with app-host-artifacts changes on staging
|
|
15
|
+
|
|
3
16
|
## 7.5.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|