essential-eth 0.5.13-next.1 โ†’ 0.5.13-next.4

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.
@@ -1 +1 @@
1
- export declare const version = "0.5.13-next.1";
1
+ export declare const version = "0.5.13-next.4";
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // Generated by genversion.
5
- exports.version = '0.5.13-next.1';
5
+ exports.version = '0.5.13-next.4';
@@ -1 +1 @@
1
- export declare const version = "0.5.13-next.1";
1
+ export declare const version = "0.5.13-next.4";
@@ -1 +1 @@
1
- export const version = '0.5.13-next.1';
1
+ export const version = '0.5.13-next.4';
package/package.json CHANGED
@@ -1,14 +1,16 @@
1
1
  {
2
2
  "name": "essential-eth",
3
3
  "description": "Ultralight JS for Ethereum",
4
- "version": "0.5.13-next.1",
4
+ "version": "0.5.13-next.4",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "private": false,
8
- "source": "src/index.ts",
9
8
  "main": "./dist/cjs/index.js",
10
9
  "module": "./dist/esm/index.js",
10
+ "browser": "./dist/cjs/index.umd.js",
11
+ "unpkg": "./dist/cjs/index.umd.js",
11
12
  "umd:main": "./dist/cjs/index.umd.js",
13
+ "source": "src/index.ts",
12
14
  "files": [
13
15
  "dist/"
14
16
  ],
package/readme.md CHANGED
@@ -39,7 +39,7 @@
39
39
  - [Many more](src/providers/utils/chains-info.ts)
40
40
  - ๐Ÿงช Strongly tested
41
41
  - ๐ŸŒฒ Tree-shaking and no side-effects
42
- - ๐Ÿ™Œ All common JS versions (CommonJS, ESM, UMD, modern)
42
+ - ๐Ÿ™Œ All common JS versions (CommonJS, ESM, & UMD)
43
43
  - โœ… Node 18, 16, 14, & 12
44
44
  - โœ… Web
45
45
 
@@ -124,7 +124,7 @@ Browsers:
124
124
 
125
125
  ```html
126
126
  <!-- index.html -->
127
- <script src="https://unpkg.com/essential-eth@0.5.13-next.1"></script>
127
+ <script src="https://unpkg.com/essential-eth@0.5.13-next.4"></script>
128
128
  ```
129
129
 
130
130
  <!-- โ›”๏ธ AUTO-GENERATED-CONTENT:END (UNPKG_SCRIPT_TAG) -->