@feathersjs/express
Advanced tools
Comparing version 5.0.27 to 5.0.28
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.28](https://github.com/feathersjs/feathers/compare/v5.0.27...v5.0.28) (2024-07-10) | ||
**Note:** Version bump only for package @feathersjs/express | ||
## [5.0.27](https://github.com/feathersjs/feathers/compare/v5.0.26...v5.0.27) (2024-06-18) | ||
@@ -8,0 +12,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.authenticate = exports.parseAuthentication = void 0; | ||
exports.parseAuthentication = parseAuthentication; | ||
exports.authenticate = authenticate; | ||
const commons_1 = require("@feathersjs/commons"); | ||
@@ -32,3 +33,2 @@ const authentication_1 = require("@feathersjs/authentication"); | ||
} | ||
exports.parseAuthentication = parseAuthentication; | ||
function authenticate(settings, ...strategies) { | ||
@@ -45,3 +45,2 @@ const hook = (0, authentication_1.authenticate)(settings, ...strategies); | ||
} | ||
exports.authenticate = authenticate; | ||
//# sourceMappingURL=authentication.js.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import http from 'http'; | ||
@@ -3,0 +2,0 @@ import express, { Express } from 'express'; |
@@ -6,3 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.errorHandler = exports.notFound = void 0; | ||
exports.notFound = notFound; | ||
exports.errorHandler = errorHandler; | ||
const path_1 = __importDefault(require("path")); | ||
@@ -22,3 +23,2 @@ const errors_1 = require("@feathersjs/errors"); | ||
} | ||
exports.notFound = notFound; | ||
function errorHandler(_options = {}) { | ||
@@ -121,3 +121,2 @@ const options = Object.assign({}, defaults, _options); | ||
} | ||
exports.errorHandler = errorHandler; | ||
//# sourceMappingURL=handlers.js.map |
@@ -30,2 +30,3 @@ "use strict"; | ||
exports.compression = exports.cors = exports.authenticate = exports.parseAuthentication = exports.notFound = exports.errorHandler = exports.formatter = exports.Router = exports.rest = exports.query = exports.urlencoded = exports.text = exports.raw = exports.json = exports.static = exports.serveStatic = exports.original = void 0; | ||
exports.default = feathersExpress; | ||
const express_1 = __importDefault(require("express")); | ||
@@ -149,3 +150,2 @@ const feathers_1 = require("@feathersjs/feathers"); | ||
} | ||
exports.default = feathersExpress; | ||
if (typeof module !== 'undefined') { | ||
@@ -152,0 +152,0 @@ module.exports = Object.assign(feathersExpress, module.exports); |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "5.0.27", | ||
"version": "5.0.28", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,11 +55,11 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.27", | ||
"@feathersjs/commons": "^5.0.27", | ||
"@feathersjs/errors": "^5.0.27", | ||
"@feathersjs/feathers": "^5.0.27", | ||
"@feathersjs/transport-commons": "^5.0.27", | ||
"@feathersjs/authentication": "^5.0.28", | ||
"@feathersjs/commons": "^5.0.28", | ||
"@feathersjs/errors": "^5.0.28", | ||
"@feathersjs/feathers": "^5.0.28", | ||
"@feathersjs/transport-commons": "^5.0.28", | ||
"@types/compression": "^1.7.5", | ||
"@types/cors": "^2.8.17", | ||
"@types/express": "^4.17.21", | ||
"@types/express-serve-static-core": "^4.19.0", | ||
"@types/express-serve-static-core": "^4.19.5", | ||
"compression": "^1.7.4", | ||
@@ -70,15 +70,15 @@ "cors": "^2.8.5", | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.27", | ||
"@feathersjs/tests": "^5.0.27", | ||
"@types/lodash": "^4.17.0", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.12.8", | ||
"axios": "^1.6.8", | ||
"@feathersjs/authentication-local": "^5.0.28", | ||
"@feathersjs/tests": "^5.0.28", | ||
"@types/lodash": "^4.17.6", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.14.10", | ||
"axios": "^1.7.2", | ||
"lodash": "^4.17.21", | ||
"mocha": "^10.4.0", | ||
"mocha": "^10.6.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.5.3" | ||
}, | ||
"gitHead": "f6ff82535fa25432757c049f54302883c59e6bb6" | ||
"gitHead": "410ba7db8f3348d208e34511827302133d727ba3" | ||
} |
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
129232
938