dedot 1.3.0 → 1.4.0

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 +2 -0
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -111,6 +111,8 @@ await client.disconnect();
111
111
  - [Polkadot UI](https://dot-ui.com/) ([Github](https://github.com/Polkadot-UI-Initiative/dot-ui))
112
112
  - [Create Dot App](https://github.com/preschian/create-dot-app)
113
113
  - [LunoKit - Wallet Developer Tools](https://www.lunolab.xyz/) ([Github](https://github.com/Luno-lab/LunoKit))
114
+ - [ParaSpell](https://paraspell.xyz/) ([Github](https://github.com/paraspell/xcm-tools))
115
+ - [Polkadot Cloud Connect](https://polkadot.cloud/connect) ([Github](https://github.com/polkadot-cloud/connect))
114
116
  - ... add yours? PRs are more than welcome!
115
117
 
116
118
  ### Acknowledgment
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dedot",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
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": "^1.3.0",
25
- "@dedot/cli": "^1.3.0",
26
- "@dedot/codecs": "^1.3.0",
27
- "@dedot/contracts": "^1.3.0",
28
- "@dedot/merkleized-metadata": "^1.3.0",
29
- "@dedot/providers": "^1.3.0",
30
- "@dedot/runtime-specs": "^1.3.0",
31
- "@dedot/shape": "^1.3.0",
32
- "@dedot/smoldot": "^1.3.0",
33
- "@dedot/types": "^1.3.0",
34
- "@dedot/utils": "^1.3.0",
24
+ "@dedot/api": "^1.4.0",
25
+ "@dedot/cli": "^1.4.0",
26
+ "@dedot/codecs": "^1.4.0",
27
+ "@dedot/contracts": "^1.4.0",
28
+ "@dedot/merkleized-metadata": "^1.4.0",
29
+ "@dedot/providers": "^1.4.0",
30
+ "@dedot/runtime-specs": "^1.4.0",
31
+ "@dedot/shape": "^1.4.0",
32
+ "@dedot/smoldot": "^1.4.0",
33
+ "@dedot/types": "^1.4.0",
34
+ "@dedot/utils": "^1.4.0",
35
35
  "smoldot": "^2.0.40"
36
36
  },
37
37
  "exports": {
@@ -122,7 +122,7 @@
122
122
  "node": ">=18"
123
123
  },
124
124
  "license": "Apache-2.0",
125
- "gitHead": "1179ba75b371517a21eb1162881e6e4c655514a0",
125
+ "gitHead": "ea82d26d46eec338a3614e611982085a2fb2974c",
126
126
  "module": "./index.js",
127
127
  "types": "./index.d.ts"
128
128
  }