@medusajs/locking-postgres 2.3.2-snapshot-20250121122339 → 2.4.0-preview-20250121150146
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +11 -11
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/locking-postgres",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.4.0-preview-20250121150146",
|
4
4
|
"description": "Postgres Advisory Locks for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -20,11 +20,11 @@
|
|
20
20
|
"author": "Medusa",
|
21
21
|
"license": "MIT",
|
22
22
|
"devDependencies": {
|
23
|
-
"@medusajs/framework": "2.
|
24
|
-
"@mikro-orm/cli": "
|
25
|
-
"@mikro-orm/core": "
|
26
|
-
"@mikro-orm/migrations": "
|
27
|
-
"@mikro-orm/postgresql": "
|
23
|
+
"@medusajs/framework": "2.4.0-preview-20250121150146",
|
24
|
+
"@mikro-orm/cli": "6.4.3",
|
25
|
+
"@mikro-orm/core": "6.4.3",
|
26
|
+
"@mikro-orm/migrations": "6.4.3",
|
27
|
+
"@mikro-orm/postgresql": "6.4.3",
|
28
28
|
"@swc/core": "^1.7.28",
|
29
29
|
"@swc/jest": "^0.2.36",
|
30
30
|
"jest": "^29.7.0",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"typescript": "^5.6.2"
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|
35
|
-
"@medusajs/framework": "2.
|
35
|
+
"@medusajs/framework": "2.4.0-preview-20250121150146"
|
36
36
|
},
|
37
37
|
"scripts": {
|
38
38
|
"watch": "tsc --build --watch",
|
@@ -41,10 +41,10 @@
|
|
41
41
|
"build": "rimraf dist && tsc --build && npm run resolve:aliases",
|
42
42
|
"test": "jest --passWithNoTests src",
|
43
43
|
"test:integration": "jest --runInBand --forceExit -- integration-tests/**/__tests__/**/*.spec.ts",
|
44
|
-
"migration:initial": "
|
45
|
-
"migration:create": "
|
46
|
-
"migration:up": "
|
47
|
-
"orm:cache:clear": "
|
44
|
+
"migration:initial": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm migration:create --initial -n InitialSetupMigration",
|
45
|
+
"migration:create": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm migration:create",
|
46
|
+
"migration:up": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm migration:up",
|
47
|
+
"orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
|
48
48
|
},
|
49
49
|
"keywords": [
|
50
50
|
"medusa-providers",
|