@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/browser.esm.js +1 -0
- package/dist/browser.esm.js.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -0
- package/dist/index.umd.js.map +1 -1
- package/dist/index.umd.min.js +1 -1
- package/dist/index.umd.min.js.map +1 -1
- package/dist/umd.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -25605,6 +25605,7 @@ const steem = {
|
|
|
25605
25605
|
operations,
|
|
25606
25606
|
serializer,
|
|
25607
25607
|
utils: utils$3,
|
|
25608
|
+
version: '1.0.8',
|
|
25608
25609
|
config: {
|
|
25609
25610
|
set: (options) => {
|
|
25610
25611
|
setOptions(options);
|