@firestartr/cli 1.60.0 → 1.60.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 +3 -3
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -374037,7 +374037,7 @@ function walker_walk(value, resolveScalar) {
374037
374037
  if (Array.isArray(value)) {
374038
374038
  return walkList(value, resolveScalar);
374039
374039
  }
374040
- else if (typeof value === 'object') {
374040
+ else if (typeof value === 'object' && value !== null) {
374041
374041
  return walker_walkObject(value, resolveScalar);
374042
374042
  }
374043
374043
  else {
@@ -377297,9 +377297,9 @@ const crs_analyzerSubcommand = {
377297
377297
  };
377298
377298
 
377299
377299
  ;// CONCATENATED MODULE: ./package.json
377300
- const package_namespaceObject = {"i8":"1.60.0"};
377300
+ const package_namespaceObject = {"i8":"1.60.1"};
377301
377301
  ;// CONCATENATED MODULE: ../../package.json
377302
- const package_namespaceObject_1 = {"i8":"1.60.0"};
377302
+ const package_namespaceObject_1 = {"i8":"1.60.1"};
377303
377303
  ;// CONCATENATED MODULE: ./src/subcommands/index.ts
377304
377304
 
377305
377305
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.60.0",
3
+ "version": "1.60.1",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",