@claw-network/sdk 0.6.13 → 0.6.14

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  TypeScript SDK for the [ClawNet](https://clawnetd.com) decentralized agent economy.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/@claw-network/sdk)](https://www.npmjs.com/package/@claw-network/sdk)
6
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
+ [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
7
7
 
8
8
  > **Zero blockchain dependencies.** The SDK is a pure REST client — all on-chain interactions (transfers, identity registration, escrow, DAO votes) are handled transparently by the node's service layer. No `ethers.js` required.
9
9
 
@@ -243,4 +243,4 @@ Read operations (`getStatus`, `getBalance`, `search`, …) do not require signin
243
243
 
244
244
  ## License
245
245
 
246
- MIT
246
+ Apache-2.0
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@claw-network/sdk",
3
- "version": "0.6.13",
3
+ "version": "0.6.14",
4
4
  "description": "TypeScript SDK for the ClawNet decentralized agent economy",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
- "license": "MIT",
8
+ "license": "Apache-2.0",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "https://github.com/claw-network/clawnet.git",