dedot 0.7.0 → 0.7.1

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 +11 -11
package/README.md CHANGED
@@ -90,7 +90,7 @@ console.log('Pending rewards:', pendingRewards);
90
90
  - [Introducing Dedot](https://forum.polkadot.network/t/introducing-dedot-a-delightful-javascript-client-for-polkadot-substrate-based-blockchains/8956)
91
91
  - [Type-safe APIs to interact with ink! Smart Contracts](https://forum.polkadot.network/t/type-safe-apis-to-interact-with-ink-smart-contracts-dedot/9485)
92
92
 
93
- ### Acknowledment
93
+ ### Acknowledgment
94
94
 
95
95
  [Dedot](https://dedot.dev) take a lot of inspirations from project [@polkadot/api](https://github.com/polkadot-js/api). A big thank to all the maintainers/contributors of this awesome library.
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dedot",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "A delightful JavaScript/TypeScript client for Polkadot & Substrate",
5
5
  "author": "Thang X. Vu <thang@coongcrafts.io>",
6
6
  "homepage": "https://github.com/dedotdev/dedot",
@@ -21,15 +21,15 @@
21
21
  "clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo"
22
22
  },
23
23
  "dependencies": {
24
- "@dedot/api": "0.7.0",
25
- "@dedot/cli": "0.7.0",
26
- "@dedot/codecs": "0.7.0",
27
- "@dedot/contracts": "0.7.0",
28
- "@dedot/providers": "0.7.0",
29
- "@dedot/runtime-specs": "0.7.0",
30
- "@dedot/shape": "0.7.0",
31
- "@dedot/types": "0.7.0",
32
- "@dedot/utils": "0.7.0"
24
+ "@dedot/api": "0.7.1",
25
+ "@dedot/cli": "0.7.1",
26
+ "@dedot/codecs": "0.7.1",
27
+ "@dedot/contracts": "0.7.1",
28
+ "@dedot/providers": "0.7.1",
29
+ "@dedot/runtime-specs": "0.7.1",
30
+ "@dedot/shape": "0.7.1",
31
+ "@dedot/types": "0.7.1",
32
+ "@dedot/utils": "0.7.1"
33
33
  },
34
34
  "exports": {
35
35
  ".": {
@@ -95,7 +95,7 @@
95
95
  "node": ">=18"
96
96
  },
97
97
  "license": "Apache-2.0",
98
- "gitHead": "3ffedd102a8cb5d4669fb690a28d8f89d3325ff9",
98
+ "gitHead": "5743229117be17b74d16c35a2862da4c36a24045",
99
99
  "module": "./index.js",
100
100
  "types": "./index.d.ts"
101
101
  }