@medusajs/link-modules 2.10.2-snapshot-20250907130204 → 2.10.2-snapshot-20250907131935
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/package.json +13 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/link-modules",
|
3
|
-
"version": "2.10.2-snapshot-
|
3
|
+
"version": "2.10.2-snapshot-20250907131935",
|
4
4
|
"description": "Medusa Default Link Modules Package and Definitions",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -23,18 +23,9 @@
|
|
23
23
|
},
|
24
24
|
"author": "Medusa",
|
25
25
|
"license": "MIT",
|
26
|
-
"scripts": {
|
27
|
-
"watch": "tsc --build --watch",
|
28
|
-
"watch:test": "tsc --build tsconfig.spec.json --watch",
|
29
|
-
"prepare": "cross-env NODE_ENV=production yarn run build",
|
30
|
-
"resolve:aliases": "tsc --showConfig -p tsconfig.json > tsconfig.resolved.json && tsc-alias -p tsconfig.resolved.json && rimraf tsconfig.resolved.json",
|
31
|
-
"build": "rimraf dist && tsc --build && npm run resolve:aliases",
|
32
|
-
"test": "jest --passWithNoTests --runInBand --bail --forceExit -- src",
|
33
|
-
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts"
|
34
|
-
},
|
35
26
|
"devDependencies": {
|
36
|
-
"@medusajs/framework": "2.10.2-snapshot-
|
37
|
-
"@medusajs/test-utils": "2.10.2-snapshot-
|
27
|
+
"@medusajs/framework": "2.10.2-snapshot-20250907131935",
|
28
|
+
"@medusajs/test-utils": "2.10.2-snapshot-20250907131935",
|
38
29
|
"@mikro-orm/core": "6.5.2",
|
39
30
|
"@mikro-orm/migrations": "6.5.2",
|
40
31
|
"@mikro-orm/postgresql": "6.5.2",
|
@@ -47,10 +38,18 @@
|
|
47
38
|
"typescript": "^5.6.2"
|
48
39
|
},
|
49
40
|
"peerDependencies": {
|
50
|
-
"@medusajs/framework": "2.10.2-snapshot-
|
41
|
+
"@medusajs/framework": "2.10.2-snapshot-20250907131935",
|
51
42
|
"@mikro-orm/core": "6.5.2",
|
52
43
|
"@mikro-orm/migrations": "6.5.2",
|
53
44
|
"@mikro-orm/postgresql": "6.5.2",
|
54
45
|
"awilix": "^8.0.1"
|
46
|
+
},
|
47
|
+
"scripts": {
|
48
|
+
"watch": "tsc --build --watch",
|
49
|
+
"watch:test": "tsc --build tsconfig.spec.json --watch",
|
50
|
+
"resolve:aliases": "tsc --showConfig -p tsconfig.json > tsconfig.resolved.json && tsc-alias -p tsconfig.resolved.json && rimraf tsconfig.resolved.json",
|
51
|
+
"build": "rimraf dist && tsc --build && npm run resolve:aliases",
|
52
|
+
"test": "jest --passWithNoTests --runInBand --bail --forceExit -- src",
|
53
|
+
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts"
|
55
54
|
}
|
56
|
-
}
|
55
|
+
}
|