@ordergroove/offers 2.43.0 → 2.44.0
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 +11 -0
- package/dist/bundle-report.html +9 -10
- package/dist/offers.js +30 -30
- package/dist/offers.js.map +4 -4
- package/package.json +2 -2
- package/src/core/experiments.js +2 -4
- package/src/shopify/__tests__/productPlan.spec.js +18 -8
- package/src/shopify/__tests__/shopifyReducer.spec.js +3 -1
- package/src/shopify/__tests__/utils.spec.js +45 -1
- package/src/shopify/reducers/productPlans.ts +3 -10
- package/src/shopify/shopifyReducer.js +9 -46
- package/src/shopify/types/shopify.ts +1 -1
- package/src/shopify/utils.ts +45 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.44.0](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.43.0...@ordergroove/offers@2.44.0) (2025-01-31)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **offers:** identify OG selling plans by app ID ([f018ebc](https://github.com/ordergroove/plush-toys/commit/f018ebcfb95b137668e255211ff5fcc498300e50))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [2.43.0](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.42.0...@ordergroove/offers@2.43.0) (2025-01-30)
|
|
7
18
|
|
|
8
19
|
|
package/dist/bundle-report.html
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
├ src/components/Offer.js ─────────────────────────────────── 9.1kb ─── 6.0%
|
|
9
9
|
│ └ src/make-api.js
|
|
10
10
|
│ └ src/index.js
|
|
11
|
-
├ src/shopify/shopifyReducer.js ───────────────────────────── 7.2kb ─── 4.8%
|
|
12
|
-
│ └ src/index.js
|
|
13
11
|
├ src/core/reducer.js ─────────────────────────────────────── 6.8kb ─── 4.5%
|
|
14
12
|
│ └ src/index.js
|
|
13
|
+
├ src/shopify/shopifyReducer.js ───────────────────────────── 6.7kb ─── 4.5%
|
|
14
|
+
│ └ src/index.js
|
|
15
15
|
├ node_modules/redux/es/redux.js ──────────────────────────── 6.6kb ─── 4.4%
|
|
16
16
|
│ └ src/shopify/shopifyReducer.js
|
|
17
17
|
│ └ src/index.js
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
├ src/components/UpsellModal.js ───────────────────────────── 2.4kb ─── 1.6%
|
|
63
63
|
│ └ src/make-api.js
|
|
64
64
|
│ └ src/index.js
|
|
65
|
-
├ src/shopify/reducers/productPlans.ts ────────────────────── 2.
|
|
65
|
+
├ src/shopify/reducers/productPlans.ts ────────────────────── 2.2kb ─── 1.5%
|
|
66
66
|
│ └ src/shopify/shopifyReducer.js
|
|
67
67
|
│ └ src/index.js
|
|
68
68
|
├ src/core/selectors.js ───────────────────────────────────── 2.2kb ─── 1.5%
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
│ └ src/components/Price.js
|
|
99
99
|
│ └ src/make-api.js
|
|
100
100
|
│ └ src/index.js
|
|
101
|
-
├ src/core/experiments.js ─────────────────────────────────── 1.7kb ─── 1.1%
|
|
102
|
-
│ └ src/shopify/shopifyReducer.js
|
|
103
|
-
│ └ src/index.js
|
|
104
101
|
├ src/components/PrepaidData.js ───────────────────────────── 1.7kb ─── 1.1%
|
|
105
102
|
│ └ src/make-api.js
|
|
106
103
|
│ └ src/index.js
|
|
104
|
+
├ src/core/experiments.js ─────────────────────────────────── 1.6kb ─── 1.1%
|
|
105
|
+
│ └ src/shopify/shopifyReducer.js
|
|
106
|
+
│ └ src/index.js
|
|
107
107
|
├ src/components/FrequencyStatus.js ───────────────────────── 1.6kb ─── 1.0%
|
|
108
108
|
│ └ src/make-api.js
|
|
109
109
|
│ └ src/index.js
|
|
@@ -202,6 +202,9 @@
|
|
|
202
202
|
├ src/components/Text.js ──────────────────────────────────── 858b ──── 0.6%
|
|
203
203
|
│ └ src/make-api.js
|
|
204
204
|
│ └ src/index.js
|
|
205
|
+
├ src/shopify/utils.ts ────────────────────────────────────── 803b ──── 0.5%
|
|
206
|
+
│ └ src/shopify/shopifyReducer.js
|
|
207
|
+
│ └ src/index.js
|
|
205
208
|
├ src/core/connect.js ─────────────────────────────────────── 794b ──── 0.5%
|
|
206
209
|
│ └ src/make-api.js
|
|
207
210
|
│ └ src/index.js
|
|
@@ -307,10 +310,6 @@
|
|
|
307
310
|
│ └ node_modules/redux/es/redux.js
|
|
308
311
|
│ └ src/shopify/shopifyReducer.js
|
|
309
312
|
│ └ src/index.js
|
|
310
|
-
├ src/shopify/utils.ts ────────────────────────────────────── 153b ──── 0.1%
|
|
311
|
-
│ └ src/shopify/reducers/productPlans.ts
|
|
312
|
-
│ └ src/shopify/shopifyReducer.js
|
|
313
|
-
│ └ src/index.js
|
|
314
313
|
├ src/platform.ts ─────────────────────────────────────────── 149b ──── 0.1%
|
|
315
314
|
│ └ src/index.js
|
|
316
315
|
├ node_modules/lit-html/lit-html.js ───────────────────────── 135b ──── 0.1%
|