@medusajs/types
Advanced tools
Comparing version 0.0.1 to 0.0.2-ci-issue-20230322190222
@@ -0,1 +1,10 @@ | ||
export * from "./bundles"; | ||
export * from "./cache"; | ||
export * from "./common"; | ||
export * from "./event-bus"; | ||
export * from "./inventory"; | ||
export * from "./modules-sdk"; | ||
export * from "./search"; | ||
export * from "./shared-context"; | ||
export * from "./stock-location"; | ||
export * from "./transaction-base"; |
@@ -17,3 +17,12 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./bundles"), exports); | ||
__exportStar(require("./cache"), exports); | ||
__exportStar(require("./common"), exports); | ||
__exportStar(require("./event-bus"), exports); | ||
__exportStar(require("./inventory"), exports); | ||
__exportStar(require("./modules-sdk"), exports); | ||
__exportStar(require("./search"), exports); | ||
__exportStar(require("./shared-context"), exports); | ||
__exportStar(require("./stock-location"), exports); | ||
__exportStar(require("./transaction-base"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@medusajs/types", | ||
"version": "0.0.1", | ||
"version": "0.0.2-ci-issue-20230322190222", | ||
"description": "Medusa Types definition", | ||
@@ -20,5 +20,7 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"awilix": "^8.0.0", | ||
"cross-env": "^5.2.1", | ||
"typeorm": "^0.3.11", | ||
"typescript": "^4.4.4" | ||
"typescript": "^4.4.4", | ||
"winston": "^3.8.2" | ||
}, | ||
@@ -28,4 +30,5 @@ "scripts": { | ||
"build": "tsc --build", | ||
"watch": "tsc --build --watch", | ||
"test": "exit 0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57257
100
1308
5
1
1