zkcloudworker 0.18.0 → 0.18.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +11 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "zkcloudworker",
|
3
|
-
"version": "0.18.
|
3
|
+
"version": "0.18.2",
|
4
4
|
"type": "module",
|
5
5
|
"description": "zkCloudWorker library",
|
6
6
|
"author": "zkCloudWorker",
|
@@ -13,17 +13,20 @@
|
|
13
13
|
"type": "git",
|
14
14
|
"url": "git+https://github.com/zkcloudworker/zkcloudworker-lib.git"
|
15
15
|
},
|
16
|
-
"main": "lib/web/
|
16
|
+
"main": "lib/web/index.js",
|
17
17
|
"exports": {
|
18
|
-
"types":
|
19
|
-
|
18
|
+
"types": {
|
19
|
+
"node": "./lib/ts/index.d.ts",
|
20
|
+
"default": "./lib/web/index.d.ts"
|
21
|
+
},
|
22
|
+
"browser": "./lib/web/index.js",
|
20
23
|
"node": {
|
21
|
-
"import": "./lib/ts/
|
22
|
-
"require": "./lib/ts/
|
24
|
+
"import": "./lib/ts/index.js",
|
25
|
+
"require": "./lib/ts/index.js"
|
23
26
|
},
|
24
|
-
"default": "./lib/ts/
|
27
|
+
"default": "./lib/ts/index.js"
|
25
28
|
},
|
26
|
-
"types": "lib/web/
|
29
|
+
"types": "lib/web/index.d.ts",
|
27
30
|
"files": [
|
28
31
|
"lib",
|
29
32
|
"package.json",
|