@steemit/steem-js 1.0.13 → 1.0.15

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/dist/index.d.ts CHANGED
@@ -3,7 +3,6 @@ import * as broadcast from './broadcast';
3
3
  import * as formatter from './formatter';
4
4
  import * as memo from './memo';
5
5
  import * as operations from './operations';
6
- import * as serializer from './serializer';
7
6
  import * as utils from './utils';
8
7
  declare const steem: {
9
8
  api: import("./api").Api;
@@ -12,7 +11,6 @@ declare const steem: {
12
11
  formatter: typeof formatter;
13
12
  memo: typeof memo;
14
13
  operations: typeof operations;
15
- serializer: typeof serializer;
16
14
  utils: typeof utils;
17
15
  version: string;
18
16
  config: {