@autofleet/super-express
Advanced tools
Comparing version 2.2.0 to 2.2.1-beta-6c740761.0
{ | ||
"name": "@autofleet/super-express", | ||
"version": "2.2.0", | ||
"version": "2.2.1-beta-6c740761.0", | ||
"description": "AF Express with built in boilerplate", | ||
"main": "src/index.js", | ||
"main": "src/index.mjs", | ||
"module": "src/index.mjs", | ||
"types": "src/index.d.ts", | ||
"type": "module", | ||
@@ -30,3 +32,15 @@ "author": "Autofleet", | ||
"supertest": "^7.0.0" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": { | ||
"default": "./src/index.mjs", | ||
"types": "./src/index.d.ts" | ||
}, | ||
"require": { | ||
"default": "./src/index.cjs", | ||
"types": "./src/index.d.cts" | ||
} | ||
} | ||
} | ||
} |
@@ -56,3 +56,3 @@ import express from 'express'; | ||
*/ | ||
export interface SuperExpressApp extends express.Application { | ||
export interface SuperExpressApp extends Omit<express.Application, 'listen'> { | ||
/** | ||
@@ -77,3 +77,3 @@ * Original express listen method. | ||
export default function createSuperExpressApp( | ||
options?: Partial<DefaultOptions & express.ApplicationOptions> | ||
options?: Partial<DefaultOptions> | ||
): SuperExpressApp; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13279
10
243
0
2