ph-utils 0.3.4 → 0.3.6

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 +5 -1
package/package.json CHANGED
@@ -30,13 +30,17 @@
30
30
  "types": "./lib/crypto_node.d.ts",
31
31
  "import": "./lib/crypto_node.js"
32
32
  },
33
+ "./web": {
34
+ "types": "./lib/web.d.ts",
35
+ "import": "./lib/web.js"
36
+ },
33
37
  "./dom": {
34
38
  "types": "./lib/dom.d.ts",
35
39
  "import": "./lib/dom.js"
36
40
  },
37
41
  "./*": "./lib/*"
38
42
  },
39
- "version": "0.3.4",
43
+ "version": "0.3.6",
40
44
  "type": "module",
41
45
  "repository": {
42
46
  "type": "git",