nodecommons-express
Advanced tools
Comparing version 1.4.10 to 1.4.11
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.COMMONS_ANGULAR_EXTS_USE_CACHE_IF_UNCHANGED = exports.COMMONS_ANGULAR_EXTS_NOCACHE = exports.COMMONS_ANGULAR_EXTS_CACHE = void 0; | ||
exports.COMMONS_ANGULAR_EXTS_CACHE = [ | ||
@@ -4,0 +5,0 @@ 'js', |
"use strict"; | ||
// created from 'create-ts-index' | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
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 }); | ||
__export(require("./commons-angular-exts")); | ||
__exportStar(require("./commons-angular-exts"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ECommonsStrictExpressParamPlurality = void 0; | ||
var ECommonsStrictExpressParamPlurality; | ||
@@ -4,0 +5,0 @@ (function (ECommonsStrictExpressParamPlurality) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.fromECommonsStrictExpressParamType = exports.toECommonsStrictExpressParamType = exports.ECommonsStrictExpressParamType = void 0; | ||
var ECommonsStrictExpressParamType; | ||
@@ -4,0 +5,0 @@ (function (ECommonsStrictExpressParamType) { |
"use strict"; | ||
// created from 'create-ts-index' | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
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 }); | ||
__export(require("./ecommons-strict-express-param-plurality")); | ||
__export(require("./ecommons-strict-express-param-type")); | ||
__exportStar(require("./ecommons-strict-express-param-plurality"), exports); | ||
__exportStar(require("./ecommons-strict-express-param-type"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CommonsExpress = void 0; | ||
const tscommons_core_1 = require("tscommons-core"); | ||
@@ -4,0 +5,0 @@ const tscommons_core_2 = require("tscommons-core"); |
"use strict"; | ||
// created from 'create-ts-index' | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
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 }); | ||
__export(require("./commons-express")); | ||
__exportStar(require("./commons-express"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
// created from 'create-ts-index' | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
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 }); | ||
__export(require("./consts")); | ||
__export(require("./enums")); | ||
__export(require("./helpers")); | ||
__export(require("./interfaces")); | ||
__export(require("./servers")); | ||
__exportStar(require("./consts"), exports); | ||
__exportStar(require("./enums"), exports); | ||
__exportStar(require("./helpers"), exports); | ||
__exportStar(require("./interfaces"), exports); | ||
__exportStar(require("./servers"), exports); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isICommonsExpressConfig = void 0; | ||
const tscommons_core_1 = require("tscommons-core"); | ||
@@ -4,0 +5,0 @@ function isICommonsExpressConfig(test) { |
"use strict"; | ||
// created from 'create-ts-index' | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
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 }); | ||
__export(require("./icommons-express-config")); | ||
__exportStar(require("./icommons-express-config"), exports); | ||
__exportStar(require("./icommons-request-with-strict-params"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -12,2 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CommonsExpressServer = void 0; | ||
const path = require("path"); | ||
@@ -14,0 +15,0 @@ const express = require("express"); |
@@ -12,2 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CommonsStrictExpressServer = void 0; | ||
const tscommons_core_1 = require("tscommons-core"); | ||
@@ -14,0 +15,0 @@ const tscommons_core_2 = require("tscommons-core"); |
"use strict"; | ||
// created from 'create-ts-index' | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
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 }); | ||
__export(require("./commons-express.server")); | ||
__export(require("./commons-strict-express.server")); | ||
__exportStar(require("./commons-express.server"), exports); | ||
__exportStar(require("./commons-strict-express.server"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
// created from 'create-ts-index' | ||
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 }); | ||
__exportStar(require("./tcommons-express-handler"), exports); | ||
__exportStar(require("./tcommons-strict-param-property-object"), exports); | ||
__exportStar(require("./tcommons-strict-param-result"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "nodecommons-express", | ||
"version": "1.4.10", | ||
"version": "1.4.11", | ||
"description": "", | ||
"scripts": { | ||
"preprepare": "rm -rf ./dist; cti ./src && tsc" | ||
"preprepare": "rm -rf ./dist; cti ./src && tsc", | ||
"publish-patch": "rm -rf dist; tsc && tslint -p . && npm run preprepare && npm version patch && npm install && npm publish && git add . && git commit -m 'publish'" | ||
}, | ||
@@ -20,6 +21,6 @@ "main": "dist/index.js", | ||
"formidable": "^1.2.2", | ||
"nodecommons-cli": "^1.3.1", | ||
"nodecommons-cli": "^1.4.0", | ||
"nodecommons-file": "^2.0.0", | ||
"tscommons-core": "^2.2.0", | ||
"tscommons-http": "5.0.1" | ||
"tscommons-core": "^2.4.2", | ||
"tscommons-http": "5.1.0" | ||
}, | ||
@@ -26,0 +27,0 @@ "devDependencies": { |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
67953
896
+ Addedtscommons-http@5.1.0(transitive)
- Removedtscommons-http@5.0.1(transitive)
Updatednodecommons-cli@^1.4.0
Updatedtscommons-core@^2.4.2
Updatedtscommons-http@5.1.0