@firestartr/cli 1.55.0-snapshot-1 → 1.55.0-snapshot-2

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 +2 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -357903,7 +357903,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
357903
357903
  },
357904
357904
  owner: {
357905
357905
  type: 'string',
357906
- pattern: '^(user|group):.+$',
357906
+ pattern: '^(user|group):\\S+$',
357907
357907
  },
357908
357908
  },
357909
357909
  required: ['description', 'owner'],
@@ -376185,7 +376185,7 @@ const crs_analyzerSubcommand = {
376185
376185
  };
376186
376186
 
376187
376187
  ;// CONCATENATED MODULE: ./package.json
376188
- const package_namespaceObject = JSON.parse('{"i8":"1.55.0-snapshot-1"}');
376188
+ const package_namespaceObject = JSON.parse('{"i8":"1.55.0-snapshot-2"}');
376189
376189
  ;// CONCATENATED MODULE: ../../package.json
376190
376190
  const package_namespaceObject_1 = {"i8":"1.54.0"};
376191
376191
  ;// CONCATENATED MODULE: ./src/subcommands/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.55.0-snapshot-1",
3
+ "version": "1.55.0-snapshot-2",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",