@grouparoo/customerio
Advanced tools
Comparing version 0.7.0-alpha.9 to 0.7.0-alpha.10
@@ -39,2 +39,3 @@ "use strict"; | ||
name: "customerio", | ||
displayName: "Customer.io", | ||
options: [ | ||
@@ -67,3 +68,4 @@ { | ||
{ | ||
name: "customerio-export", | ||
name: "customerio-export-customers", | ||
displayName: "Customer.io Export Customers", | ||
direction: "export", | ||
@@ -70,0 +72,0 @@ description: "Export records to customer.io as Customers", |
@@ -5,3 +5,3 @@ { | ||
"description": "The Grouparoo customer.io Plugin", | ||
"version": "0.7.0-alpha.9", | ||
"version": "0.7.0-alpha.10", | ||
"license": "MPL-2.0", | ||
@@ -32,8 +32,8 @@ "private": false, | ||
"dependencies": { | ||
"@grouparoo/app-templates": "0.7.0-alpha.9", | ||
"@grouparoo/app-templates": "0.7.0-alpha.10", | ||
"customerio-node": "3.0.3" | ||
}, | ||
"devDependencies": { | ||
"@grouparoo/core": "0.7.0-alpha.9", | ||
"@grouparoo/spec-helper": "0.7.0-alpha.9", | ||
"@grouparoo/core": "0.7.0-alpha.10", | ||
"@grouparoo/spec-helper": "0.7.0-alpha.10", | ||
"@types/jest": "*", | ||
@@ -52,3 +52,3 @@ "@types/node": "*", | ||
}, | ||
"gitHead": "8fa6d366bf1ede0304ac4edd31b34f77f61aba5c" | ||
"gitHead": "3d606c072de5382417f6c0eb45290335ee92c06d" | ||
} |
@@ -44,2 +44,3 @@ import path from "path"; | ||
name: "customerio", | ||
displayName: "Customer.io", | ||
options: [ | ||
@@ -72,3 +73,4 @@ { | ||
{ | ||
name: "customerio-export", | ||
name: "customerio-export-customers", | ||
displayName: "Customer.io Export Customers", | ||
direction: "export", | ||
@@ -75,0 +77,0 @@ description: "Export records to customer.io as Customers", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156157
50
4396
+ Added@grouparoo/app-templates@0.7.0-alpha.10(transitive)
- Removed@grouparoo/app-templates@0.7.0-alpha.9(transitive)