@firestartr/cli 1.59.3-snapshot-4 → 1.59.3-snapshot-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/build/index.js
CHANGED
|
@@ -358375,6 +358375,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
358375
358375
|
},
|
|
358376
358376
|
},
|
|
358377
358377
|
},
|
|
358378
|
+
additionalProperties: false,
|
|
358378
358379
|
required: ['visibility', 'org'],
|
|
358379
358380
|
},
|
|
358380
358381
|
],
|
|
@@ -376899,7 +376900,7 @@ const crs_analyzerSubcommand = {
|
|
|
376899
376900
|
};
|
|
376900
376901
|
|
|
376901
376902
|
;// CONCATENATED MODULE: ./package.json
|
|
376902
|
-
const package_namespaceObject = JSON.parse('{"i8":"1.59.3-snapshot-
|
|
376903
|
+
const package_namespaceObject = JSON.parse('{"i8":"1.59.3-snapshot-5"}');
|
|
376903
376904
|
;// CONCATENATED MODULE: ../../package.json
|
|
376904
376905
|
const package_namespaceObject_1 = {"i8":"1.59.3"};
|
|
376905
376906
|
;// CONCATENATED MODULE: ./src/subcommands/index.ts
|
|
@@ -501,6 +501,7 @@ declare const schemas: {
|
|
|
501
501
|
$ref: string;
|
|
502
502
|
type?: undefined;
|
|
503
503
|
properties?: undefined;
|
|
504
|
+
additionalProperties?: undefined;
|
|
504
505
|
required?: undefined;
|
|
505
506
|
} | {
|
|
506
507
|
type: string;
|
|
@@ -549,6 +550,7 @@ declare const schemas: {
|
|
|
549
550
|
};
|
|
550
551
|
};
|
|
551
552
|
};
|
|
553
|
+
additionalProperties: boolean;
|
|
552
554
|
required: string[];
|
|
553
555
|
$ref?: undefined;
|
|
554
556
|
})[];
|
|
@@ -11,6 +11,7 @@ declare const _default: {
|
|
|
11
11
|
$ref: string;
|
|
12
12
|
type?: undefined;
|
|
13
13
|
properties?: undefined;
|
|
14
|
+
additionalProperties?: undefined;
|
|
14
15
|
required?: undefined;
|
|
15
16
|
} | {
|
|
16
17
|
type: string;
|
|
@@ -59,6 +60,7 @@ declare const _default: {
|
|
|
59
60
|
};
|
|
60
61
|
};
|
|
61
62
|
};
|
|
63
|
+
additionalProperties: boolean;
|
|
62
64
|
required: string[];
|
|
63
65
|
$ref?: undefined;
|
|
64
66
|
})[];
|
|
@@ -116,6 +116,7 @@ export declare const GithubSchemas: ({
|
|
|
116
116
|
$ref: string;
|
|
117
117
|
type?: undefined;
|
|
118
118
|
properties?: undefined;
|
|
119
|
+
additionalProperties?: undefined;
|
|
119
120
|
required?: undefined;
|
|
120
121
|
} | {
|
|
121
122
|
type: string;
|
|
@@ -164,6 +165,7 @@ export declare const GithubSchemas: ({
|
|
|
164
165
|
};
|
|
165
166
|
};
|
|
166
167
|
};
|
|
168
|
+
additionalProperties: boolean;
|
|
167
169
|
required: string[];
|
|
168
170
|
$ref?: undefined;
|
|
169
171
|
})[];
|