@medusajs/workflow-engine-inmemory 2.1.3 → 2.1.4-preview-20241220180151
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
{"root":["../src/index.ts","../src/loaders/index.ts","../src/loaders/utils.ts","../src/migrations/
|
1
|
+
{"root":["../src/index.ts","../src/loaders/index.ts","../src/loaders/utils.ts","../src/migrations/Migration20231228143900.ts","../src/migrations/Migration20241206101446.ts","../src/models/index.ts","../src/models/workflow-execution.ts","../src/schema/index.ts","../src/services/index.ts","../src/services/workflow-orchestrator.ts","../src/services/workflows-module.ts","../src/types/index.ts","../src/utils/index.ts","../src/utils/workflow-orchestrator-storage.ts"],"version":"5.6.2"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/workflow-engine-inmemory",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.4-preview-20241220180151",
|
4
4
|
"description": "Medusa Workflow Orchestrator module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -36,8 +36,8 @@
|
|
36
36
|
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@medusajs/framework": "
|
40
|
-
"@medusajs/test-utils": "
|
39
|
+
"@medusajs/framework": "2.1.4-preview-20241220180151",
|
40
|
+
"@medusajs/test-utils": "2.1.4-preview-20241220180151",
|
41
41
|
"@mikro-orm/cli": "5.9.7",
|
42
42
|
"@mikro-orm/core": "5.9.7",
|
43
43
|
"@mikro-orm/migrations": "5.9.7",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"ulid": "^2.3.0"
|
55
55
|
},
|
56
56
|
"peerDependencies": {
|
57
|
-
"@medusajs/framework": "
|
57
|
+
"@medusajs/framework": "2.1.4-preview-20241220180151",
|
58
58
|
"@mikro-orm/core": "5.9.7",
|
59
59
|
"@mikro-orm/migrations": "5.9.7",
|
60
60
|
"@mikro-orm/postgresql": "5.9.7",
|