gun-eth 1.4.34 → 1.4.35

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -2
package/package.json CHANGED
@@ -1,9 +1,16 @@
1
1
  {
2
2
  "name": "gun-eth",
3
- "version": "1.4.34",
3
+ "version": "1.4.35",
4
4
  "description": "A GunDB plugin for Ethereum, and Web3",
5
- "main": "dist/gun-eth.min.js",
5
+ "main": "dist/browser/gun-eth.min.js",
6
6
  "type": "module",
7
+ "exports": {
8
+ ".": "./dist/browser/gun-eth.min.js",
9
+ "./dist/browser/gun-eth.min.js": "./dist/browser/gun-eth.min.js",
10
+ "./dist/types/index.d.ts": "./dist/types/index.d.ts",
11
+ "./dist/gun-eth.mjs": "./dist/gun-eth.mjs",
12
+ "./dist/gun-eth.cjs.js": "./dist/gun-eth.cjs.js"
13
+ },
7
14
  "typesVersions": {
8
15
  "*": {
9
16
  "*": [