@adobe/aio-commerce-lib-app 1.10.0 → 1.11.0-alpha-20260811131926
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 +15 -0
- package/dist/cjs/actions/app-config/index.cjs +2 -2
- package/dist/cjs/actions/app-config/index.d.cts +1 -1
- package/dist/cjs/actions/installation/index.cjs +739 -14
- package/dist/cjs/actions/installation/index.d.cts +3 -3
- package/dist/cjs/{app-CSqkACEm.d.cts → app-CAin_kvj.d.cts} +2 -0
- package/dist/cjs/commands/index.cjs +87 -36
- package/dist/cjs/commands/templates/admin-ui/web-src/index.html +1 -1
- package/dist/cjs/config/index.browser.d.cts +1 -1
- package/dist/cjs/config/index.node.cjs +2 -2
- package/dist/cjs/config/index.node.d.cts +4 -2
- package/dist/{es/define-DzMn3tWf.d.mts → cjs/define-B465PDm1.d.cts} +1 -1
- package/dist/{es/index-DsHq4q57.d.mts → cjs/index-DD33wnhT.d.cts} +379 -156
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/{index.node-BDMqlp90.cjs → index.node-B9hDU0rV.cjs} +1 -1
- package/dist/cjs/management/index.cjs +1 -1
- package/dist/cjs/management/index.d.cts +2 -2
- package/dist/cjs/{management-BeVfzKuc.cjs → management-CdaI8740.cjs} +195 -74
- package/dist/cjs/{utils-CGZGfXuy.cjs → utils-3iW2-JiF.cjs} +1 -1
- package/dist/cjs/{validate-C6424wM6.cjs → validate-fyt_kL1n.cjs} +1 -13
- package/dist/es/actions/app-config/index.d.mts +1 -1
- package/dist/es/actions/app-config/index.mjs +2 -2
- package/dist/es/actions/installation/index.d.mts +3 -3
- package/dist/es/actions/installation/index.mjs +738 -14
- package/dist/es/{app-CSqkACEm.d.mts → app-CAin_kvj.d.mts} +2 -0
- package/dist/es/commands/index.mjs +90 -39
- package/dist/es/commands/templates/admin-ui/web-src/index.html +1 -1
- package/dist/es/config/index.browser.d.mts +1 -1
- package/dist/es/config/index.node.d.mts +4 -2
- package/dist/es/config/index.node.mjs +2 -2
- package/dist/{cjs/define-BuploXfU.d.cts → es/define-CRhoQvqV.d.mts} +1 -1
- package/dist/{cjs/index-NxK_-lg1.d.cts → es/index-oEOlyMb-.d.mts} +379 -156
- package/dist/es/index.mjs +1 -1
- package/dist/es/{index.node--IcDg8wI.mjs → index.node-zgQmVfCA.mjs} +1 -1
- package/dist/es/management/index.d.mts +2 -2
- package/dist/es/management/index.mjs +1 -1
- package/dist/es/{management-CfYDBXqP.mjs → management-CRAbKyna.mjs} +118 -75
- package/dist/es/{utils-D0O4r9jr.mjs → utils-BnmDHPW2.mjs} +1 -1
- package/dist/es/{validate-B4S4D4NW.mjs → validate-DIxa7JuV.mjs} +2 -8
- package/package.json +51 -51
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @adobe/aio-commerce-lib-app
|
|
2
2
|
|
|
3
|
+
## 1.11.0-alpha-20260811131926
|
|
4
|
+
### Minor Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#613](https://github.com/adobe/aio-commerce-sdk/pull/613) [`f688120`](https://github.com/adobe/aio-commerce-sdk/commit/f68812028514db4afb81b3b016dc5af1d1d57e62) Thanks [@iivvaannxx](https://github.com/iivvaannxx)! - Generalize the workflow engine to lifecycle-neutral names (`LifecycleContext`, `WorkflowData`, `WorkflowError`, `WorkflowRunState` and its variants, `WorkflowStateMetadata`, `WorkflowHooks`) so it can be reused across lifecycle modules. The previous installation-branded type names remain exported as `@deprecated` aliases.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
- [#623](https://github.com/adobe/aio-commerce-sdk/pull/623) [`240cf23`](https://github.com/adobe/aio-commerce-sdk/commit/240cf236e56cef18257db10cb812896c413a73b3) Thanks [@iivvaannxx](https://github.com/iivvaannxx)! - Add automatic and manual post-deployment upgrade orchestration.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
- [#614](https://github.com/adobe/aio-commerce-sdk/pull/614) [`01d5013`](https://github.com/adobe/aio-commerce-sdk/commit/01d5013015cac472220b6c69dcb25f101a682c33) Thanks [@iivvaannxx](https://github.com/iivvaannxx)! - Use `isConfigured` when defining lifecycle steps to identify whether their domain is present in app configuration. The deprecated `when` predicate remains supported for compatibility.
|
|
17
|
+
|
|
3
18
|
## 1.10.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
16
16
|
const require_rolldown_runtime = require('../../rolldown-runtime-CDQd2xEI.cjs');
|
|
17
17
|
const require_environment = require('../../environment-B6533pAY.cjs');
|
|
18
|
-
const require_validate = require('../../validate-
|
|
18
|
+
const require_validate = require('../../validate-fyt_kL1n.cjs');
|
|
19
19
|
const require_router = require('../../router-CxDTb6r1.cjs');
|
|
20
20
|
let _adobe_aio_commerce_lib_config = require("@adobe/aio-commerce-lib-config");
|
|
21
21
|
let valibot = require("valibot");
|
|
@@ -80,7 +80,7 @@ function pruneUnusedTags(spec) {
|
|
|
80
80
|
* @param domains - The active config domains.
|
|
81
81
|
*/
|
|
82
82
|
function getOpenApiCacheKey(domains) {
|
|
83
|
-
const input = `1.
|
|
83
|
+
const input = `1.11.0-alpha-20260811131926:${[...domains].sort().join(",")}:2.0.0`;
|
|
84
84
|
return (0, crypto.createHash)("sha256").update(input).digest("hex").slice(0, 8);
|
|
85
85
|
}
|
|
86
86
|
/** Returns the server URL to be set in the OpenAPI spec, based on the current namespace. */
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import "../../index-DWEigxhy.cjs";
|
|
16
|
-
import { n as CommerceAppConfig } from "../../app-
|
|
16
|
+
import { n as CommerceAppConfig } from "../../app-CAin_kvj.cjs";
|
|
17
17
|
import { RuntimeActionParams } from "@adobe/aio-commerce-lib-core/params";
|
|
18
18
|
//#region source/actions/app-config/router.d.ts
|
|
19
19
|
/** The arguments required to create the runtime action for the app-config action. */
|