@yellow-org/sdk 1.1.0 → 1.1.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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ TypeScript SDK for Clearnode payment channels providing both high-level and low-
|
|
|
9
9
|
- **Low-Level Operations**: Direct RPC access for custom flows and advanced use cases
|
|
10
10
|
- **Full Feature Parity**: 100% compatibility with Go SDK functionality
|
|
11
11
|
|
|
12
|
-
> If you
|
|
12
|
+
> If you are migrating from `@erc7824/nitrolite@v0.5.3`, please consider using the [@yellow-org/sdk-compat](https://www.npmjs.com/package/@yellow-org/sdk-compat) package. It is a translation layer that uses this SDK underneath and maps the familiar v0.5.3 API surfaces to this SDK.
|
|
13
13
|
|
|
14
14
|
## Method Cheat Sheet
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yellow-org/sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "The Nitrolite SDK empowers developers to build high-performance, scalable web3 applications using state channels. It's designed to provide near-instant transactions and significantly improved user experiences by minimizing direct blockchain interactions.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|