@telaro/sdk 0.1.1 โ 0.1.2
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 +5 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.1.2] - 2026-05-17
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- Repository and bugs URLs now point to the correct GitHub org and repo (`Telaro-Protocol/Telaro-Protocol`). 0.1.1 shipped with the wrong path.
|
|
13
|
+
|
|
9
14
|
## [0.1.1] - 2026-05-17
|
|
10
15
|
|
|
11
16
|
### Changed
|
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
> TypeScript SDK for the **Telaro** protocol on Solana. A bonded reputation primitive for AI agents.
|
|
8
8
|
> Currently targets **Solana devnet**. Mainnet is pending audit.
|
|
9
9
|
|
|
10
|
-
๐ฆ [`@telaro/sdk` on npm](https://www.npmjs.com/package/@telaro/sdk) ยท ๐ [telaro.xyz](https://telaro.xyz) ยท ๐ [Quickstart](./QUICKSTART.md) ยท ๐ [Main repo](https://github.com/
|
|
10
|
+
๐ฆ [`@telaro/sdk` on npm](https://www.npmjs.com/package/@telaro/sdk) ยท ๐ [telaro.xyz](https://telaro.xyz) ยท ๐ [Quickstart](./QUICKSTART.md) ยท ๐ [Main repo](https://github.com/Telaro-Protocol/Telaro-Protocol)
|
|
11
11
|
|
|
12
12
|
## Install
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telaro/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "TypeScript SDK for the Telaro protocol on Solana. A bonded reputation layer for AI agents.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
},
|
|
65
65
|
"repository": {
|
|
66
66
|
"type": "git",
|
|
67
|
-
"url": "git+https://github.com/
|
|
67
|
+
"url": "git+https://github.com/Telaro-Protocol/Telaro-Protocol.git",
|
|
68
68
|
"directory": "sdk"
|
|
69
69
|
},
|
|
70
70
|
"homepage": "https://telaro.xyz",
|
|
71
71
|
"bugs": {
|
|
72
|
-
"url": "https://github.com/
|
|
72
|
+
"url": "https://github.com/Telaro-Protocol/Telaro-Protocol/issues"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|
|
75
75
|
"node": ">=20"
|