@burnt-labs/xion-types 25.0.0 → 25.0.2

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": "@burnt-labs/xion-types",
3
- "version": "25.0.0",
3
+ "version": "25.0.2",
4
4
  "author": "burnt-labs <devops@burnt.com>",
5
5
  "description": "xion-types",
6
6
  "main": "index.js",
@@ -5,14 +5,14 @@ import * as _2 from "./v1/genesis";
5
5
  import * as _3 from "./v1/params";
6
6
  import * as _4 from "./v1/query";
7
7
  import * as _5 from "./v1/tx";
8
- import * as _289 from "./v1/tx.amino";
9
- import * as _290 from "./v1/tx.registry";
10
- import * as _291 from "./v1/query.lcd";
11
- import * as _292 from "./v1/query.rpc.Query";
12
- import * as _293 from "./v1/tx.rpc.msg";
13
- import * as _475 from "./lcd";
14
- import * as _476 from "./rpc.query";
15
- import * as _477 from "./rpc.tx";
8
+ import * as _291 from "./v1/tx.amino";
9
+ import * as _292 from "./v1/tx.registry";
10
+ import * as _293 from "./v1/query.lcd";
11
+ import * as _294 from "./v1/query.rpc.Query";
12
+ import * as _295 from "./v1/tx.rpc.msg";
13
+ import * as _481 from "./lcd";
14
+ import * as _482 from "./rpc.query";
15
+ import * as _483 from "./rpc.tx";
16
16
  export namespace abstractaccount {
17
17
  export const v1 = {
18
18
  ..._0,
@@ -21,15 +21,15 @@ export namespace abstractaccount {
21
21
  ..._3,
22
22
  ..._4,
23
23
  ..._5,
24
- ..._289,
25
- ..._290,
26
24
  ..._291,
27
25
  ..._292,
28
- ..._293
26
+ ..._293,
27
+ ..._294,
28
+ ..._295
29
29
  };
30
30
  export const ClientFactory = {
31
- ..._475,
32
- ..._476,
33
- ..._477
31
+ ..._481,
32
+ ..._482,
33
+ ..._483
34
34
  };
35
35
  }