@dedot/chaintypes 0.104.0 → 0.105.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.
@@ -23,7 +23,7 @@ export interface VersionedHydrationApi<Rv extends RpcVersion> extends GenericSub
23
23
 
24
24
  /**
25
25
  * @name: HydrationApi
26
- * @specVersion: 313
26
+ * @specVersion: 314
27
27
  **/
28
28
  export interface HydrationApi {
29
29
  legacy: VersionedHydrationApi<RpcLegacy>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.104.0",
3
+ "version": "0.105.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": "d1f178de7e351fd9185995500d927f9ec45879aa",
28
+ "gitHead": "ab13ac41d310ad990289422679cd09e2a0de231f",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {