@adobe/aio-commerce-lib-webhooks 1.0.0 → 1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @adobe/aio-commerce-lib-webhooks
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#345](https://github.com/adobe/aio-commerce-sdk/pull/345) [`38adb09`](https://github.com/adobe/aio-commerce-sdk/commit/38adb09e1e2bd1b8fa764ecc2e0d21ecc0071ca7) Thanks [@iivvaannxx](https://github.com/iivvaannxx)! - Drop Node 20 support (EOL April 2026).
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`38adb09`](https://github.com/adobe/aio-commerce-sdk/commit/38adb09e1e2bd1b8fa764ecc2e0d21ecc0071ca7)]:
12
+ - @adobe/aio-commerce-lib-api@1.2.0
13
+ - @adobe/aio-commerce-lib-core@1.1.0
14
+
3
15
  ## 1.0.0
4
16
 
5
17
  ### Major Changes
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@adobe/aio-commerce-lib-webhooks",
3
3
  "type": "module",
4
4
  "author": "Adobe Inc.",
5
- "version": "1.0.0",
5
+ "version": "1.1.0",
6
6
  "private": false,
7
7
  "engines": {
8
- "node": ">=20 <=24"
8
+ "node": ">=22 <=24"
9
9
  },
10
10
  "license": "Apache-2.0",
11
11
  "description": "A library to interact with the Adobe Commerce Webhooks API",
@@ -60,8 +60,8 @@
60
60
  "dependencies": {
61
61
  "ky": "^1.9.0",
62
62
  "valibot": "^1.1.0",
63
- "@adobe/aio-commerce-lib-api": "1.1.0",
64
- "@adobe/aio-commerce-lib-core": "1.0.0"
63
+ "@adobe/aio-commerce-lib-api": "1.2.0",
64
+ "@adobe/aio-commerce-lib-core": "1.1.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "typescript": "^6.0.0",
@@ -69,7 +69,7 @@
69
69
  "@aio-commerce-sdk/config-tsdown": "1.0.1",
70
70
  "@aio-commerce-sdk/config-typescript": "1.0.0",
71
71
  "@aio-commerce-sdk/config-vitest": "1.0.0",
72
- "@aio-commerce-sdk/scripting-utils": "0.3.1",
72
+ "@aio-commerce-sdk/scripting-utils": "0.3.2",
73
73
  "@aio-commerce-sdk/scripts": "0.1.0"
74
74
  },
75
75
  "sideEffects": false,