@forge/manifest 4.20.2 → 4.20.3-next.0
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 +8 -0
- package/out/schema/manifest.d.ts +3 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/out/schema/manifest.d.ts
CHANGED
|
@@ -6404,16 +6404,13 @@ export interface Modules {
|
|
|
6404
6404
|
[k: string]: unknown;
|
|
6405
6405
|
}
|
|
6406
6406
|
export interface Filter {
|
|
6407
|
-
ignoreSelf
|
|
6408
|
-
[k: string]: unknown;
|
|
6407
|
+
ignoreSelf: IgnoreSelf;
|
|
6409
6408
|
}
|
|
6410
6409
|
export interface Filter1 {
|
|
6411
|
-
ignoreSelf
|
|
6412
|
-
[k: string]: unknown;
|
|
6410
|
+
ignoreSelf: IgnoreSelf;
|
|
6413
6411
|
}
|
|
6414
6412
|
export interface Filter2 {
|
|
6415
|
-
ignoreSelf
|
|
6416
|
-
[k: string]: unknown;
|
|
6413
|
+
ignoreSelf: IgnoreSelf;
|
|
6417
6414
|
}
|
|
6418
6415
|
/**
|
|
6419
6416
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/manifest",
|
|
3
|
-
"version": "4.20.
|
|
3
|
+
"version": "4.20.3-next.0",
|
|
4
4
|
"description": "Definitions and validations of the Forge manifest",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"ajv": "^8.12.0",
|
|
28
28
|
"cheerio": "^0.22.0",
|
|
29
29
|
"js-yaml": "^4.1.0",
|
|
30
|
-
"json-schema-to-typescript": "^
|
|
30
|
+
"json-schema-to-typescript": "^10.1.5",
|
|
31
31
|
"lodash": "^4.17.21",
|
|
32
32
|
"node-fetch": "2.7.0",
|
|
33
33
|
"typescript-json-schema": "^0.61.0",
|