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