@firestartr/cli 1.55.0 → 1.55.1-snapshot-1

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
@@ -358037,7 +358037,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
358037
358037
  },
358038
358038
  owner: {
358039
358039
  type: 'string',
358040
- pattern: '^(user|group):[a-zA-Z0-9_-]+$',
358040
+ pattern: '^(user|group):[a-zA-Z0-9_&-]+$',
358041
358041
  },
358042
358042
  },
358043
358043
  required: ['description', 'owner'],
@@ -376319,7 +376319,7 @@ const crs_analyzerSubcommand = {
376319
376319
  };
376320
376320
 
376321
376321
  ;// CONCATENATED MODULE: ./package.json
376322
- const package_namespaceObject = {"i8":"1.55.0"};
376322
+ const package_namespaceObject = JSON.parse('{"i8":"1.55.1-snapshot-1"}');
376323
376323
  ;// CONCATENATED MODULE: ../../package.json
376324
376324
  const package_namespaceObject_1 = {"i8":"1.55.0"};
376325
376325
  ;// 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",
3
+ "version": "1.55.1-snapshot-1",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",