@gquittet/graceful-server
Advanced tools
Comparing version 5.2.2-alpha3 to 5.2.2-alpha4
{ | ||
"name": "@gquittet/graceful-server", | ||
"version": "5.2.2-alpha3", | ||
"version": "5.2.2-alpha4", | ||
"description": "Tiny (~5k), dependency-free Node.JS library to make your API more graceful", | ||
@@ -38,2 +38,3 @@ "license": "MIT", | ||
"#config/*": { | ||
"types": "./lib/config/*.d.ts", | ||
"require": "./lib/config/*.cjs", | ||
@@ -44,2 +45,3 @@ "import": "./lib/config/*.mjs", | ||
"#constants/*": { | ||
"types": "./lib/config/*.d.ts", | ||
"require": "./lib/constants/*.cjs", | ||
@@ -50,2 +52,3 @@ "import": "./lib/constants/*.mjs", | ||
"#core/*": { | ||
"types": "./lib/core/*.d.ts", | ||
"require": "./lib/core/*.cjs", | ||
@@ -56,2 +59,3 @@ "import": "./lib/core/*.mjs", | ||
"#interface/*": { | ||
"types": "./lib/interface/*.d.ts", | ||
"require": "./lib/interface/*.cjs", | ||
@@ -62,2 +66,3 @@ "import": "./lib/interface/*.mjs", | ||
"#util/*": { | ||
"types": "./lib/util/*.d.ts", | ||
"require": "./lib/util/*.cjs", | ||
@@ -64,0 +69,0 @@ "import": "./lib/util/*.mjs", |
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
34863