@injex/stdlib
Advanced tools
Comparing version 3.0.3-sourcemaps.2 to 3.0.3-sourcemaps.3
@@ -84,2 +84,2 @@ "use strict"; | ||
exports.Hook = Hook; | ||
//# sourceMappingURL=../src/hooks.js.map | ||
//# sourceMappingURL=hooks.js.map |
@@ -9,2 +9,2 @@ "use strict"; | ||
tslib_1.__exportStar(require("./metadata"), exports); | ||
//# sourceMappingURL=../src/index.js.map | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=../src/interfaces.js.map | ||
//# sourceMappingURL=interfaces.js.map |
@@ -102,2 +102,2 @@ "use strict"; | ||
exports.Logger = Logger; | ||
//# sourceMappingURL=../src/logger.js.map | ||
//# sourceMappingURL=logger.js.map |
@@ -49,2 +49,2 @@ "use strict"; | ||
exports.createMetadataHandlers = createMetadataHandlers; | ||
//# sourceMappingURL=../src/metadata.js.map | ||
//# sourceMappingURL=metadata.js.map |
@@ -20,2 +20,2 @@ "use strict"; | ||
exports.getConstructorName = getConstructorName; | ||
//# sourceMappingURL=../src/utils.js.map | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"name": "@injex/stdlib", | ||
"version": "3.0.3-sourcemaps.2", | ||
"version": "3.0.3-sourcemaps.3", | ||
"description": "", | ||
@@ -15,3 +15,4 @@ "keywords": [], | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
@@ -31,3 +32,3 @@ "publishConfig": { | ||
"clean": "rimraf lib/", | ||
"build": "npm run lint && npm run clean && npm run tsc && npm run test:cov && cp -r src/ lib/", | ||
"build": "npm run lint && npm run clean && npm run tsc && npm run test:cov", | ||
"test": "jest", | ||
@@ -51,3 +52,3 @@ "test:cov": "jest --coverage", | ||
}, | ||
"gitHead": "bff61a86795880b603bb654ae413987e0fa7ac22" | ||
"gitHead": "ab80c336d858373f072a5c4f0461117d7dde93d0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
25778