@medusajs/cart 3.0.0-snapshot-20251215162333 → 3.0.0-snapshot-20251216103925

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 Migration20251208130704 extends Migration {
3
3
  up(): Promise<void>;
4
4
  down(): Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20251208130704.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20251208130704.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAEjD,qBAAa,uBAAwB,SAAQ,SAAS;IACrC,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAMnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAGrC"}
1
+ {"version":3,"file":"Migration20251208130704.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20251208130704.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAA;AAEpE,qBAAa,uBAAwB,SAAQ,SAAS;IACrC,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAMnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAGrC"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Migration20251208130704 = void 0;
4
- const migrations_1 = require("@mikro-orm/migrations");
4
+ const migrations_1 = require("@medusajs/framework/mikro-orm/migrations");
5
5
  class Migration20251208130704 extends migrations_1.Migration {
6
6
  async up() {
7
7
  this.addSql(`alter table if exists "cart" add column if not exists "locale" text null;`);
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20251208130704.js","sourceRoot":"","sources":["../../src/migrations/Migration20251208130704.ts"],"names":[],"mappings":";;;AAAA,sDAAiD;AAEjD,MAAa,uBAAwB,SAAQ,sBAAS;IAC3C,KAAK,CAAC,EAAE;QACf,IAAI,CAAC,MAAM,CACT,2EAA2E,CAC5E,CAAA;IACH,CAAC;IAEQ,KAAK,CAAC,IAAI;QACjB,IAAI,CAAC,MAAM,CAAC,8DAA8D,CAAC,CAAA;IAC7E,CAAC;CACF;AAVD,0DAUC"}
1
+ {"version":3,"file":"Migration20251208130704.js","sourceRoot":"","sources":["../../src/migrations/Migration20251208130704.ts"],"names":[],"mappings":";;;AAAA,yEAAoE;AAEpE,MAAa,uBAAwB,SAAQ,sBAAS;IAC3C,KAAK,CAAC,EAAE;QACf,IAAI,CAAC,MAAM,CACT,2EAA2E,CAC5E,CAAA;IACH,CAAC;IAEQ,KAAK,CAAC,IAAI;QACjB,IAAI,CAAC,MAAM,CAAC,8DAA8D,CAAC,CAAA;IAC7E,CAAC;CACF;AAVD,0DAUC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/cart",
3
- "version": "3.0.0-snapshot-20251215162333",
3
+ "version": "3.0.0-snapshot-20251216103925",
4
4
  "description": "Medusa Cart module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -36,10 +36,10 @@
36
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": "3.0.0-snapshot-20251215162333",
40
- "@medusajs/test-utils": "3.0.0-snapshot-20251215162333"
39
+ "@medusajs/framework": "3.0.0-snapshot-20251216103925",
40
+ "@medusajs/test-utils": "3.0.0-snapshot-20251216103925"
41
41
  },
42
42
  "peerDependencies": {
43
- "@medusajs/framework": "3.0.0-snapshot-20251215162333"
43
+ "@medusajs/framework": "3.0.0-snapshot-20251216103925"
44
44
  }
45
45
  }