@medusajs/orchestration 3.0.0-snapshot-20260117093635 → 3.0.0-snapshot-20260123144946
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.
|
@@ -18,7 +18,7 @@ export type TransactionStepsDefinition = {
|
|
|
18
18
|
action?: string;
|
|
19
19
|
/**
|
|
20
20
|
* Indicates whether the workflow should continue even if there is a permanent failure in this step.
|
|
21
|
-
* In case it is set to true, the
|
|
21
|
+
* In case it is set to true, the current step will be marked as TransactionStepState.PERMANENT_FAILURE and the next steps will be executed.
|
|
22
22
|
*/
|
|
23
23
|
continueOnPermanentFailure?: boolean;
|
|
24
24
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medusajs/orchestration",
|
|
3
|
-
"version": "3.0.0-snapshot-
|
|
3
|
+
"version": "3.0.0-snapshot-20260123144946",
|
|
4
4
|
"description": "Medusa utilities to orchestrate modules",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"author": "Medusa",
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@medusajs/types": "3.0.0-snapshot-
|
|
29
|
+
"@medusajs/types": "3.0.0-snapshot-20260123144946"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@medusajs/deps": "3.0.0-snapshot-
|
|
33
|
-
"@medusajs/utils": "3.0.0-snapshot-
|
|
32
|
+
"@medusajs/deps": "3.0.0-snapshot-20260123144946",
|
|
33
|
+
"@medusajs/utils": "3.0.0-snapshot-20260123144946",
|
|
34
34
|
"ulid": "^2.3.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|