@piprail/sdk 1.15.0 → 1.15.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 +10 -0
- package/README.md +27 -790
- package/package.json +1 -5
- package/CHAINS.md +0 -179
- package/DISCOVERY.md +0 -420
- package/ERRORS.md +0 -283
- package/STANDARDS.md +0 -130
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,15 @@ 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.15.1] — 2026-06-10 — docs consolidation: the README is now a signpost to docs.piprail.com
|
|
8
|
+
|
|
9
|
+
Docs-only. No code, no API, no behaviour change — `dist` is byte-identical.
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- **`README.md` trimmed to a signpost.** The full manual now lives at **[docs.piprail.com](https://docs.piprail.com)**, the single source of truth. The README keeps a one-line pitch, install, two tiny examples, and a docs link table.
|
|
13
|
+
- **Slimmer npm tarball.** `CHAINS.md`, `ERRORS.md`, `STANDARDS.md`, and `DISCOVERY.md` are no longer shipped in the package (`files`) — they duplicated the docs site (or are internal contributor contracts). The package now ships `dist` + `README.md` + `CHANGELOG.md` + `LICENSE`.
|
|
14
|
+
- In-repo, `CHAINS.md` and `DISCOVERY.md` are reduced to pointers at the canonical docs; `ERRORS.md` is reframed as the internal driver error contract (the user-facing error model lives at [docs.piprail.com/errors](https://docs.piprail.com/errors/error-model/)).
|
|
15
|
+
|
|
7
16
|
## [1.15.0] — 2026-06-10 — the trusted agent wallet (budget-bound, time-boxed, asks-first)
|
|
8
17
|
|
|
9
18
|
A minor, fully additive layer — defaults byte-identical, no new error code, protocol
|
|
@@ -691,6 +700,7 @@ straight into your wallet. The API is small and self-contained.
|
|
|
691
700
|
to your wallet; PipRail never holds funds.
|
|
692
701
|
- `viem ^2.21` is a peer dependency. Node 20+ or a modern browser.
|
|
693
702
|
|
|
703
|
+
[1.15.1]: https://www.npmjs.com/package/@piprail/sdk
|
|
694
704
|
[1.15.0]: https://www.npmjs.com/package/@piprail/sdk
|
|
695
705
|
[1.14.0]: https://www.npmjs.com/package/@piprail/sdk
|
|
696
706
|
[1.13.1]: https://www.npmjs.com/package/@piprail/sdk
|