discord-verify
Advanced tools
Comparing version 0.0.2-beta.14 to 0.0.2-beta.15
{ | ||
"name": "discord-verify", | ||
"version": "0.0.2-beta.14", | ||
"version": "0.0.2-beta.15", | ||
"author": "Ian Mitchell", | ||
@@ -8,2 +8,3 @@ "description": "A library for verifying the authenticity of requests coming from the Discord Interactions API", | ||
"homepage": "https://github.com/ianmitchell/interaction-kit/tree/main/packages/discord-verify", | ||
"type": "module", | ||
"exports": { | ||
@@ -24,3 +25,3 @@ ".": { | ||
}, | ||
"type": "module", | ||
"main": "./dist/web.js", | ||
"scripts": { | ||
@@ -32,3 +33,4 @@ "clean": "rimraf dist", | ||
"lint": "eslint ./src/**/*.ts", | ||
"test": "vitest run" | ||
"test": "vitest run", | ||
"prepublish": "npm run clean && npm run build" | ||
}, | ||
@@ -35,0 +37,0 @@ "files": [ |
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
18386
15
473