@medusajs/user 2.10.4-snapshot-20250927182917 → 2.10.4-snapshot-20250928135304

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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/user",
3
- "version": "2.10.4-snapshot-20250927182917",
3
+ "version": "2.10.4-snapshot-20250928135304",
4
4
  "description": "Medusa Users module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,14 +30,14 @@
30
30
  "build": "rimraf dist && tsc --build && npm run resolve:aliases",
31
31
  "test": "jest --passWithNoTests --bail --forceExit -- src",
32
32
  "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts",
33
- "migration:initial": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm migration:create --initial",
34
- "migration:create": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm migration:create",
35
- "migration:up": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm migration:up",
36
- "orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
33
+ "migration:initial": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm migration:create --initial",
34
+ "migration:create": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm migration:create",
35
+ "migration:up": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm migration:up",
36
+ "orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
37
37
  },
38
38
  "devDependencies": {
39
- "@medusajs/framework": "2.10.4-snapshot-20250927182917",
40
- "@medusajs/test-utils": "2.10.4-snapshot-20250927182917",
39
+ "@medusajs/framework": "2.10.4-snapshot-20250928135304",
40
+ "@medusajs/test-utils": "2.10.4-snapshot-20250928135304",
41
41
  "@swc/core": "^1.7.28",
42
42
  "@swc/jest": "^0.2.36",
43
43
  "jest": "^29.7.0",
@@ -49,6 +49,6 @@
49
49
  "jsonwebtoken": "^9.0.2"
50
50
  },
51
51
  "peerDependencies": {
52
- "@medusajs/framework": "2.10.4-snapshot-20250927182917"
52
+ "@medusajs/framework": "2.10.4-snapshot-20250928135304"
53
53
  }
54
54
  }