dedot 0.4.1 → 0.4.2-next.5d9d02c1.7
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 +14 -6
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -2,12 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Delightful JavaScript/TypeScript client for [Polkadot](https://polkadot.network/) & [Substrate](https://substrate.io/)
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
![Version][ico-version]
|
|
6
|
+
![Unit test][ico-unit-test]
|
|
7
|
+
![E2E test][ico-e2e-test]
|
|
8
|
+
![License][ico-license]
|
|
9
|
+
[![Chat on Telegram][ico-telegram]][link-telegram]
|
|
10
|
+
|
|
11
|
+
[ico-telegram]: https://img.shields.io/badge/Dedot-2CA5E0.svg?style=flat-square&logo=telegram&label=Telegram
|
|
12
|
+
[ico-unit-test]: https://img.shields.io/github/actions/workflow/status/dedotdev/dedot/run-tests.yml?label=unit%20tests&style=flat-square
|
|
13
|
+
[ico-e2e-test]: https://img.shields.io/github/actions/workflow/status/dedotdev/dedot/zombienet-tests.yml?label=e2e%20tests&style=flat-square
|
|
14
|
+
[ico-version]: https://img.shields.io/github/package-json/v/dedotdev/dedot?filename=packages%2Fapi%2Fpackage.json&style=flat-square
|
|
15
|
+
[ico-license]: https://img.shields.io/github/license/dedotdev/dedot?style=flat-square
|
|
16
|
+
|
|
17
|
+
[link-telegram]: https://t.me/+edmxW2Lsmm02ODll
|
|
11
18
|
|
|
12
19
|
---
|
|
13
20
|
|
|
@@ -813,3 +820,4 @@ Proudly supported by Web3 Foundation Grants Program.
|
|
|
813
820
|
|
|
814
821
|
[Apache-2.0](https://github.com/dedotdev/dedot/blob/main/LICENSE)
|
|
815
822
|
|
|
823
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dedot",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2-next.5d9d02c1.7+5d9d02c",
|
|
4
4
|
"description": "A delightful JavaScript/TypeScript client for Polkadot & Substrate",
|
|
5
5
|
"author": "Thang X. Vu <thang@coongcrafts.io>",
|
|
6
6
|
"homepage": "https://github.com/dedotdev/dedot",
|
|
@@ -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.4.
|
|
25
|
-
"@dedot/cli": "0.4.
|
|
26
|
-
"@dedot/codecs": "0.4.
|
|
27
|
-
"@dedot/contracts": "0.4.
|
|
28
|
-
"@dedot/providers": "0.4.
|
|
29
|
-
"@dedot/runtime-specs": "0.4.
|
|
30
|
-
"@dedot/shape": "0.4.
|
|
31
|
-
"@dedot/types": "0.4.
|
|
32
|
-
"@dedot/utils": "0.4.
|
|
24
|
+
"@dedot/api": "0.4.2-next.5d9d02c1.7+5d9d02c",
|
|
25
|
+
"@dedot/cli": "0.4.2-next.5d9d02c1.7+5d9d02c",
|
|
26
|
+
"@dedot/codecs": "0.4.2-next.5d9d02c1.7+5d9d02c",
|
|
27
|
+
"@dedot/contracts": "0.4.2-next.5d9d02c1.7+5d9d02c",
|
|
28
|
+
"@dedot/providers": "0.4.2-next.5d9d02c1.7+5d9d02c",
|
|
29
|
+
"@dedot/runtime-specs": "0.4.2-next.5d9d02c1.7+5d9d02c",
|
|
30
|
+
"@dedot/shape": "0.4.2-next.5d9d02c1.7+5d9d02c",
|
|
31
|
+
"@dedot/types": "0.4.2-next.5d9d02c1.7+5d9d02c",
|
|
32
|
+
"@dedot/utils": "0.4.2-next.5d9d02c1.7+5d9d02c"
|
|
33
33
|
},
|
|
34
34
|
"exports": {
|
|
35
35
|
".": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"directory": "dist"
|
|
93
93
|
},
|
|
94
94
|
"license": "Apache-2.0",
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "5d9d02c17067074674ae588eb266a46f36742cb4",
|
|
96
96
|
"module": "./index.js",
|
|
97
97
|
"types": "./index.d.ts"
|
|
98
98
|
}
|