@firestartr/cli 1.59.1 → 1.59.3-snapshot-0

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 +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -376752,7 +376752,7 @@ const crs_analyzerSubcommand = {
376752
376752
  };
376753
376753
 
376754
376754
  ;// CONCATENATED MODULE: ./package.json
376755
- const package_namespaceObject = {"i8":"1.59.1"};
376755
+ const package_namespaceObject = JSON.parse('{"i8":"1.59.3-snapshot-0"}');
376756
376756
  ;// CONCATENATED MODULE: ../../package.json
376757
376757
  const package_namespaceObject_1 = {"i8":"1.59.1"};
376758
376758
  ;// 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.1",
3
+ "version": "1.59.3-snapshot-0",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",