@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.
- package/boilerplate-repo/src/templates/item/item.jsonata +1 -0
- package/boilerplate-repo/src/templates/item_group/item_group.jsonata +2 -0
- package/boilerplate-repo/src/templates/mapping/mapping.jsonata +6 -0
- package/boilerplate-repo/src/templates/variation/variation.jsonata +2 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
|
@@ -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
|
+
}
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED