@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.
Files changed (2) hide show
  1. package/README.md +2 -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
- The [**cheqd Community Slack**](http://cheqd.link/join-cheqd-slack) is our primary chat channel for the open-source community, software developers, and node operators.
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
- [![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge\&logo=telegram\&logoColor=white)](https://t.me/cheqd) [![Discord](https://img.shields.io/badge/Discord-7289DA?style=for-the-badge\&logo=discord\&logoColor=white)](http://cheqd.link/discord-github) [![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge\&logo=twitter\&logoColor=white)](https://twitter.com/intent/follow?screen\_name=cheqd\_io) [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\&logo=linkedin\&logoColor=white)](http://cheqd.link/linkedin) [![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge\&logo=slack\&logoColor=white)](http://cheqd.link/join-cheqd-slack) [![Medium](https://img.shields.io/badge/Medium-12100E?style=for-the-badge\&logo=medium\&logoColor=white)](https://blog.cheqd.io) [![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge\&logo=youtube\&logoColor=white)](https://www.youtube.com/channel/UCBUGvvH6t3BAYo5u41hJPzw/)
72
+ [![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge\&logo=telegram\&logoColor=white)](https://t.me/cheqd) [![Discord](https://img.shields.io/badge/Discord-7289DA?style=for-the-badge\&logo=discord\&logoColor=white)](http://cheqd.link/discord-github) [![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge\&logo=twitter\&logoColor=white)](https://twitter.com/intent/follow?screen\_name=cheqd\_io) [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\&logo=linkedin\&logoColor=white)](http://cheqd.link/linkedin) [![Medium](https://img.shields.io/badge/Medium-12100E?style=for-the-badge\&logo=medium\&logoColor=white)](https://blog.cheqd.io) [![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge\&logo=youtube\&logoColor=white)](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-develop.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.1",
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.11.30",
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.3",
91
+ "typescript": "^5.4.5",
92
92
  "uint8arrays": "^5.0.3"
93
93
  },
94
94
  "publishConfig": {