@firestartr/cli 1.57.1-snapshot-2 → 1.57.1-snapshot-3
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
|
@@ -357883,6 +357883,11 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
357883
357883
|
OwnerReference: {
|
|
357884
357884
|
$id: 'firestartr.dev://common/FirestartrOwnerRef',
|
|
357885
357885
|
type: 'string',
|
|
357886
|
+
pattern: '^(user|group):([a-z0-9]([a-z0-9._-]*[a-z0-9])?/)?[a-z0-9]([a-z0-9._-]*[a-z0-9])?$',
|
|
357887
|
+
},
|
|
357888
|
+
MaintainerReference: {
|
|
357889
|
+
$id: 'firestartr.dev://common/FirestartrMaintainerRef',
|
|
357890
|
+
type: 'string',
|
|
357886
357891
|
pattern: '^(user|group|collaborator):([a-z0-9]([a-z0-9._-]*[a-z0-9])?/)?[a-z0-9]([a-z0-9._-]*[a-z0-9])?$',
|
|
357887
357892
|
},
|
|
357888
357893
|
Annotations: {
|
|
@@ -357988,7 +357993,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
357988
357993
|
maintainedBy: {
|
|
357989
357994
|
type: 'array',
|
|
357990
357995
|
items: {
|
|
357991
|
-
$ref: 'firestartr.dev://common/
|
|
357996
|
+
$ref: 'firestartr.dev://common/FirestartrMaintainerRef',
|
|
357992
357997
|
},
|
|
357993
357998
|
},
|
|
357994
357999
|
platformOwner: {
|
|
@@ -376439,7 +376444,7 @@ const crs_analyzerSubcommand = {
|
|
|
376439
376444
|
};
|
|
376440
376445
|
|
|
376441
376446
|
;// CONCATENATED MODULE: ./package.json
|
|
376442
|
-
const package_namespaceObject = JSON.parse('{"i8":"1.57.1-snapshot-
|
|
376447
|
+
const package_namespaceObject = JSON.parse('{"i8":"1.57.1-snapshot-3"}');
|
|
376443
376448
|
;// CONCATENATED MODULE: ../../package.json
|
|
376444
376449
|
const package_namespaceObject_1 = {"i8":"1.57.0"};
|
|
376445
376450
|
;// CONCATENATED MODULE: ./src/subcommands/index.ts
|