@dedot/chaintypes 0.149.0 → 0.150.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.
@@ -25,7 +25,7 @@ export interface VersionedBasiliskApi<Rv extends RpcVersion> extends GenericSubs
25
25
 
26
26
  /**
27
27
  * @name: BasiliskApi
28
- * @specVersion: 126
28
+ * @specVersion: 127
29
29
  **/
30
30
  export interface BasiliskApi {
31
31
  legacy: VersionedBasiliskApi<RpcLegacy>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.149.0",
3
+ "version": "0.150.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": "e60cac12e8978f2cf32b176872b5e65a6e25ebb1",
28
+ "gitHead": "9b6a2128ef04463c3cbc87acd909d2fec1d0c432",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {