@steemit/steem-js 1.0.7 → 1.0.8

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
@@ -15,6 +15,7 @@ declare const steem: {
15
15
  operations: typeof operations;
16
16
  serializer: typeof serializer;
17
17
  utils: typeof utils;
18
+ version: string;
18
19
  config: {
19
20
  set: (options: Record<string, unknown>) => void;
20
21
  get: (key: string) => unknown;
package/dist/index.js CHANGED
@@ -25585,6 +25585,7 @@ const steem = {
25585
25585
  operations,
25586
25586
  serializer,
25587
25587
  utils: utils$3,
25588
+ version: '1.0.8',
25588
25589
  config: {
25589
25590
  set: (options) => {
25590
25591
  setOptions(options);