@shieldz/sdk
Advanced tools
@@ -6,3 +6,3 @@ "use strict"; | ||
| const invoices_js_1 = require("./invoices.js"); | ||
| const VERSION = "0.2.1"; | ||
| const VERSION = "0.2.2"; | ||
| const DEFAULT_BASE_URL = "https://shieldz.cash/api/v1"; | ||
@@ -9,0 +9,0 @@ const RETRYABLE_STATUS = new Set([429, 500, 502, 503, 504]); |
| import { ShieldzError } from "./errors.js"; | ||
| import { Invoices } from "./invoices.js"; | ||
| const VERSION = "0.2.1"; | ||
| const VERSION = "0.2.2"; | ||
| const DEFAULT_BASE_URL = "https://shieldz.cash/api/v1"; | ||
@@ -5,0 +5,0 @@ const RETRYABLE_STATUS = new Set([429, 500, 502, 503, 504]); |
+16
-2
| { | ||
| "name": "@shieldz/sdk", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Official Node/TypeScript SDK for Shieldz — non-custodial crypto payments with $0 fees. Create invoices, accept USDC/USDT/BTC/ZEC, and verify webhooks.", | ||
@@ -53,3 +53,16 @@ "type": "module", | ||
| "coinbase-commerce-alternative", | ||
| "btcpay-alternative" | ||
| "btcpay-alternative", | ||
| "ethereum", | ||
| "base", | ||
| "arbitrum", | ||
| "webhook", | ||
| "webhooks", | ||
| "sdk", | ||
| "typescript", | ||
| "esm", | ||
| "zero-dependencies", | ||
| "edge", | ||
| "deno", | ||
| "bun", | ||
| "no-kyc" | ||
| ], | ||
@@ -59,2 +72,3 @@ "license": "MIT", | ||
| "homepage": "https://shieldz.cash", | ||
| "funding": "https://shieldz.cash", | ||
| "bugs": { | ||
@@ -61,0 +75,0 @@ "url": "https://github.com/ShieldZCash/shieldz-sdk/issues" |
+4
-0
@@ -5,2 +5,6 @@ # @shieldz/sdk | ||
| [](https://github.com/ShieldZCash/shieldz-sdk/actions/workflows/ci.yml) | ||
| [](https://www.npmjs.com/package/@shieldz/sdk) | ||
| [](https://bundlephobia.com/package/@shieldz/sdk) | ||
| [](https://github.com/ShieldZCash/shieldz-sdk/blob/main/package.json) | ||
| [](https://github.com/ShieldZCash/shieldz-sdk/blob/main/LICENSE) | ||
@@ -7,0 +11,0 @@ Official Node / TypeScript SDK for [**Shieldz**](https://shieldz.cash) — non-custodial crypto payments with **$0 fees**. |
82920
0.88%170
2.41%