@ordergroove/offers 2.33.1 → 2.33.3-alpha-PR-731-1.11
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 +7 -7
- package/dist/examples.js +248 -49
- package/dist/examples.js.map +2 -2
- package/dist/offers.js +1 -1
- package/dist/offers.js.map +2 -2
- package/examples/index.js +13 -1
- package/package.json +3 -3
- package/src/components/When.js +10 -3
- package/src/components/__tests__/When.spec.js +52 -28
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.33.2](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.33.1...@ordergroove/offers@2.33.2) (2023-04-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* properly parse og-when expression with !& (canary) ([989c398](https://github.com/ordergroove/plush-toys/commit/989c398b6d82f95e874acb4888d10d1a2475bf78))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.33.1](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.33.0...@ordergroove/offers@2.33.1) (2023-04-10)
|
|
7
18
|
|
|
8
19
|
|
package/dist/bundle-report.html
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<pre id="esbuild-metadata">
|
|
2
|
-
dist/examples.js ───────────────────────────────────────────
|
|
3
|
-
├ ../offers-templates/dist/main.js ────────────────────────
|
|
2
|
+
dist/examples.js ─────────────────────────────────────────── 275.2kb ─ 100.0%
|
|
3
|
+
├ ../offers-templates/dist/main.js ──────────────────────── 264.9kb ── 96.3%
|
|
4
4
|
│ └ examples/index.js
|
|
5
|
-
└ examples/index.js ───────────────────────────────────────── 9.
|
|
5
|
+
└ examples/index.js ───────────────────────────────────────── 9.3kb ─── 3.4%
|
|
6
6
|
|
|
7
|
-
dist/offers.js ───────────────────────────────────────────── 139.
|
|
7
|
+
dist/offers.js ───────────────────────────────────────────── 139.7kb ─ 100.0%
|
|
8
8
|
├ src/components/Offer.js ─────────────────────────────────── 8.2kb ─── 5.9%
|
|
9
9
|
│ └ src/make-api.js
|
|
10
10
|
│ └ src/index.js
|
|
@@ -193,14 +193,14 @@
|
|
|
193
193
|
│ └ src/components/Price.js
|
|
194
194
|
│ └ src/make-api.js
|
|
195
195
|
│ └ src/index.js
|
|
196
|
+
├ src/components/When.js ──────────────────────────────────── 622b ──── 0.4%
|
|
197
|
+
│ └ src/make-api.js
|
|
198
|
+
│ └ src/index.js
|
|
196
199
|
├ node_modules/logical-expression-parser/polish.js ────────── 594b ──── 0.4%
|
|
197
200
|
│ └ node_modules/logical-expression-parser/index.js
|
|
198
201
|
│ └ src/components/When.js
|
|
199
202
|
│ └ src/make-api.js
|
|
200
203
|
│ └ src/index.js
|
|
201
|
-
├ src/components/When.js ──────────────────────────────────── 564b ──── 0.4%
|
|
202
|
-
│ └ src/make-api.js
|
|
203
|
-
│ └ src/index.js
|
|
204
204
|
├ src/components/OptoutButton.js ──────────────────────────── 546b ──── 0.4%
|
|
205
205
|
│ └ src/make-api.js
|
|
206
206
|
│ └ src/index.js
|