@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.d.ts
CHANGED
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);
|