@ordergroove/offers 2.45.3 → 2.45.4-alpha-PR-1235-7.274
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/bundle-report.html +13 -13
- package/dist/examples.js +2 -2
- package/dist/examples.js.map +3 -3
- package/dist/offers.js +2 -2
- package/dist/offers.js.map +3 -3
- package/package.json +5 -5
- package/src/core/__tests__/api.spec.js +71 -48
- package/src/index.js +1 -0
- package/src/shopify/__tests__/shopifyMiddleware.spec.js +13 -11
package/dist/bundle-report.html
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<pre id="esbuild-metadata">
|
|
2
|
-
dist/examples.js ─────────────────────────────────────────── 279.
|
|
3
|
-
├ ../offers-templates/dist/main.js ──────────────────────── 269.
|
|
2
|
+
dist/examples.js ─────────────────────────────────────────── 279.8kb ─ 100.0%
|
|
3
|
+
├ ../offers-templates/dist/main.js ──────────────────────── 269.2kb ── 96.2%
|
|
4
4
|
│ └ examples/index.js
|
|
5
5
|
└ examples/index.js ───────────────────────────────────────── 9.7kb ─── 3.5%
|
|
6
6
|
|
|
7
|
-
dist/offers.js ─────────────────────────────────────────────
|
|
7
|
+
dist/offers.js ───────────────────────────────────────────── 151.0kb ─ 100.0%
|
|
8
8
|
├ src/components/Offer.js ─────────────────────────────────── 9.5kb ─── 6.3%
|
|
9
9
|
│ └ src/make-api.js
|
|
10
10
|
│ └ src/index.js
|
|
@@ -146,9 +146,12 @@
|
|
|
146
146
|
├ src/components/PrepaidSelect.js ─────────────────────────── 1.2kb ─── 0.8%
|
|
147
147
|
│ └ src/make-api.js
|
|
148
148
|
│ └ src/index.js
|
|
149
|
+
├ src/index.js ────────────────────────────────────────────── 1.1kb ─── 0.7%
|
|
149
150
|
├ src/shopify/shopifyBootstrap.ts ─────────────────────────── 1.1kb ─── 0.7%
|
|
150
151
|
│ └ src/index.js
|
|
151
|
-
├
|
|
152
|
+
├ ../offers-live-editor/dist/offers-live-editor.js ────────── 1.1kb ─── 0.7%
|
|
153
|
+
│ └ src/make-api.js
|
|
154
|
+
│ └ src/index.js
|
|
152
155
|
├ src/shopify/shopifyTrackingMiddleware.ts ────────────────── 1.1kb ─── 0.7%
|
|
153
156
|
│ └ src/index.js
|
|
154
157
|
├ node_modules/lit-html/lib/modify-template.js ────────────── 1.0kb ─── 0.7%
|
|
@@ -157,18 +160,15 @@
|
|
|
157
160
|
│ └ src/components/Price.js
|
|
158
161
|
│ └ src/make-api.js
|
|
159
162
|
│ └ src/index.js
|
|
163
|
+
├ ../auth/dist/auth.js ────────────────────────────────────── 1.0kb ─── 0.7%
|
|
164
|
+
│ └ src/core/actions.js
|
|
165
|
+
│ └ src/shopify/shopifyBootstrap.ts
|
|
166
|
+
│ └ src/index.js
|
|
160
167
|
├ node_modules/logical-expression-parser/node.js ──────────── 1.0kb ─── 0.7%
|
|
161
168
|
│ └ node_modules/logical-expression-parser/index.js
|
|
162
169
|
│ └ src/components/When.js
|
|
163
170
|
│ └ src/make-api.js
|
|
164
171
|
│ └ src/index.js
|
|
165
|
-
├ ../offers-live-editor/dist/offers-live-editor.js ───────── 1006b ──── 0.7%
|
|
166
|
-
│ └ src/make-api.js
|
|
167
|
-
│ └ src/index.js
|
|
168
|
-
├ ../auth/dist/auth.js ────────────────────────────────────── 985b ──── 0.6%
|
|
169
|
-
│ └ src/core/actions.js
|
|
170
|
-
│ └ src/shopify/shopifyBootstrap.ts
|
|
171
|
-
│ └ src/index.js
|
|
172
172
|
├ node_modules/lit-html/lib/template-instance.js ──────────── 983b ──── 0.6%
|
|
173
173
|
│ └ node_modules/lit-html/lit-html.js
|
|
174
174
|
│ └ node_modules/lit-element/lit-element.js
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
├ src/components/SubscriptionButton.js ────────────────────── 762b ──── 0.5%
|
|
211
211
|
│ └ src/make-api.js
|
|
212
212
|
│ └ src/index.js
|
|
213
|
-
├ node_modules/murmurhash-js/murmurhash2_gc.js ────────────── 696b ──── 0.
|
|
213
|
+
├ node_modules/murmurhash-js/murmurhash2_gc.js ────────────── 696b ──── 0.4%
|
|
214
214
|
│ └ node_modules/murmurhash-js/index.js
|
|
215
215
|
│ └ src/core/experiments.js
|
|
216
216
|
│ └ src/shopify/shopifyReducer.ts
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
├ src/core/waitUntilOffersReady.js ────────────────────────── 567b ──── 0.4%
|
|
240
240
|
│ └ src/core/store.js
|
|
241
241
|
│ └ src/index.js
|
|
242
|
-
├ src/core/dateUtils.js ───────────────────────────────────── 541b ──── 0.
|
|
242
|
+
├ src/core/dateUtils.js ───────────────────────────────────── 541b ──── 0.3%
|
|
243
243
|
│ └ src/components/NextUpcomingOrder.js
|
|
244
244
|
│ └ src/make-api.js
|
|
245
245
|
│ └ src/index.js
|