@dedot/chaintypes 0.179.0 → 0.180.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.179.0",
3
+ "version": "0.180.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": "d2bf6a19ee522c5bf28478033641ffa895e1e9a8",
28
+ "gitHead": "4e2d031a632cb9d515c3b9c623b930c9b5ecaae2",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {
@@ -60,7 +60,7 @@ export interface VersionedPolkadotApi<Rv extends RpcVersion> extends GenericSubs
60
60
 
61
61
  /**
62
62
  * @name: PolkadotApi
63
- * @specVersion: 2000000
63
+ * @specVersion: 2000001
64
64
  **/
65
65
  export interface PolkadotApi {
66
66
  legacy: VersionedPolkadotApi<RpcLegacy>;
@@ -58,7 +58,7 @@ export interface VersionedPolkadotAssetHubApi<Rv extends RpcVersion> extends Gen
58
58
 
59
59
  /**
60
60
  * @name: PolkadotAssetHubApi
61
- * @specVersion: 2000000
61
+ * @specVersion: 2000001
62
62
  **/
63
63
  export interface PolkadotAssetHubApi {
64
64
  legacy: VersionedPolkadotAssetHubApi<RpcLegacy>;