@dedot/chaintypes 0.226.0 → 0.227.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.226.0",
3
+ "version": "0.227.0",
4
4
  "description": "Types for substrate-based chains",
5
5
  "author": "Thang X. Vu <thang@dedot.dev>",
6
6
  "homepage": "https://dedot.dev",
@@ -25,7 +25,7 @@
25
25
  "directory": "dist"
26
26
  },
27
27
  "license": "Apache-2.0",
28
- "gitHead": "3697e0c5fb0cb6ca33c2caca2e04855b35bdda3f",
28
+ "gitHead": "f252c757febaca8be040de59b024313dd22b7d88",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {
@@ -49,7 +49,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
49
49
 
50
50
  /**
51
51
  * @name: PolkadotPeopleApi
52
- * @specVersion: 2000005
52
+ * @specVersion: 2000006
53
53
  **/
54
54
  export interface PolkadotPeopleApi extends GenericSubstrateApi {
55
55
  rpc: ChainJsonRpcApis;