@medusajs/locking-postgres 2.0.4 → 2.0.5-preview-20241112120156

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/migrations/migration20241009222919_initialsetupmigration.ts","../src/models/index.ts","../src/models/locking.ts","../src/services/advisory-lock.ts"],"version":"5.6.2"}
1
+ {"root":["../src/index.ts","../src/migrations/Migration20241009222919_InitialSetupMigration.ts","../src/models/index.ts","../src/models/locking.ts","../src/services/advisory-lock.ts"],"version":"5.6.2"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/locking-postgres",
3
- "version": "2.0.4",
3
+ "version": "2.0.5-preview-20241112120156",
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.4",
23
+ "@medusajs/framework": "2.0.5-preview-20241112120156",
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.0"
35
+ "@medusajs/framework": "2.0.5-preview-20241112120156"
36
36
  },
37
37
  "scripts": {
38
38
  "watch": "tsc --build --watch",