@steemit/steem-js 1.0.11 → 1.0.13

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
@@ -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';