dedot 0.9.5 → 0.9.6

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 +3 -2
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Dedot_Baner_final](https://github.com/user-attachments/assets/21402da8-93cb-4441-8688-6fbccb5cfa2b)
1
+ ![Dedot Banner](https://github.com/user-attachments/assets/94a6e1cd-cdaf-4449-8fbf-5762186b9462)
2
2
 
3
3
 
4
4
  # Dedot
@@ -98,8 +98,9 @@ console.log('Pending rewards:', pendingRewards);
98
98
  ### Real-World Projects Powered by Dedot
99
99
 
100
100
  - [Polkadot Live App](https://polkadot-live.github.io/) ([Github](https://github.com/polkadot-live/polkadot-live-app))
101
+ - [Polkadot Staking Dashboard](https://staking.polkadot.cloud/) ([Github](https://github.com/polkadot-cloud/polkadot-staking-dashboard))
101
102
  - [Typink](https://typink.dev/) ([Github](https://github.com/dedotdev/typink))
102
- - ... add yours? [PRs](https://github.com/dedotdev/docs) are more than welcome!
103
+ - ... add yours? PRs are more than welcome!
103
104
 
104
105
  ### Acknowledgment
105
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dedot",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "A delightful JavaScript/TypeScript client for Polkadot & Substrate",
5
5
  "author": "Thang X. Vu <thang@dedot.dev>",
6
6
  "homepage": "https://dedot.dev",
@@ -21,15 +21,15 @@
21
21
  "clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo"
22
22
  },
23
23
  "dependencies": {
24
- "@dedot/api": "0.9.5",
25
- "@dedot/cli": "0.9.5",
26
- "@dedot/codecs": "0.9.5",
27
- "@dedot/contracts": "0.9.5",
28
- "@dedot/providers": "0.9.5",
29
- "@dedot/runtime-specs": "0.9.5",
30
- "@dedot/shape": "0.9.5",
31
- "@dedot/types": "0.9.5",
32
- "@dedot/utils": "0.9.5"
24
+ "@dedot/api": "0.9.6",
25
+ "@dedot/cli": "0.9.6",
26
+ "@dedot/codecs": "0.9.6",
27
+ "@dedot/contracts": "0.9.6",
28
+ "@dedot/providers": "0.9.6",
29
+ "@dedot/runtime-specs": "0.9.6",
30
+ "@dedot/shape": "0.9.6",
31
+ "@dedot/types": "0.9.6",
32
+ "@dedot/utils": "0.9.6"
33
33
  },
34
34
  "exports": {
35
35
  ".": {
@@ -95,7 +95,7 @@
95
95
  "node": ">=18"
96
96
  },
97
97
  "license": "Apache-2.0",
98
- "gitHead": "18f4c23ad45330f9de1b3be70d4ce7581eaccb20",
98
+ "gitHead": "5a205138e7221a742a863b854a8a03f298c19253",
99
99
  "module": "./index.js",
100
100
  "types": "./index.d.ts"
101
101
  }