@adobe/aio-commerce-lib-webhooks 1.2.0-beta-20260721105643 → 1.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 +4 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
# @adobe/aio-commerce-lib-webhooks
|
|
2
2
|
|
|
3
|
-
## 1.2.0
|
|
4
|
-
### Minor Changes
|
|
5
|
-
|
|
3
|
+
## 1.2.0
|
|
6
4
|
|
|
5
|
+
### Minor Changes
|
|
7
6
|
|
|
8
7
|
- [#563](https://github.com/adobe/aio-commerce-sdk/pull/563) [`19400fb`](https://github.com/adobe/aio-commerce-sdk/commit/19400fbdfc03c5bbfc30f995a2acdd4272c5e032) Thanks [@obarcelonap](https://github.com/obarcelonap)! - Add webhook response helpers to identify webhook success responses and determine whether webhook action responses represent successful outcomes.
|
|
9
8
|
|
|
10
|
-
|
|
11
9
|
### Patch Changes
|
|
12
10
|
|
|
13
11
|
- Updated dependencies [[`19400fb`](https://github.com/adobe/aio-commerce-sdk/commit/19400fbdfc03c5bbfc30f995a2acdd4272c5e032), [`ce7768e`](https://github.com/adobe/aio-commerce-sdk/commit/ce7768e0ddc6ca35ad6ccec60f584c8bb5a743f0), [`4396a64`](https://github.com/adobe/aio-commerce-sdk/commit/4396a647ad22dba063cdf03a16e04aef9387212f), [`e85bec4`](https://github.com/adobe/aio-commerce-sdk/commit/e85bec40f1eaa91dd6bb7bc6954b2ecfc3ea4029), [`413da36`](https://github.com/adobe/aio-commerce-sdk/commit/413da36dcd83e5a41c194f5af50611097659e725)]:
|
|
14
|
-
- @adobe/aio-commerce-lib-core@1.2.0
|
|
15
|
-
- @adobe/aio-commerce-lib-api@1.3.0
|
|
12
|
+
- @adobe/aio-commerce-lib-core@1.2.0
|
|
13
|
+
- @adobe/aio-commerce-lib-api@1.3.0
|
|
16
14
|
|
|
17
15
|
## 1.1.2
|
|
18
16
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@adobe/aio-commerce-lib-webhooks",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"author": "Adobe Inc.",
|
|
5
|
-
"version": "1.2.0
|
|
5
|
+
"version": "1.2.0",
|
|
6
6
|
"private": false,
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=22 <=24"
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"ky": "^1.9.0",
|
|
66
66
|
"valibot": "^1.1.0",
|
|
67
|
-
"@adobe/aio-commerce-lib-api": "1.3.0
|
|
68
|
-
"@adobe/aio-commerce-lib-core": "1.2.0
|
|
67
|
+
"@adobe/aio-commerce-lib-api": "1.3.0",
|
|
68
|
+
"@adobe/aio-commerce-lib-core": "1.2.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"typescript": "^6.0.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@aio-commerce-sdk/config-tsdown": "1.0.1",
|
|
74
74
|
"@aio-commerce-sdk/config-typescript": "1.0.0",
|
|
75
75
|
"@aio-commerce-sdk/config-vitest": "1.0.0",
|
|
76
|
-
"@aio-commerce-sdk/scripting-utils": "0.3.4
|
|
76
|
+
"@aio-commerce-sdk/scripting-utils": "0.3.4",
|
|
77
77
|
"@aio-commerce-sdk/scripts": "0.1.0"
|
|
78
78
|
},
|
|
79
79
|
"sideEffects": false,
|