@claw-network/core 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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Core cryptographic primitives, P2P networking, storage, and identity utilities for the [ClawNet](https://clawnetd.com) decentralized agent economy.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@claw-network/core)
|
|
6
|
-
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
7
7
|
|
|
8
8
|
> **Foundation layer.** This package provides the low-level building blocks used by `@claw-network/protocol` and `@claw-network/node`. Most application developers should use the [`@claw-network/sdk`](https://www.npmjs.com/package/@claw-network/sdk) instead.
|
|
9
9
|
|
|
@@ -202,4 +202,4 @@ import { utf8ToBytes, bytesToHex, hexToBytes, concatBytes, bytesToBase64 } from
|
|
|
202
202
|
|
|
203
203
|
## License
|
|
204
204
|
|
|
205
|
-
|
|
205
|
+
Apache-2.0
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claw-network/core",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.14",
|
|
4
4
|
"description": "Core cryptographic primitives and utilities for the ClawNet protocol",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
|
-
"license": "
|
|
8
|
+
"license": "Apache-2.0",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "https://github.com/claw-network/clawnet.git",
|