@adobe/aio-commerce-lib-app 1.4.0 → 1.5.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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @adobe/aio-commerce-lib-app
2
2
 
3
+ ## 1.5.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-auth@1.1.0
14
+ - @adobe/aio-commerce-lib-config@1.4.0
15
+ - @adobe/aio-commerce-lib-core@1.1.0
16
+ - @adobe/aio-commerce-lib-events@1.2.0
17
+ - @adobe/aio-commerce-lib-webhooks@1.1.0
18
+
3
19
  ## 1.4.0
4
20
 
5
21
  ### Minor Changes
@@ -1215,7 +1215,7 @@ function runInstall(packageManager, dependencies, cwd = process.cwd()) {
1215
1215
  */
1216
1216
  function installDependencies(packageManager, domains, cwd = process.cwd()) {
1217
1217
  const packages = [];
1218
- if (domains.has("businessConfig.schema")) packages.push(`@adobe/aio-commerce-lib-config@^1.3.0`);
1218
+ if (domains.has("businessConfig.schema")) packages.push(`@adobe/aio-commerce-lib-config@^1.4.0`);
1219
1219
  if (packages.length === 0) {
1220
1220
  consola.consola.info("No additional domain dependencies to install.");
1221
1221
  return;
@@ -1242,7 +1242,7 @@ async function ensureInstallYaml(domains, cwd = process.cwd()) {
1242
1242
 
1243
1243
  //#endregion
1244
1244
  //#region source/commands/init/main.ts
1245
- const REQUIRED_DEPENDENCIES = ["@adobe/aio-commerce-sdk", `@adobe/aio-commerce-lib-app@1.4.0`];
1245
+ const REQUIRED_DEPENDENCIES = ["@adobe/aio-commerce-sdk", `@adobe/aio-commerce-lib-app@1.5.0`];
1246
1246
  /** Initialize the project */
1247
1247
  async function run(flags, extraOptions) {
1248
1248
  consola.consola.start("Initializing app...");
@@ -1206,7 +1206,7 @@ function runInstall(packageManager, dependencies, cwd = process.cwd()) {
1206
1206
  */
1207
1207
  function installDependencies(packageManager, domains, cwd = process.cwd()) {
1208
1208
  const packages = [];
1209
- if (domains.has("businessConfig.schema")) packages.push(`@adobe/aio-commerce-lib-config@^1.3.0`);
1209
+ if (domains.has("businessConfig.schema")) packages.push(`@adobe/aio-commerce-lib-config@^1.4.0`);
1210
1210
  if (packages.length === 0) {
1211
1211
  consola$1.info("No additional domain dependencies to install.");
1212
1212
  return;
@@ -1233,7 +1233,7 @@ async function ensureInstallYaml(domains, cwd = process.cwd()) {
1233
1233
 
1234
1234
  //#endregion
1235
1235
  //#region source/commands/init/main.ts
1236
- const REQUIRED_DEPENDENCIES = ["@adobe/aio-commerce-sdk", `@adobe/aio-commerce-lib-app@1.4.0`];
1236
+ const REQUIRED_DEPENDENCIES = ["@adobe/aio-commerce-sdk", `@adobe/aio-commerce-lib-app@1.5.0`];
1237
1237
  /** Initialize the project */
1238
1238
  async function run(flags, extraOptions) {
1239
1239
  consola$1.start("Initializing app...");
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@adobe/aio-commerce-lib-app",
3
3
  "type": "module",
4
4
  "author": "Adobe Inc.",
5
- "version": "1.4.0",
5
+ "version": "1.5.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": "App configuration management library for Adobe Commerce applications",
@@ -96,23 +96,23 @@
96
96
  "type-fest": "^5.0.0",
97
97
  "valibot": "^1.1.0",
98
98
  "yaml": "^2.8.1",
99
- "@adobe/aio-commerce-lib-api": "1.1.0",
100
- "@adobe/aio-commerce-lib-auth": "1.0.2",
101
- "@adobe/aio-commerce-lib-config": "1.3.0",
102
- "@adobe/aio-commerce-lib-core": "1.0.0",
103
- "@adobe/aio-commerce-lib-events": "1.1.1",
104
- "@adobe/aio-commerce-lib-webhooks": "1.0.0"
99
+ "@adobe/aio-commerce-lib-api": "1.2.0",
100
+ "@adobe/aio-commerce-lib-auth": "1.1.0",
101
+ "@adobe/aio-commerce-lib-config": "1.4.0",
102
+ "@adobe/aio-commerce-lib-core": "1.1.0",
103
+ "@adobe/aio-commerce-lib-events": "1.2.0",
104
+ "@adobe/aio-commerce-lib-webhooks": "1.1.0"
105
105
  },
106
106
  "devDependencies": {
107
107
  "@types/npmcli__package-json": "^4.0.4",
108
108
  "msw": "^2.11.1",
109
109
  "typescript": "^6.0.0",
110
- "@aio-commerce-sdk/common-utils": "0.2.3",
110
+ "@aio-commerce-sdk/common-utils": "0.2.4",
111
111
  "@aio-commerce-sdk/config-tsdown": "1.0.1",
112
112
  "@aio-commerce-sdk/config-typedoc": "1.0.0",
113
113
  "@aio-commerce-sdk/config-typescript": "1.0.0",
114
114
  "@aio-commerce-sdk/config-vitest": "1.0.0",
115
- "@aio-commerce-sdk/scripting-utils": "0.3.1",
115
+ "@aio-commerce-sdk/scripting-utils": "0.3.2",
116
116
  "@aio-commerce-sdk/scripts": "0.1.0"
117
117
  },
118
118
  "sideEffects": false,