@injex/express-plugin
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ExpressPlugin = exports.middleware = exports.patch = exports.put = exports.del = exports.post = exports.get = exports.controller = void 0; | ||
const tslib_1 = require("tslib"); | ||
// decorators | ||
@@ -20,5 +29,5 @@ var controller_1 = require("./decorators/controller"); | ||
Object.defineProperty(exports, "middleware", { enumerable: true, get: function () { return middleware_1.middleware; } }); | ||
tslib_1.__exportStar(require("./interfaces"), exports); | ||
__exportStar(require("./interfaces"), exports); | ||
var ExpressPlugin_1 = require("./ExpressPlugin"); | ||
Object.defineProperty(exports, "ExpressPlugin", { enumerable: true, get: function () { return ExpressPlugin_1.ExpressPlugin; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@injex/express-plugin", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0-alpha.2", | ||
"description": "", | ||
@@ -41,4 +41,4 @@ "keywords": [], | ||
"devDependencies": { | ||
"@injex/core": "^4.0.0-alpha.1", | ||
"@injex/node": "^4.0.0-alpha.1", | ||
"@injex/core": "^4.0.0-alpha.2", | ||
"@injex/node": "^4.0.0-alpha.2", | ||
"@types/express": "^4.17.8", | ||
@@ -53,5 +53,5 @@ "express": "^4.17.1", | ||
"dependencies": { | ||
"@injex/stdlib": "^4.0.0-alpha.1" | ||
"@injex/stdlib": "^4.0.0-alpha.2" | ||
}, | ||
"gitHead": "9cf3e7a273415b811e06f4c98b38bc87755872ca" | ||
"gitHead": "9d099029e37072f28643ac48086837e59712d286" | ||
} |
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
43068
606
Updated@injex/stdlib@^4.0.0-alpha.2