@medusajs/order 0.1.3-snapshot-20241018065049 → 0.1.3-snapshot-20241021074955
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"joiner-config.d.ts","sourceRoot":"","sources":["../src/joiner-config.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"joiner-config.d.ts","sourceRoot":"","sources":["../src/joiner-config.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,YAAY,uOAmBvB,CAAA"}
|
package/dist/joiner-config.js
CHANGED
@@ -19,6 +19,7 @@ exports.joinerConfig = (0, utils_1.defineJoinerConfig)(utils_1.Modules.ORDER, {
|
|
19
19
|
_models_1.OrderChange,
|
20
20
|
_models_1.OrderClaim,
|
21
21
|
_models_1.OrderExchange,
|
22
|
+
_models_1.OrderItem,
|
22
23
|
_models_1.OrderLineItem,
|
23
24
|
_models_1.OrderShippingMethod,
|
24
25
|
_models_1.OrderTransaction,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"joiner-config.js","sourceRoot":"","sources":["../src/joiner-config.ts"],"names":[],"mappings":";;;;;;AAAA,qDAAuE;AACvE,
|
1
|
+
{"version":3,"file":"joiner-config.js","sourceRoot":"","sources":["../src/joiner-config.ts"],"names":[],"mappings":";;;;;;AAAA,qDAAuE;AACvE,qCAYgB;AAChB,sDAA4C;AAE/B,QAAA,YAAY,GAAG,IAAA,0BAAkB,EAAC,eAAO,CAAC,KAAK,EAAE;IAC5D,MAAM,EAAN,gBAAM;IACN,YAAY,EAAE;QACZ,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,eAAe;KAC7B;IACD,MAAM,EAAE;QACN,eAAK;QACL,sBAAY;QACZ,qBAAW;QACX,oBAAU;QACV,uBAAa;QACb,mBAAS;QACT,uBAAa;QACb,6BAAmB;QACnB,0BAAgB;QAChB,gBAAM;QACN,sBAAY;KACb;CACF,CAAC,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/order",
|
3
|
-
"version": "0.1.3-snapshot-
|
3
|
+
"version": "0.1.3-snapshot-20241021074955",
|
4
4
|
"description": "Medusa Order module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -37,8 +37,8 @@
|
|
37
37
|
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@medusajs/framework": "0.0.2-snapshot-
|
41
|
-
"@medusajs/test-utils": "1.1.45-snapshot-
|
40
|
+
"@medusajs/framework": "0.0.2-snapshot-20241021074955",
|
41
|
+
"@medusajs/test-utils": "1.1.45-snapshot-20241021074955",
|
42
42
|
"@mikro-orm/cli": "5.9.7",
|
43
43
|
"@mikro-orm/core": "5.9.7",
|
44
44
|
"@mikro-orm/migrations": "5.9.7",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"typescript": "^5.6.2"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
|
-
"@medusajs/framework": "0.0.2-snapshot-
|
54
|
+
"@medusajs/framework": "0.0.2-snapshot-20241021074955",
|
55
55
|
"@mikro-orm/core": "5.9.7",
|
56
56
|
"@mikro-orm/migrations": "5.9.7",
|
57
57
|
"@mikro-orm/postgresql": "5.9.7",
|