@dedot/chaintypes 0.238.0 → 0.239.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/kusama/index.d.ts CHANGED
@@ -48,7 +48,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
48
48
 
49
49
  /**
50
50
  * @name: KusamaApi
51
- * @specVersion: 2000006
51
+ * @specVersion: 2000007
52
52
  **/
53
53
  export interface KusamaApi extends GenericSubstrateApi {
54
54
  rpc: ChainJsonRpcApis;
@@ -52,7 +52,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
52
52
 
53
53
  /**
54
54
  * @name: KusamaAssetHubApi
55
- * @specVersion: 2000006
55
+ * @specVersion: 2000007
56
56
  **/
57
57
  export interface KusamaAssetHubApi extends GenericSubstrateApi {
58
58
  rpc: ChainJsonRpcApis;
@@ -49,7 +49,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
49
49
 
50
50
  /**
51
51
  * @name: KusamaPeopleApi
52
- * @specVersion: 2000006
52
+ * @specVersion: 2000007
53
53
  **/
54
54
  export interface KusamaPeopleApi extends GenericSubstrateApi {
55
55
  rpc: ChainJsonRpcApis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.238.0",
3
+ "version": "0.239.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": "a780708313273eb0976e379f55d5e5c119ffdf49",
28
+ "gitHead": "7416ba7e713f1964fb04a876d9e0c210d3325f53",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {