essential-eth 0.9.2-beta.0 → 0.9.2-beta.1

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.9.2-beta.0";
1
+ export declare const version = "0.9.2-beta.1";
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "essential-eth",
3
3
  "description": "Ultralight JS for Ethereum",
4
- "version": "0.9.2-beta.0",
4
+ "version": "0.9.2-beta.1",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "private": false,
8
8
  "module": "./dist/essential-eth.esm.mjs",
9
9
  "main": "./dist/essential-eth.js",
10
10
  "unpkg": "./dist/essential-eth.umd.js",
11
+ "types": "./dist/index.d.ts",
11
12
  "exports": {
12
13
  "require": "./dist/essential-eth.js",
13
14
  "default": "./dist/essential-eth.esm.mjs",
package/readme.md CHANGED
@@ -126,7 +126,7 @@ Browsers:
126
126
 
127
127
  ```html
128
128
  <!-- index.html -->
129
- <script src="https://unpkg.com/essential-eth@0.9.2-beta.0"></script>
129
+ <script src="https://unpkg.com/essential-eth@0.9.2-beta.1"></script>
130
130
  ```
131
131
 
132
132
  <!-- ⛔️ AUTO-GENERATED-CONTENT:END (UNPKG_SCRIPT_TAG) -->