@feathersjs/express
Advanced tools
Comparing version 5.0.31 to 5.0.32
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) | ||
**Note:** Version bump only for package @feathersjs/express | ||
## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) | ||
@@ -8,0 +12,0 @@ |
@@ -18,9 +18,19 @@ "use strict"; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __importStar = (this && this.__importStar) || (function () { | ||
var ownKeys = function(o) { | ||
ownKeys = Object.getOwnPropertyNames || function (o) { | ||
var ar = []; | ||
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; | ||
return ar; | ||
}; | ||
return ownKeys(o); | ||
}; | ||
return function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
})(); | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -27,0 +37,0 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "5.0.31", | ||
"version": "5.0.32", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,7 +55,7 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.31", | ||
"@feathersjs/commons": "^5.0.31", | ||
"@feathersjs/errors": "^5.0.31", | ||
"@feathersjs/feathers": "^5.0.31", | ||
"@feathersjs/transport-commons": "^5.0.31", | ||
"@feathersjs/authentication": "^5.0.32", | ||
"@feathersjs/commons": "^5.0.32", | ||
"@feathersjs/errors": "^5.0.32", | ||
"@feathersjs/feathers": "^5.0.32", | ||
"@feathersjs/transport-commons": "^5.0.32", | ||
"@types/compression": "^1.7.5", | ||
@@ -65,20 +65,20 @@ "@types/cors": "^2.8.17", | ||
"@types/express-serve-static-core": "^4.19.5", | ||
"compression": "^1.7.4", | ||
"compression": "^1.7.5", | ||
"cors": "^2.8.5", | ||
"express": "^4.21.1" | ||
"express": "^4.21.2" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.31", | ||
"@feathersjs/tests": "^5.0.31", | ||
"@types/lodash": "^4.17.13", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^22.8.4", | ||
"axios": "^1.7.7", | ||
"@feathersjs/authentication-local": "^5.0.32", | ||
"@feathersjs/tests": "^5.0.32", | ||
"@types/lodash": "^4.17.15", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^22.13.0", | ||
"axios": "^1.7.9", | ||
"lodash": "^4.17.21", | ||
"mocha": "^10.8.2", | ||
"mocha": "^11.1.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.6.3" | ||
"typescript": "^5.7.3" | ||
}, | ||
"gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7" | ||
"gitHead": "73d081c4e4ac5210b8e59a33ebdc84a2f05e89e6" | ||
} |
Sorry, the diff of this file is not supported yet
130558
948
Updated@feathersjs/commons@^5.0.32
Updated@feathersjs/errors@^5.0.32
Updated@feathersjs/feathers@^5.0.32
Updatedcompression@^1.7.5
Updatedexpress@^4.21.2