@firestartr/cli 1.59.3-snapshot-12 → 1.59.3-snapshot-13
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 +2 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -357956,7 +357956,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
357956
357956
|
TfStateKey: {
|
|
357957
357957
|
$id: 'firestartr.dev://common/TerraformStateKey',
|
|
357958
357958
|
type: 'string',
|
|
357959
|
-
pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$',
|
|
357959
|
+
pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12,}$',
|
|
357960
357960
|
},
|
|
357961
357961
|
},
|
|
357962
357962
|
});
|
|
@@ -377084,7 +377084,7 @@ const crs_analyzerSubcommand = {
|
|
|
377084
377084
|
};
|
|
377085
377085
|
|
|
377086
377086
|
;// CONCATENATED MODULE: ./package.json
|
|
377087
|
-
const package_namespaceObject = JSON.parse('{"i8":"1.59.3-snapshot-
|
|
377087
|
+
const package_namespaceObject = JSON.parse('{"i8":"1.59.3-snapshot-13"}');
|
|
377088
377088
|
;// CONCATENATED MODULE: ../../package.json
|
|
377089
377089
|
const package_namespaceObject_1 = {"i8":"1.59.3"};
|
|
377090
377090
|
;// CONCATENATED MODULE: ./src/subcommands/index.ts
|