@commercetools/sync-actions 8.0.0 → 8.1.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 +12 -0
- package/dist/commercetools-sync-actions.cjs.js +616 -33
- package/dist/commercetools-sync-actions.esm.js +4300 -27779
- 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 +1 -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/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,17 @@
|
|
|
1
1
|
# @commercetools/sync-actions
|
|
2
2
|
|
|
3
|
+
## 8.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
9
|
+
## 8.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#29](https://github.com/commercetools/typescript-dev-utilities/pull/29) [`5e59d75`](https://github.com/commercetools/typescript-dev-utilities/commit/5e59d75c775aafb32336282619f7aa0505e9e086) Thanks [@ajimae](https://github.com/ajimae)! - Fix issue with esm module and dependencies resolution
|
|
14
|
+
|
|
3
15
|
## 8.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|