@ordergroove/offers 2.30.4 → 2.30.6-alpha-PR-719-2.5
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/CHANGELOG.md +8 -0
- package/dist/bundle-report.html +3 -3
- package/dist/examples.js +2 -2
- package/dist/examples.js.map +2 -2
- package/dist/offers.js +1 -1
- package/dist/offers.js.map +2 -2
- package/package.json +3 -3
- package/src/shopify/__tests__/productPlan.spec.js +60 -0
- package/src/shopify/reducers/productPlans.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.30.5](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.30.4...@ordergroove/offers@2.30.5) (2023-02-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ordergroove/offers
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [2.30.4](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.30.3...@ordergroove/offers@2.30.4) (2023-02-17)
|
|
7
15
|
|
|
8
16
|
|
package/dist/bundle-report.html
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<pre id="esbuild-metadata">
|
|
2
|
-
dist/examples.js ─────────────────────────────────────────── 266.
|
|
3
|
-
├ ../offers-templates/dist/main.js ──────────────────────── 256.
|
|
2
|
+
dist/examples.js ─────────────────────────────────────────── 266.0kb ─ 100.0%
|
|
3
|
+
├ ../offers-templates/dist/main.js ──────────────────────── 256.1kb ── 96.3%
|
|
4
4
|
│ └ examples/index.js
|
|
5
5
|
└ examples/index.js ───────────────────────────────────────── 8.9kb ─── 3.3%
|
|
6
6
|
|
|
7
|
-
dist/offers.js ───────────────────────────────────────────── 138.
|
|
7
|
+
dist/offers.js ───────────────────────────────────────────── 138.9kb ─ 100.0%
|
|
8
8
|
├ src/components/Offer.js ─────────────────────────────────── 8.2kb ─── 5.9%
|
|
9
9
|
│ └ src/make-api.js
|
|
10
10
|
│ └ src/index.js
|
package/dist/examples.js
CHANGED
|
@@ -647,8 +647,8 @@ og-prepaid-toggle {
|
|
|
647
647
|
|
|
648
648
|
<div style="margin-left: 2.2em; margin-bottom: 1em;">
|
|
649
649
|
<og-when test="!prepaidSubscribed">
|
|
650
|
-
|
|
651
|
-
`+l.escapeExpression((i(t,"withIncentives")||r&&i(r,"withIncentives")||l.hooks.helperMissing).call(n,(e=r!=null?i(r,"textCopy"):r)!=null?i(e,"offerEveryLabel"):e,{name:"withIncentives",hash:{},data:a,loc:{start:{line:
|
|
650
|
+
<og-text key="offerEveryLabel">
|
|
651
|
+
`+l.escapeExpression((i(t,"withIncentives")||r&&i(r,"withIncentives")||l.hooks.helperMissing).call(n,(e=r!=null?i(r,"textCopy"):r)!=null?i(e,"offerEveryLabel"):e,{name:"withIncentives",hash:{},data:a,loc:{start:{line:24,column:16},end:{line:24,column:59}}}))+`
|
|
652
652
|
</og-text>
|
|
653
653
|
`+((e=l.invokePartial(i(o,"selectFrequency"),r,{name:"selectFrequency",data:a,indent:" ",helpers:t,partials:o,decorators:l.decorators}))!=null?e:"")+` </og-when>
|
|
654
654
|
</div>
|