@spiffcommerce/core 12.1.0 → 12.1.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/dist/main.js +1 -1
- package/dist/module.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1102,7 +1102,7 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
|
|
|
1102
1102
|
}
|
|
1103
1103
|
`,sc=t.gql`
|
|
1104
1104
|
query GetCustomer($emailAddress: String!) {
|
|
1105
|
-
customer(emailAddress:
|
|
1105
|
+
customer(emailAddress: $emailAddress) {
|
|
1106
1106
|
id
|
|
1107
1107
|
emailAddress
|
|
1108
1108
|
}
|
package/dist/module.js
CHANGED
|
@@ -1102,7 +1102,7 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
|
|
|
1102
1102
|
}
|
|
1103
1103
|
`,sa=IA`
|
|
1104
1104
|
query GetCustomer($emailAddress: String!) {
|
|
1105
|
-
customer(emailAddress:
|
|
1105
|
+
customer(emailAddress: $emailAddress) {
|
|
1106
1106
|
id
|
|
1107
1107
|
emailAddress
|
|
1108
1108
|
}
|