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.
- package/README.md +3 -2
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-

|
|
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?
|
|
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.
|
|
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.
|
|
25
|
-
"@dedot/cli": "0.9.
|
|
26
|
-
"@dedot/codecs": "0.9.
|
|
27
|
-
"@dedot/contracts": "0.9.
|
|
28
|
-
"@dedot/providers": "0.9.
|
|
29
|
-
"@dedot/runtime-specs": "0.9.
|
|
30
|
-
"@dedot/shape": "0.9.
|
|
31
|
-
"@dedot/types": "0.9.
|
|
32
|
-
"@dedot/utils": "0.9.
|
|
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": "
|
|
98
|
+
"gitHead": "5a205138e7221a742a863b854a8a03f298c19253",
|
|
99
99
|
"module": "./index.js",
|
|
100
100
|
"types": "./index.d.ts"
|
|
101
101
|
}
|