@steemit/steem-js 1.0.16 → 1.0.17
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 -1
- package/dist/browser.esm.js.map +1 -1
- package/dist/index.cjs +15 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- 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/package.json +1 -1
package/dist/browser.esm.js
CHANGED
|
@@ -29561,7 +29561,7 @@ const steem = {
|
|
|
29561
29561
|
memo,
|
|
29562
29562
|
operations,
|
|
29563
29563
|
utils: utils$3,
|
|
29564
|
-
version: '1.0.
|
|
29564
|
+
version: '1.0.17',
|
|
29565
29565
|
config: {
|
|
29566
29566
|
set: (options) => {
|
|
29567
29567
|
// If nodes is provided, extract the first node as url for API
|