@constructor-io/constructorio-connect-cli 1.7.0 → 1.7.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.
@@ -2,3 +2,4 @@
2
2
  * This template allows you to customize your item data.
3
3
  * @see https://docs.constructor.com/docs/integrating-with-constructor-connect-cli-template-types-transformation-templates#item-template
4
4
  */
5
+ {}
@@ -2,3 +2,5 @@
2
2
  * This template allows you to customize your item group data.
3
3
  * @see https://docs.constructor.com/docs/integrating-with-constructor-connect-cli-template-types-transformation-templates#item-group-template
4
4
  */
5
+
6
+ {}
@@ -2,3 +2,9 @@
2
2
  * Check out the documentation to see how to change and customize the connector data mapping:
3
3
  * @see https://docs.constructor.com/docs/integrating-with-constructor-connect-cli-template-types-mapping-template
4
4
  */
5
+
6
+ {
7
+ "items": [],
8
+ "variations": [],
9
+ "item_groups": []
10
+ }
@@ -2,3 +2,5 @@
2
2
  * This template allows you to customize your variation data.
3
3
  * @see https://docs.constructor.com/docs/integrating-with-constructor-connect-cli-template-types-transformation-templates#variation-template
4
4
  */
5
+
6
+ {}
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "1.7.0";
1
+ declare const _default: "1.7.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.7.0';
3
+ exports.default = '1.7.1';
@@ -148,5 +148,5 @@
148
148
  ]
149
149
  }
150
150
  },
151
- "version": "1.7.0"
151
+ "version": "1.7.1"
152
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-connect-cli",
3
- "version": "1.7.0",
3
+ "version": "1.7.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",