yieldagentx402-verify 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yieldagentx402-verify",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Zero-dependency verifier for YieldAgentX402 receipts and webhook signatures. Works in browser, Node 18+, Cloudflare Workers, and Deno.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"homepage": "https://yieldagentx402.app/mcp-server",
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
27
|
-
"url": "git+https://github.com/Fabio662/
|
|
28
|
-
"directory": "
|
|
27
|
+
"url": "git+https://github.com/Fabio662/yieldagentx402-sdks.git",
|
|
28
|
+
"directory": "verify-lib"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": { "access": "public" },
|
|
31
31
|
"engines": { "node": ">=18" }
|