@steemit/steem-js 1.0.11 → 1.0.12

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.
@@ -29145,7 +29145,7 @@ const steem = {
29145
29145
  operations,
29146
29146
  serializer,
29147
29147
  utils: utils$3,
29148
- version: '1.0.11',
29148
+ version: '1.0.12',
29149
29149
  config: {
29150
29150
  set: (options) => {
29151
29151
  // If nodes is provided, extract the first node as url for API
package/dist/index.cjs CHANGED
@@ -25837,7 +25837,7 @@ const steem = {
25837
25837
  operations,
25838
25838
  serializer,
25839
25839
  utils: utils$3,
25840
- version: '1.0.11',
25840
+ version: '1.0.12',
25841
25841
  config: {
25842
25842
  set: (options) => {
25843
25843
  // If nodes is provided, extract the first node as url for API
package/dist/index.d.ts CHANGED
@@ -30,3 +30,4 @@ export { steem };
30
30
  export * from './crypto';
31
31
  export { Api } from './api';
32
32
  export { sign as signRequest, validate as validateRequest } from './api/rpc-auth';
33
+ export type { Operation, Transaction } from './types';
package/dist/index.js CHANGED
@@ -25817,7 +25817,7 @@ const steem = {
25817
25817
  operations,
25818
25818
  serializer,
25819
25819
  utils: utils$3,
25820
- version: '1.0.11',
25820
+ version: '1.0.12',
25821
25821
  config: {
25822
25822
  set: (options) => {
25823
25823
  // If nodes is provided, extract the first node as url for API
package/dist/index.umd.js CHANGED
@@ -28844,7 +28844,7 @@
28844
28844
  serializer,
28845
28845
  utils: utils$n,
28846
28846
  ...crypto$1,
28847
- version: '1.0.11',
28847
+ version: '1.0.12',
28848
28848
  config: {
28849
28849
  set: (options) => {
28850
28850
  // If nodes is provided, extract the first node as url for API