@medusajs/notification 2.11.4-snapshot-20251117140718 → 2.11.4-snapshot-20251118101717

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 Migration20251028172715 extends Migration {
3
3
  up(): Promise<void>;
4
4
  down(): Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20251028172715.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20251028172715.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD,qBAAa,uBAAwB,SAAQ,SAAS;IAErC,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAKnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAKrC"}
1
+ {"version":3,"file":"Migration20251028172715.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20251028172715.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAA;AAEpE,qBAAa,uBAAwB,SAAQ,SAAS;IACrC,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IASnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAQrC"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Migration20251028172715 = void 0;
4
- const migrations_1 = require("@mikro-orm/migrations");
4
+ const migrations_1 = require("@medusajs/framework/mikro-orm/migrations");
5
5
  class Migration20251028172715 extends migrations_1.Migration {
6
6
  async up() {
7
7
  this.addSql(`alter table if exists "notification" alter column "template" type text using ("template"::text);`);
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20251028172715.js","sourceRoot":"","sources":["../../src/migrations/Migration20251028172715.ts"],"names":[],"mappings":";;;AAAA,sDAAkD;AAElD,MAAa,uBAAwB,SAAQ,sBAAS;IAE3C,KAAK,CAAC,EAAE;QACf,IAAI,CAAC,MAAM,CAAC,kGAAkG,CAAC,CAAC;QAChH,IAAI,CAAC,MAAM,CAAC,6EAA6E,CAAC,CAAC;IAC7F,CAAC;IAEQ,KAAK,CAAC,IAAI;QACjB,IAAI,CAAC,MAAM,CAAC,kGAAkG,CAAC,CAAC;QAChH,IAAI,CAAC,MAAM,CAAC,4EAA4E,CAAC,CAAC;IAC5F,CAAC;CAEF;AAZD,0DAYC"}
1
+ {"version":3,"file":"Migration20251028172715.js","sourceRoot":"","sources":["../../src/migrations/Migration20251028172715.ts"],"names":[],"mappings":";;;AAAA,yEAAoE;AAEpE,MAAa,uBAAwB,SAAQ,sBAAS;IAC3C,KAAK,CAAC,EAAE;QACf,IAAI,CAAC,MAAM,CACT,kGAAkG,CACnG,CAAA;QACD,IAAI,CAAC,MAAM,CACT,6EAA6E,CAC9E,CAAA;IACH,CAAC;IAEQ,KAAK,CAAC,IAAI;QACjB,IAAI,CAAC,MAAM,CACT,kGAAkG,CACnG,CAAA;QACD,IAAI,CAAC,MAAM,CACT,4EAA4E,CAC7E,CAAA;IACH,CAAC;CACF;AAlBD,0DAkBC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/notification",
3
- "version": "2.11.4-snapshot-20251117140718",
3
+ "version": "2.11.4-snapshot-20251118101717",
4
4
  "description": "Medusa Notification 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": "2.11.4-snapshot-20251117140718",
40
- "@medusajs/test-utils": "2.11.4-snapshot-20251117140718"
39
+ "@medusajs/framework": "2.11.4-snapshot-20251118101717",
40
+ "@medusajs/test-utils": "2.11.4-snapshot-20251118101717"
41
41
  },
42
42
  "peerDependencies": {
43
- "@medusajs/framework": "2.11.4-snapshot-20251117140718"
43
+ "@medusajs/framework": "2.11.4-snapshot-20251118101717"
44
44
  }
45
45
  }