dedot 0.15.0 → 0.15.2
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 -0
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -102,6 +102,9 @@ console.log('Pending rewards:', pendingRewards);
|
|
|
102
102
|
- [Polkadot Staking Dashboard](https://staking.polkadot.cloud/) ([Github](https://github.com/polkadot-cloud/polkadot-staking-dashboard))
|
|
103
103
|
- [Typink](https://typink.dev/) ([Github](https://github.com/dedotdev/typink))
|
|
104
104
|
- [Allfeat SDK](https://www.allfeat.com/) ([Github](https://github.com/Allfeat/allfeat-js))
|
|
105
|
+
- [Polkadot UI](https://dot-ui.com/) ([Github](https://github.com/Polkadot-UI-Initiative/dot-ui))
|
|
106
|
+
- [Create Dot App](https://github.com/preschian/create-dot-app)
|
|
107
|
+
- [LunoKit](https://www.lunolab.xyz/) ([Github](https://github.com/Luno-lab/LunoKit))
|
|
105
108
|
- ... add yours? PRs are more than welcome!
|
|
106
109
|
|
|
107
110
|
### Acknowledgment
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dedot",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
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,17 +21,17 @@
|
|
|
21
21
|
"clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@dedot/api": "0.15.
|
|
25
|
-
"@dedot/cli": "0.15.
|
|
26
|
-
"@dedot/codecs": "0.15.
|
|
27
|
-
"@dedot/contracts": "0.15.
|
|
28
|
-
"@dedot/merkleized-metadata": "0.15.
|
|
29
|
-
"@dedot/providers": "0.15.
|
|
30
|
-
"@dedot/runtime-specs": "0.15.
|
|
31
|
-
"@dedot/shape": "0.15.
|
|
32
|
-
"@dedot/smoldot": "0.15.
|
|
33
|
-
"@dedot/types": "0.15.
|
|
34
|
-
"@dedot/utils": "0.15.
|
|
24
|
+
"@dedot/api": "0.15.2",
|
|
25
|
+
"@dedot/cli": "0.15.2",
|
|
26
|
+
"@dedot/codecs": "0.15.2",
|
|
27
|
+
"@dedot/contracts": "0.15.2",
|
|
28
|
+
"@dedot/merkleized-metadata": "0.15.2",
|
|
29
|
+
"@dedot/providers": "0.15.2",
|
|
30
|
+
"@dedot/runtime-specs": "0.15.2",
|
|
31
|
+
"@dedot/shape": "0.15.2",
|
|
32
|
+
"@dedot/smoldot": "0.15.2",
|
|
33
|
+
"@dedot/types": "0.15.2",
|
|
34
|
+
"@dedot/utils": "0.15.2",
|
|
35
35
|
"smoldot": "^2.0.36"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"node": ">=18"
|
|
123
123
|
},
|
|
124
124
|
"license": "Apache-2.0",
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "75231d6888303dcf598cfd31592df13230707cb4",
|
|
126
126
|
"module": "./index.js",
|
|
127
127
|
"types": "./index.d.ts"
|
|
128
128
|
}
|