@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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.20.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 64ac4be: Bumping dependencies via Renovate:
8
+
9
+ - json-schema-to-typescript
10
+
3
11
  ## 4.20.2
4
12
 
5
13
  ### Patch Changes
@@ -6404,16 +6404,13 @@ export interface Modules {
6404
6404
  [k: string]: unknown;
6405
6405
  }
6406
6406
  export interface Filter {
6407
- ignoreSelf?: IgnoreSelf;
6408
- [k: string]: unknown;
6407
+ ignoreSelf: IgnoreSelf;
6409
6408
  }
6410
6409
  export interface Filter1 {
6411
- ignoreSelf?: IgnoreSelf;
6412
- [k: string]: unknown;
6410
+ ignoreSelf: IgnoreSelf;
6413
6411
  }
6414
6412
  export interface Filter2 {
6415
- ignoreSelf?: 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.2",
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": "^9.1.1",
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",