@constructor-io/constructorio-connect-cli 1.16.0 → 1.16.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.
@@ -46,6 +46,7 @@ function renderTemplateError(result) {
46
46
  highlightedSnippet = highlightedSnippet
47
47
  .split("\n")
48
48
  .map((line, i) => kleur_1.default.gray(`${i + 1 + startLine} `) + line)
49
+ .filter((_, i) => i + 1 + startLine > 0)
49
50
  .join("\n");
50
51
  core_1.ux.stdout(highlightedSnippet);
51
52
  core_1.ux.stdout("\n");
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "1.16.0";
1
+ declare const _default: "1.16.1";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = '1.16.0';
3
+ exports.default = '1.16.1';
@@ -207,5 +207,5 @@
207
207
  ]
208
208
  }
209
209
  },
210
- "version": "1.16.0"
210
+ "version": "1.16.1"
211
211
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-connect-cli",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "CLI tool to enable users to interface with the Constructor Connect Ecosystem",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",