@firestartr/cli 1.59.0-snapshot-12 → 1.59.0-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.
Files changed (2) hide show
  1. package/build/index.js +3 -3
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -366097,8 +366097,8 @@ async function renderTfWorkspace(claim, firestartrId, resolveRef, namespace) {
366097
366097
 
366098
366098
 
366099
366099
  // ref must match type-imported-ref where type can be group|user and:<value>
366100
- // example: user-importer-ref:My Group
366101
- const REGEX_IMPORTED_REF = /(?<type>user|group)-imported-ref:(?<value>.+)/;
366100
+ // example: user-imported-ref:My Group
366101
+ const REGEX_IMPORTED_REF = /^(?<type>user|group)-imported-ref:(?<value>.+)$/;
366102
366102
  function importedsRefsWalker(renderClaim) {
366103
366103
  // cr is an object, we want to walk through all its properties recursively
366104
366104
  // the property can be another object, an array, or a primitive value
@@ -376739,7 +376739,7 @@ const crs_analyzerSubcommand = {
376739
376739
  };
376740
376740
 
376741
376741
  ;// CONCATENATED MODULE: ./package.json
376742
- const package_namespaceObject = JSON.parse('{"i8":"1.59.0-snapshot-12"}');
376742
+ const package_namespaceObject = JSON.parse('{"i8":"1.59.0-snapshot-13"}');
376743
376743
  ;// CONCATENATED MODULE: ../../package.json
376744
376744
  const package_namespaceObject_1 = {"i8":"1.58.0"};
376745
376745
  ;// CONCATENATED MODULE: ./src/subcommands/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.59.0-snapshot-12",
3
+ "version": "1.59.0-snapshot-13",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",