@cheqd/sdk 4.0.1-develop.1 → 4.0.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 +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -63,10 +63,10 @@ Our [identity documentation site](https://docs.cheqd.io/identity/) explains how
|
|
|
63
63
|
|
|
64
64
|
## 💬 Community
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
Our [**Discord server**](http://cheqd.link/discord-github) is the primary chat channel for our open-source community, software developers, and node operators.
|
|
67
67
|
|
|
68
68
|
Please reach out to us there for discussions, help, and feedback on the project.
|
|
69
69
|
|
|
70
70
|
## 🙋 Find us elsewhere
|
|
71
71
|
|
|
72
|
-
[](https://t.me/cheqd) [](http://cheqd.link/discord-github) [](https://twitter.com/intent/follow?screen\_name=cheqd\_io) [](http://cheqd.link/linkedin) [](https://t.me/cheqd) [](http://cheqd.link/discord-github) [](https://twitter.com/intent/follow?screen\_name=cheqd\_io) [](http://cheqd.link/linkedin) [](https://blog.cheqd.io) [](https://www.youtube.com/channel/UCBUGvvH6t3BAYo5u41hJPzw/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cheqd/sdk",
|
|
3
|
-
"version": "4.0.1
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "A TypeScript SDK built with CosmJS to interact with cheqd network ledger",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"README.md"
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@cheqd/ts-proto": "^3.4.
|
|
55
|
+
"@cheqd/ts-proto": "^3.4.2",
|
|
56
56
|
"@cosmjs/amino": "^0.32.3",
|
|
57
57
|
"@cosmjs/crypto": "^0.32.3",
|
|
58
58
|
"@cosmjs/encoding": "^0.32.3",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@semantic-release/npm": "^11.0.3",
|
|
80
80
|
"@semantic-release/release-notes-generator": "^12.1.0",
|
|
81
81
|
"@types/jest": "^29.5.12",
|
|
82
|
-
"@types/node": "^20.
|
|
82
|
+
"@types/node": "^20.12.7",
|
|
83
83
|
"@types/uuid": "^9.0.8",
|
|
84
84
|
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
85
85
|
"cross-env": "^7.0.3",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"semantic-release": "^22.0.12",
|
|
89
89
|
"ts-jest": "^29.1.2",
|
|
90
90
|
"ts-node": "^10.9.2",
|
|
91
|
-
"typescript": "^5.4.
|
|
91
|
+
"typescript": "^5.4.5",
|
|
92
92
|
"uint8arrays": "^5.0.3"
|
|
93
93
|
},
|
|
94
94
|
"publishConfig": {
|