discord-verify
Advanced tools
Comparing version 0.0.2-beta.15 to 0.0.2-beta.16
{ | ||
"name": "discord-verify", | ||
"version": "0.0.2-beta.15", | ||
"version": "0.0.2-beta.16", | ||
"author": "Ian Mitchell", | ||
@@ -11,11 +11,13 @@ "description": "A library for verifying the authenticity of requests coming from the Discord Interactions API", | ||
".": { | ||
"import": "./dist/web.js", | ||
"import": "./dist/web.mjs", | ||
"require": "./dist/web.cjs", | ||
"types": "./dist/web.d.ts" | ||
}, | ||
"./web": { | ||
"import": "./dist/web.js", | ||
"import": "./dist/web.mjs", | ||
"require": "./dist/web.cjs", | ||
"types": "./dist/web.d.ts" | ||
}, | ||
"./node": { | ||
"import": "./dist/node.js", | ||
"import": "./dist/node.mjs", | ||
"require": "./dist/node.cjs", | ||
@@ -25,3 +27,3 @@ "types": "./dist/node.d.ts" | ||
}, | ||
"main": "./dist/web.js", | ||
"main": "./dist/web.mjs", | ||
"scripts": { | ||
@@ -28,0 +30,0 @@ "clean": "rimraf dist", |
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
21340
18
565