@gquittet/graceful-server
Advanced tools
Comparing version 5.0.1-alpha1 to 5.0.1-alpha2
{ | ||
"name": "@gquittet/graceful-server", | ||
"version": "5.0.1-alpha1", | ||
"version": "5.0.1-alpha2", | ||
"description": "Tiny (~5k), dependency-free Node.JS library to make your API more graceful", | ||
@@ -17,13 +17,13 @@ "license": "MIT", | ||
"type": "module", | ||
"main": "./lib/index.cjs", | ||
"types": "./lib/index.d.cts", | ||
"main": "./lib/src/index.cjs", | ||
"types": "./lib/src/index.d.cts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"default": "./lib/index.js", | ||
"types": "./lib/index.d.ts" | ||
"default": "./lib/src/index.js", | ||
"types": "./lib/src/index.d.ts" | ||
}, | ||
"require": { | ||
"default": "./lib/index.cjs", | ||
"types": "./lib/index.d.cts" | ||
"default": "./lib/src/index.cjs", | ||
"types": "./lib/src/index.d.cts" | ||
} | ||
@@ -34,7 +34,22 @@ }, | ||
"imports": { | ||
"#config/*": "./src/config/*.js", | ||
"#constants/*": "./src/constants/*.js", | ||
"#core/*": "./src/core/*.js", | ||
"#interface/*": "./src/interface/*.js", | ||
"#util/*": "./src/util/*.js" | ||
"#config/*": [ | ||
"./src/config/*.js", | ||
"./lib/src/config/*.js" | ||
], | ||
"#constants/*": [ | ||
"./src/constants/*.js", | ||
"./lib/src/constants/*.js" | ||
], | ||
"#core/*": [ | ||
"./src/core/*.js", | ||
"./lib/src/core/*.js" | ||
], | ||
"#interface/*": [ | ||
"./src/interface/*.js", | ||
"./lib/src/interface/*.js" | ||
], | ||
"#util/*": [ | ||
"./src/util/*.js", | ||
"./lib/src/util/*.js" | ||
] | ||
}, | ||
@@ -41,0 +56,0 @@ "optionalDependencies": { |
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
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
23318
0