dedot 0.13.2 → 0.14.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 +1 -0
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -101,6 +101,7 @@ console.log('Pending rewards:', pendingRewards);
101
101
  - [Polkadot Live App](https://polkadot-live.github.io/) ([Github](https://github.com/polkadot-live/polkadot-live-app))
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
+ - [Allfeat SDK](https://www.allfeat.com/) ([Github](https://github.com/Allfeat/allfeat-js))
104
105
  - ... add yours? PRs are more than welcome!
105
106
 
106
107
  ### Acknowledgment
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dedot",
3
- "version": "0.13.2",
3
+ "version": "0.14.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": "0.13.2",
25
- "@dedot/cli": "0.13.2",
26
- "@dedot/codecs": "0.13.2",
27
- "@dedot/contracts": "0.13.2",
28
- "@dedot/merkleized-metadata": "0.13.2",
29
- "@dedot/providers": "0.13.2",
30
- "@dedot/runtime-specs": "0.13.2",
31
- "@dedot/shape": "0.13.2",
32
- "@dedot/smoldot": "0.13.2",
33
- "@dedot/types": "0.13.2",
34
- "@dedot/utils": "0.13.2",
24
+ "@dedot/api": "0.14.0",
25
+ "@dedot/cli": "0.14.0",
26
+ "@dedot/codecs": "0.14.0",
27
+ "@dedot/contracts": "0.14.0",
28
+ "@dedot/merkleized-metadata": "0.14.0",
29
+ "@dedot/providers": "0.14.0",
30
+ "@dedot/runtime-specs": "0.14.0",
31
+ "@dedot/shape": "0.14.0",
32
+ "@dedot/smoldot": "0.14.0",
33
+ "@dedot/types": "0.14.0",
34
+ "@dedot/utils": "0.14.0",
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": "2835a0995d758ac3bcdfe1f880eb6e8d9b1e5605",
125
+ "gitHead": "cde1e77566038990fcdd69b291a4231013c16528",
126
126
  "module": "./index.js",
127
127
  "types": "./index.d.ts"
128
128
  }