@sapphire/plugin-api
Advanced tools
Comparing version 3.0.0-next.1fbe876.0 to 3.0.0-next.1fe55980.0
{ | ||
"name": "@sapphire/plugin-api", | ||
"version": "3.0.0-next.1fbe876.0", | ||
"version": "3.0.0-next.1fe55980.0", | ||
"description": "Plugin for @sapphire/framework to expose a REST API", | ||
@@ -30,4 +30,3 @@ "author": "@sapphire", | ||
"lint": "eslint src tests --ext ts --fix", | ||
"build": "tsc -b src", | ||
"postbuild": "run-p esm:**", | ||
"build": "tsc -b src && yarn esm:register && yarn esm:default", | ||
"esm:register": "gen-esm-wrapper dist/register.js dist/register.mjs", | ||
@@ -56,4 +55,4 @@ "esm:default": "gen-esm-wrapper dist/index.js dist/index.mjs", | ||
"engines": { | ||
"node": ">=14", | ||
"npm": ">=6" | ||
"node": ">=v14.18.0", | ||
"npm": ">=7.24.1" | ||
}, | ||
@@ -76,3 +75,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1fbe8760b7af7f0ac502eebb053f7665210e69c4" | ||
"gitHead": "1fe55980434b19bb024773a1878366320fa96004" | ||
} |
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
199529