@medusajs/customer 3.0.0-snapshot-20251114155958 → 3.0.0-snapshot-20251126221441

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.
@@ -1,4 +1,4 @@
1
- import { Migration } from '@mikro-orm/migrations';
1
+ import { Migration } from "@medusajs/framework/mikro-orm/migrations";
2
2
  export declare class Migration20251010130829 extends Migration {
3
3
  up(): Promise<void>;
4
4
  down(): Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20251010130829.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20251010130829.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD,qBAAa,uBAAwB,SAAQ,SAAS;IAErC,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAMnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAMrC"}
1
+ {"version":3,"file":"Migration20251010130829.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20251010130829.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAA;AAEpE,qBAAa,uBAAwB,SAAQ,SAAS;IACrC,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAInB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAKrC"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Migration20251010130829 = void 0;
4
- const migrations_1 = require("@mikro-orm/migrations");
4
+ const migrations_1 = require("@medusajs/framework/mikro-orm/migrations");
5
5
  class Migration20251010130829 extends migrations_1.Migration {
6
6
  async up() {
7
7
  this.addSql('DROP INDEX IF EXISTS "IDX_customer_group_name";');
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20251010130829.js","sourceRoot":"","sources":["../../src/migrations/Migration20251010130829.ts"],"names":[],"mappings":";;;AAAA,sDAAkD;AAElD,MAAa,uBAAwB,SAAQ,sBAAS;IAE3C,KAAK,CAAC,EAAE;QACf,IAAI,CAAC,MAAM,CACT,iDAAiD,CAClD,CAAC;IACJ,CAAC;IAEQ,KAAK,CAAC,IAAI;QACjB,IAAI,CAAC,MAAM,CACT,sHAAsH,CACvH,CAAC;IACJ,CAAC;CAEF;AAdD,0DAcC"}
1
+ {"version":3,"file":"Migration20251010130829.js","sourceRoot":"","sources":["../../src/migrations/Migration20251010130829.ts"],"names":[],"mappings":";;;AAAA,yEAAoE;AAEpE,MAAa,uBAAwB,SAAQ,sBAAS;IAC3C,KAAK,CAAC,EAAE;QACf,IAAI,CAAC,MAAM,CAAC,iDAAiD,CAAC,CAAA;IAChE,CAAC;IAEQ,KAAK,CAAC,IAAI;QACjB,IAAI,CAAC,MAAM,CACT,sHAAsH,CACvH,CAAA;IACH,CAAC;CACF;AAVD,0DAUC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/customer",
3
- "version": "3.0.0-snapshot-20251114155958",
3
+ "version": "3.0.0-snapshot-20251126221441",
4
4
  "description": "Medusa Customer module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -37,10 +37,10 @@
37
37
  "orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
38
38
  },
39
39
  "devDependencies": {
40
- "@medusajs/framework": "3.0.0-snapshot-20251114155958",
41
- "@medusajs/test-utils": "3.0.0-snapshot-20251114155958"
40
+ "@medusajs/framework": "3.0.0-snapshot-20251126221441",
41
+ "@medusajs/test-utils": "3.0.0-snapshot-20251126221441"
42
42
  },
43
43
  "peerDependencies": {
44
- "@medusajs/framework": "3.0.0-snapshot-20251114155958"
44
+ "@medusajs/framework": "3.0.0-snapshot-20251126221441"
45
45
  }
46
46
  }