@commercetools/sync-actions 8.0.1 → 8.2.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 +14 -0
- package/dist/commercetools-sync-actions.cjs.js +754 -33
- package/dist/commercetools-sync-actions.esm.js +905 -165
- package/dist/commercetools-sync-actions.umd.js +1 -1
- package/dist/commercetools-sync-actions.umd.min.js +1 -1
- package/dist/declarations/index.d.ts +2 -0
- package/dist/declarations/product-tailoring/product-tailoring-actions.d.ts +21 -0
- package/dist/declarations/product-tailoring/product-tailoring.d.ts +4 -0
- package/dist/declarations/standalone-variants/standalone-variant-actions.d.ts +47 -0
- package/dist/declarations/standalone-variants/standalone-variants.d.ts +5 -0
- package/dist/declarations/types/types-actions.d.ts +1 -1
- package/dist/declarations/utils/array-actions-utils.d.ts +6 -0
- package/dist/declarations/utils/extract-matching-pairs.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @commercetools/sync-actions
|
|
2
2
|
|
|
3
|
+
## 8.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#46](https://github.com/commercetools/typescript-dev-utilities/pull/46) [`ba9a9a1`](https://github.com/commercetools/typescript-dev-utilities/commit/ba9a9a1f4fb8a63c7eeaeb4c523d2cbe19b7e539) Thanks [@ddouglasz](https://github.com/ddouglasz)! - Add support for standalone variants actions
|
|
8
|
+
|
|
9
|
+
- [#48](https://github.com/commercetools/typescript-dev-utilities/pull/48) [`94a83b1`](https://github.com/commercetools/typescript-dev-utilities/commit/94a83b1783467c7a2c53026744cdf96be22e1b3c) Thanks [@kafis](https://github.com/kafis)! - When an `addAsset` action for product-tailoring's variant is generated, the position property is omitted when the source product-tailoring's variant did not include an asset array.
|
|
10
|
+
|
|
11
|
+
## 8.1.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#41](https://github.com/commercetools/typescript-dev-utilities/pull/41) [`c5439c9`](https://github.com/commercetools/typescript-dev-utilities/commit/c5439c906500a017b1cecb3f5dc6b103ba2b0223) Thanks [@islam3zzat](https://github.com/islam3zzat)! - Add support for product tailoring sync actions
|
|
16
|
+
|
|
3
17
|
## 8.0.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|