@thecryptodonkey/toll-booth 1.2.0 → 1.2.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thecryptodonkey/toll-booth",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Monetise any API with HTTP 402 payments. Payment-rail agnostic middleware for Express, Hono, Deno, Bun, and Workers.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"test:integration:cashu": "bash scripts/test-integration.sh --cashu-only",
|
|
97
97
|
"typecheck": "tsc --noEmit",
|
|
98
98
|
"prepublishOnly": "npm run build && npm test",
|
|
99
|
-
"
|
|
99
|
+
"prepare": "patch-package"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
102
|
"better-sqlite3": "^11.8.0",
|