@medusajs/locking-postgres 2.0.5-preview-20241120000250 → 2.0.5-preview-20241120060154

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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-20241120000250",
3
+ "version": "2.0.5-preview-20241120060154",
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-20241120000250",
23
+ "@medusajs/framework": "2.0.5-preview-20241120060154",
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-20241120000250"
35
+ "@medusajs/framework": "2.0.5-preview-20241120060154"
36
36
  },
37
37
  "scripts": {
38
38
  "watch": "tsc --build --watch",