@medusajs/inventory 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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Migration20251010131115.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20251010131115.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Migration20251010131115.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20251010131115.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.Migration20251010131115 = void 0;
|
|
4
|
-
const migrations_1 = require("@mikro-orm/migrations");
|
|
4
|
+
const migrations_1 = require("@medusajs/framework/mikro-orm/migrations");
|
|
5
5
|
class Migration20251010131115 extends migrations_1.Migration {
|
|
6
6
|
async up() {
|
|
7
7
|
this.addSql('DROP INDEX IF EXISTS "IDX_inventory_level_item_location";');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Migration20251010131115.js","sourceRoot":"","sources":["../../src/migrations/Migration20251010131115.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"Migration20251010131115.js","sourceRoot":"","sources":["../../src/migrations/Migration20251010131115.ts"],"names":[],"mappings":";;;AAAA,yEAAoE;AAEpE,MAAa,uBAAwB,SAAQ,sBAAS;IAC3C,KAAK,CAAC,EAAE;QACf,IAAI,CAAC,MAAM,CAAC,2DAA2D,CAAC,CAAA;IAC1E,CAAC;IAEQ,KAAK,CAAC,IAAI;QACjB,IAAI,CAAC,MAAM,CACT,uJAAuJ,CACxJ,CAAA;IACH,CAAC;CACF;AAVD,0DAUC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medusajs/inventory",
|
|
3
|
-
"version": "3.0.0-snapshot-
|
|
3
|
+
"version": "3.0.0-snapshot-20251126221441",
|
|
4
4
|
"description": "Inventory Module for Medusa",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"author": "Medusa",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@medusajs/framework": "3.0.0-snapshot-
|
|
27
|
-
"@medusajs/test-utils": "3.0.0-snapshot-
|
|
26
|
+
"@medusajs/framework": "3.0.0-snapshot-20251126221441",
|
|
27
|
+
"@medusajs/test-utils": "3.0.0-snapshot-20251126221441"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@medusajs/framework": "3.0.0-snapshot-
|
|
30
|
+
"@medusajs/framework": "3.0.0-snapshot-20251126221441"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"watch": "yarn run -T tsc --build --watch",
|