express-contextualized-router
Advanced tools
Comparing version 1.7.0 to 1.8.0
var y = Object.defineProperty; | ||
var z = (o, t, e) => t in o ? y(o, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[t] = e; | ||
var p = (o, t, e) => (z(o, typeof t != "symbol" ? t + "" : t, e), e); | ||
var p = (o, t, e) => z(o, typeof t != "symbol" ? t + "" : t, e); | ||
import { Router as f } from "express"; | ||
@@ -5,0 +5,0 @@ class b { |
{ | ||
"name": "express-contextualized-router", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"type": "module", | ||
@@ -37,15 +37,15 @@ "exports": { | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "19.1.0", | ||
"@commitlint/config-conventional": "19.2.2", | ||
"@tsconfig/strictest": "2.0.5", | ||
"@types/express": "4.17.21", | ||
"@types/node": "20.12.7", | ||
"@types/node": "20.14.10", | ||
"@types/supertest": "6.0.2", | ||
"@typescript-eslint/eslint-plugin": "7.6.0", | ||
"@typescript-eslint/parser": "7.6.0", | ||
"@vitest/coverage-v8": "1.5.0", | ||
"builtin-modules": "3.3.0", | ||
"commitlint": "19.2.1", | ||
"@typescript-eslint/eslint-plugin": "7.14.1", | ||
"@typescript-eslint/parser": "7.14.1", | ||
"@vitest/coverage-v8": "1.6.0", | ||
"builtin-modules": "4.0.0", | ||
"commitlint": "19.3.0", | ||
"eslint": "8.57.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-n": "17.2.0", | ||
"eslint-plugin-n": "17.9.0", | ||
"eslint-plugin-security": "1.7.1", | ||
@@ -56,10 +56,10 @@ "eslint-plugin-vitest": "0.4.1", | ||
"husky": "9.0.11", | ||
"lint-staged": "15.2.2", | ||
"prettier": "3.2.5", | ||
"lint-staged": "15.2.7", | ||
"prettier": "3.3.2", | ||
"semantic-release": "22.0.12", | ||
"supertest": "6.3.4", | ||
"typescript": "5.4.5", | ||
"vite": "5.2.8", | ||
"vite-plugin-dts": "3.8.2", | ||
"vitest": "1.5.0" | ||
"supertest": "7.0.0", | ||
"typescript": "5.5.3", | ||
"vite": "5.3.3", | ||
"vite-plugin-dts": "3.9.1", | ||
"vitest": "1.6.0" | ||
}, | ||
@@ -66,0 +66,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
104321