@ordergroove/offers 2.34.5 → 2.34.7-alpha-PR-789-3.7

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/examples/index.js CHANGED
@@ -82,7 +82,7 @@ const textCopy = {
82
82
  prepaidShipmentSelectAppend: 'and save {{ogPrepaid PercentageSavings}}, delivered monthly',
83
83
  prepaidExplainer: 'You will be billed {{ogPrepaid TotalPrice}} today ({{ogPrepaid PerDeliveryPrice}}/delivery)',
84
84
  subscribeToSaveExplainer: 'You will be billed {{ogPrice PayAsYouGo}} today',
85
- prepaidOfferIncentiveText: 'Save {{ogPrepaid PercentageSavings}} when paying upfront',
85
+ prepaidOfferIncentiveText: 'Save {{ogPrepaid PercentageSavings}} when paying upfront'
86
86
  };
87
87
 
88
88
  const offersExamples = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ordergroove/offers",
3
- "version": "2.34.5",
3
+ "version": "2.34.7-alpha-PR-789-3.7+944210eb",
4
4
  "description": "offer state component",
5
5
  "author": "Eugenio Lattanzio <eugenio63@gmail.com>",
6
6
  "homepage": "https://github.com/ordergroove/plush-toys#readme",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@ordergroove/auth": "^2.3.0",
39
- "@ordergroove/offers-live-editor": "^0.6.2",
39
+ "@ordergroove/offers-live-editor": "^0.6.3-alpha-PR-789-3.12+944210eb",
40
40
  "lit-element": "^2.1.0",
41
41
  "lodash.memoize": "^4.1.2",
42
42
  "logical-expression-parser": "1.0.0",
@@ -47,5 +47,5 @@
47
47
  "devDependencies": {
48
48
  "@ordergroove/offers-templates": "^0.9.1"
49
49
  },
50
- "gitHead": "32d5e25cc092462dae71561ef2da4d9e6a06ec3a"
50
+ "gitHead": "944210ebec6c262e445c7a85aca2ec0a888e3b5b"
51
51
  }