@adobe/aio-commerce-lib-app 1.3.0 → 1.3.1
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,11 @@
|
|
|
1
1
|
# @adobe/aio-commerce-lib-app
|
|
2
2
|
|
|
3
|
+
## 1.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#421](https://github.com/adobe/aio-commerce-sdk/pull/421) [`88150aa`](https://github.com/adobe/aio-commerce-sdk/commit/88150aa8c94872bd39f418aab721ae4685431840) Thanks [@oshmyheliuk](https://github.com/oshmyheliuk)! - Fix Install button visibility in App Management for apps without events
|
|
8
|
+
|
|
3
9
|
## 1.3.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -346,7 +346,9 @@ function buildAppManagementExtConfig(appConfig) {
|
|
|
346
346
|
if ([
|
|
347
347
|
"installation.customInstallationSteps",
|
|
348
348
|
"eventing.commerce",
|
|
349
|
-
"eventing.external"
|
|
349
|
+
"eventing.external",
|
|
350
|
+
"webhooks",
|
|
351
|
+
"adminUiSdk"
|
|
350
352
|
].some((feature) => features.has(feature))) {
|
|
351
353
|
extConfig.operations.workerProcess.push({
|
|
352
354
|
type: "action",
|
|
@@ -339,7 +339,9 @@ function buildAppManagementExtConfig(appConfig) {
|
|
|
339
339
|
if ([
|
|
340
340
|
"installation.customInstallationSteps",
|
|
341
341
|
"eventing.commerce",
|
|
342
|
-
"eventing.external"
|
|
342
|
+
"eventing.external",
|
|
343
|
+
"webhooks",
|
|
344
|
+
"adminUiSdk"
|
|
343
345
|
].some((feature) => features.has(feature))) {
|
|
344
346
|
extConfig.operations.workerProcess.push({
|
|
345
347
|
type: "action",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@adobe/aio-commerce-lib-app",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"author": "Adobe Inc.",
|
|
5
|
-
"version": "1.3.
|
|
5
|
+
"version": "1.3.1",
|
|
6
6
|
"private": false,
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20 <=24"
|
|
@@ -94,11 +94,11 @@
|
|
|
94
94
|
"type-fest": "^5.0.0",
|
|
95
95
|
"valibot": "^1.1.0",
|
|
96
96
|
"yaml": "^2.8.1",
|
|
97
|
-
"@adobe/aio-commerce-lib-api": "1.0.1",
|
|
98
97
|
"@adobe/aio-commerce-lib-auth": "1.0.1",
|
|
99
|
-
"@adobe/aio-commerce-lib-
|
|
98
|
+
"@adobe/aio-commerce-lib-api": "1.0.1",
|
|
100
99
|
"@adobe/aio-commerce-lib-core": "1.0.0",
|
|
101
100
|
"@adobe/aio-commerce-lib-events": "1.1.0",
|
|
101
|
+
"@adobe/aio-commerce-lib-config": "1.2.0",
|
|
102
102
|
"@adobe/aio-commerce-lib-webhooks": "0.1.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|