@medusajs/locking-postgres 2.0.5-preview-20241117031339 → 2.0.5-preview-20241117060145
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/locking-postgres",
|
3
|
-
"version": "2.0.5-preview-
|
3
|
+
"version": "2.0.5-preview-20241117060145",
|
4
4
|
"description": "Postgres Advisory Locks for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"author": "Medusa",
|
21
21
|
"license": "MIT",
|
22
22
|
"devDependencies": {
|
23
|
-
"@medusajs/framework": "2.0.5-preview-
|
23
|
+
"@medusajs/framework": "2.0.5-preview-20241117060145",
|
24
24
|
"@mikro-orm/cli": "5.9.7",
|
25
25
|
"@mikro-orm/core": "5.9.7",
|
26
26
|
"@mikro-orm/migrations": "5.9.7",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"typescript": "^5.6.2"
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|
35
|
-
"@medusajs/framework": "2.0.5-preview-
|
35
|
+
"@medusajs/framework": "2.0.5-preview-20241117060145"
|
36
36
|
},
|
37
37
|
"scripts": {
|
38
38
|
"watch": "tsc --build --watch",
|