@dedot/chaintypes 0.263.0 → 0.264.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.263.0",
3
+ "version": "0.264.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": "82a7d65f2e7628d71d240a34dea8d2c1e1ea8711",
28
+ "gitHead": "3ecc7f0eae8695bafa8da40d0c950ad5658a5fc3",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {
package/paseo/index.d.ts CHANGED
@@ -50,7 +50,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
50
50
 
51
51
  /**
52
52
  * @name: PaseoApi
53
- * @specVersion: 2001000
53
+ * @specVersion: 2001001
54
54
  **/
55
55
  export interface PaseoApi extends GenericSubstrateApi {
56
56
  rpc: ChainJsonRpcApis;
@@ -50,7 +50,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
50
50
 
51
51
  /**
52
52
  * @name: PaseoPeopleApi
53
- * @specVersion: 2001000
53
+ * @specVersion: 2001001
54
54
  **/
55
55
  export interface PaseoPeopleApi extends GenericSubstrateApi {
56
56
  rpc: ChainJsonRpcApis;