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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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.0",
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.0",
25
- "@dedot/cli": "0.16.0",
26
- "@dedot/codecs": "0.16.0",
27
- "@dedot/contracts": "0.16.0",
28
- "@dedot/merkleized-metadata": "0.16.0",
29
- "@dedot/providers": "0.16.0",
30
- "@dedot/runtime-specs": "0.16.0",
31
- "@dedot/shape": "0.16.0",
32
- "@dedot/smoldot": "0.16.0",
33
- "@dedot/types": "0.16.0",
34
- "@dedot/utils": "0.16.0",
35
- "smoldot": "^2.0.38"
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": "3e78a8eebb8977de0c5fb956154e5b09c4448f31",
125
+ "gitHead": "fa430c5d862bc45ec959cb5272619515172ab54b",
126
126
  "module": "./index.js",
127
127
  "types": "./index.d.ts"
128
128
  }