essential-eth 0.5.13-next.3 → 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.3";
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.3';
5
+ exports.version = '0.5.13-next.4';
@@ -1 +1 @@
1
- export declare const version = "0.5.13-next.3";
1
+ export declare const version = "0.5.13-next.4";
@@ -1 +1 @@
1
- export const version = '0.5.13-next.3';
1
+ export const version = '0.5.13-next.4';
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "essential-eth",
3
3
  "description": "Ultralight JS for Ethereum",
4
- "version": "0.5.13-next.3",
4
+ "version": "0.5.13-next.4",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "private": false,
8
8
  "main": "./dist/cjs/index.js",
9
9
  "module": "./dist/esm/index.js",
10
+ "browser": "./dist/cjs/index.umd.js",
11
+ "unpkg": "./dist/cjs/index.umd.js",
10
12
  "umd:main": "./dist/cjs/index.umd.js",
11
13
  "source": "src/index.ts",
12
14
  "files": [
@@ -53,7 +55,7 @@
53
55
  "update-deps": "sh ./scripts/pre-commit.sh",
54
56
  "pre-commit": "run-p build:chains-info update-deps",
55
57
  "prepare": "husky install",
56
- "version": "npx genversion --es6 src/logger/package-version.ts && git add src/logger/package-version.ts readme.md",
58
+ "version": "npx genversion --es6 src/logger/package-version.ts && git add src/logger/package-version.ts",
57
59
  "postversion": "git push --follow-tags",
58
60
  "prepublishOnly": "npm run build",
59
61
  "doc": "typedoc"
package/readme.md CHANGED
@@ -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.3"></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) -->