@hashgraphonline/standards-sdk 0.0.157 → 0.0.159
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 +1 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Hashgraph Online Standards SDK
|
|
2
2
|
|
|
3
|
-
|  | A lightweight SDK providing reference implementations for Hashgraph Consensus Standards (HCS) created by Hashgraph Online.<br><br>This SDK is built and maintained by [Hashgraph Online](https://hashgraphonline.com), a consortium of leading Hedera Organizations within the Hedera ecosystem.<br><br>[📚 Standards SDK Documentation](https://hashgraphonline.com/docs/libraries/standards-sdk/)<br>[📖 HCS Standards Documentation](https://hashgraphonline.com/docs/standards) |
|
|
4
4
|
| :-------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
5
5
|
|
|
6
6
|
## Quick Start
|
|
@@ -134,7 +134,7 @@ See [MAINTAINERS.md](MAINTAINERS.md) for a list of project maintainers.
|
|
|
134
134
|
|
|
135
135
|
## Resources
|
|
136
136
|
|
|
137
|
-
- [HCS Standards Documentation](https://
|
|
137
|
+
- [HCS Standards Documentation](https://hashgraphonline.com/docs/standards)
|
|
138
138
|
- [Hedera Documentation](https://docs.hedera.com)
|
|
139
139
|
- [Telegram Community](https://t.me/hashinals)
|
|
140
140
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashgraphonline/standards-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.159",
|
|
4
4
|
"description": "The Hashgraph Online Standards SDK provides a complete implementation of the Hashgraph Consensus Standards (HCS), giving developers all the tools needed to build applications on Hedera.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -99,8 +99,6 @@
|
|
|
99
99
|
"@hashgraphonline/hashinal-wc": "^1.0.100",
|
|
100
100
|
"@hashgraphonline/standards-agent-kit": "^0.2.107",
|
|
101
101
|
"@kiloscribe/inscription-sdk": "^1.0.56",
|
|
102
|
-
"@langchain/core": "^0.3.66",
|
|
103
|
-
"@langchain/openai": "^0.6.3",
|
|
104
102
|
"axios": "^1.10.0",
|
|
105
103
|
"bignumber.js": "^9.3.1",
|
|
106
104
|
"buffer": "^6.0.3",
|
|
@@ -108,9 +106,7 @@
|
|
|
108
106
|
"dotenv": "^16.4.7",
|
|
109
107
|
"ethers": "^6.13.5",
|
|
110
108
|
"file-type": "^20.4.1",
|
|
111
|
-
"hedera-agent-kit": "^2.0.3",
|
|
112
109
|
"ioredis": "^5.6.0",
|
|
113
|
-
"langchain": "^0.3.30",
|
|
114
110
|
"mime-types": "^2.1.35",
|
|
115
111
|
"pino": "^9.7.0",
|
|
116
112
|
"pino-pretty": "^13.0.0",
|