@inversifyjs/http-express-v4 4.1.0 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @inversifyjs/http-express-v4
2
2
 
3
+ ## 4.2.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @inversifyjs/http-core@4.2.0
9
+
3
10
  ## 4.1.0
4
11
 
5
12
  ### Patch Changes
@@ -1,6 +1,7 @@
1
1
  export { InversifyExpressHttpAdapter } from './adapter/InversifyExpressHttpAdapter';
2
2
  export type { ExpressErrorFilter } from './models/ExpressErrorFilter';
3
3
  export type { ExpressGuard } from './models/ExpressGuard';
4
+ export type { ExpressHttpAdapterOptions } from './models/ExpressHttpAdapterOptions';
4
5
  export type { ExpressInterceptor } from './models/ExpressInterceptor';
5
6
  export type { ExpressMiddleware } from './models/ExpressMiddleware';
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAEpF,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAEpF,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC"}
@@ -34,4 +34,4 @@ type ExpressInterceptor = Interceptor<express.Request, express.Response>;
34
34
  type ExpressMiddleware = Middleware<express.Request, express.Response, express.NextFunction, void>;
35
35
 
36
36
  export { InversifyExpressHttpAdapter };
37
- export type { ExpressErrorFilter, ExpressGuard, ExpressInterceptor, ExpressMiddleware };
37
+ export type { ExpressErrorFilter, ExpressGuard, ExpressHttpAdapterOptions, ExpressInterceptor, ExpressMiddleware };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAEpF,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAEpF,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC"}
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "InversifyJs http express4 package",
7
7
  "dependencies": {
8
8
  "cookie-parser": "^1.4.7",
9
- "@inversifyjs/http-core": "4.1.0"
9
+ "@inversifyjs/http-core": "4.2.0"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@stryker-mutator/core": "9.3.0",
@@ -16,7 +16,7 @@
16
16
  "@types/express": "^4.17.25",
17
17
  "@types/node": "24.10.0",
18
18
  "@vitest/coverage-v8": "4.0.7",
19
- "eslint": "9.38.0",
19
+ "eslint": "9.39.1",
20
20
  "prettier": "3.6.2",
21
21
  "rimraf": "6.1.0",
22
22
  "rollup": "4.52.5",
@@ -61,7 +61,7 @@
61
61
  "type": "git",
62
62
  "url": "git+https://github.com/inversify/monorepo.git"
63
63
  },
64
- "version": "4.1.0",
64
+ "version": "4.2.0",
65
65
  "scripts": {
66
66
  "build": "pnpm run build:cjs && pnpm run build:esm",
67
67
  "build:cjs": "tsc --build tsconfig.cjs.json && pnpm exec foundation-ts-package-cjs ./lib/cjs",