discord-verify
Advanced tools
Comparing version 0.0.2-beta.10 to 0.0.2-beta.11
{ | ||
"name": "discord-verify", | ||
"version": "0.0.2-beta.10", | ||
"version": "0.0.2-beta.11", | ||
"author": "Ian Mitchell", | ||
@@ -10,8 +10,8 @@ "description": "A library for verifying the authenticity of requests coming from the Discord Interactions API", | ||
"./web": { | ||
"import": "./web.js", | ||
"types": "./web.d.ts" | ||
"import": "./dist/web.js", | ||
"types": "./dist/web.d.ts" | ||
}, | ||
"./node": { | ||
"import": "./node.js", | ||
"types": "./node.d.ts" | ||
"import": "./dist/node.js", | ||
"types": "./dist/node.d.ts" | ||
} | ||
@@ -18,0 +18,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24608
0