@piprail/sdk 1.22.0 → 1.22.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/CHANGELOG.md +7 -0
- package/README.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ All notable changes to `@piprail/sdk` are documented here. The format
|
|
|
4
4
|
follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the
|
|
5
5
|
versions follow [Semantic Versioning](https://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [1.22.1] — 2026-06-13 — docs: community links + integrations signposting
|
|
8
|
+
|
|
9
|
+
Docs-only patch — **no code change** (the SDK is byte-identical to 1.22.0). Refreshes the README:
|
|
10
|
+
adds a "Spread the word" section (GitHub · X · piprail.com · docs) and surfaces the first-party
|
|
11
|
+
integrations (the OpenClaw skill, `clawhub install piprail`) from the repo. Published so the npm
|
|
12
|
+
package page carries the updated front door.
|
|
13
|
+
|
|
7
14
|
## [1.22.0] — 2026-06-13 — optional wallet (read-only client)
|
|
8
15
|
|
|
9
16
|
A purely **additive, opt-in** feature: `PipRailClient`'s `wallet` is now **optional**. Omit it for a
|
package/README.md
CHANGED
|
@@ -55,6 +55,12 @@ The same app can **take** payments and **make** them. → [Making payments](http
|
|
|
55
55
|
| **[MCP server](https://docs.piprail.com/mcp/overview/)** | Give any AI agent a budget-bound wallet |
|
|
56
56
|
| **[Reference](https://docs.piprail.com/reference/api/)** | The complete API surface |
|
|
57
57
|
|
|
58
|
+
## Spread the word
|
|
59
|
+
|
|
60
|
+
PipRail is free, open-source, and has no backend to sell you. If it saved you from building a payments backend, help other developers (and their agents) find it:
|
|
61
|
+
|
|
62
|
+
⭐ **[Star on GitHub](https://github.com/piprail/piprail)** · 𝕏 **[Follow @piprailhq](https://x.com/piprailhq)** · 🌐 **[piprail.com](https://piprail.com)** · 📖 **[docs.piprail.com](https://docs.piprail.com)**
|
|
63
|
+
|
|
58
64
|
## License & trademark
|
|
59
65
|
|
|
60
66
|
The code is **MIT** — use it, fork it, ship it. **PipRail™**, the logo, and the `@piprail` npm scope are trademarks of the PipRail project: build on the code freely, but please don't call a fork "PipRail" or imply it's official. See [TRADEMARK.md](https://github.com/piprail/piprail/blob/main/TRADEMARK.md).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@piprail/sdk",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.1",
|
|
4
4
|
"description": "Accept x402 crypto payments across 29 chains — every major EVM chain plus Solana, TON, Tron, NEAR, Sui, Aptos, Algorand, Stellar & XRPL — in a couple of lines. No backend, no database, no fee; payments settle straight to your wallet.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|