@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/index.umd.js
CHANGED
|
@@ -29260,7 +29260,7 @@
|
|
|
29260
29260
|
operations,
|
|
29261
29261
|
utils: utils$n,
|
|
29262
29262
|
...crypto$1,
|
|
29263
|
-
version: '1.0.
|
|
29263
|
+
version: '1.0.17',
|
|
29264
29264
|
config: {
|
|
29265
29265
|
set: (options) => {
|
|
29266
29266
|
// If nodes is provided, extract the first node as url for API
|