@modern-js/plugin-worker 2.41.0 → 2.42.0
Sign up to get free protection for your applications and to get access to all the features.
package/dist/types/code.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const worker: () => string;
|
1
|
+
export declare const worker: () => string;
|
@@ -4,4 +4,4 @@ export declare const MANIFEST_FILE = "manifest.js";
|
|
4
4
|
export declare const PKG_FILE = "package.json";
|
5
5
|
export declare const WRANGLER_FILE = "wrangler.toml";
|
6
6
|
export declare const WEB_APP_NAME = "index";
|
7
|
-
export declare const SERVER_HOOKS = "serverHooks";
|
7
|
+
export declare const SERVER_HOOKS = "serverHooks";
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.
|
18
|
+
"version": "2.42.0",
|
19
19
|
"types": "./dist/types/index.d.ts",
|
20
20
|
"jsnext:source": "./src/index.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -43,20 +43,20 @@
|
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
45
|
"@swc/helpers": "0.5.3",
|
46
|
-
"@modern-js/server-utils": "2.
|
47
|
-
"@modern-js/utils": "2.
|
48
|
-
"@modern-js/prod-server": "2.
|
46
|
+
"@modern-js/server-utils": "2.42.0",
|
47
|
+
"@modern-js/utils": "2.42.0",
|
48
|
+
"@modern-js/prod-server": "2.42.0"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"typescript": "^5",
|
52
52
|
"@types/jest": "^29",
|
53
53
|
"@types/node": "^14",
|
54
54
|
"jest": "^29",
|
55
|
-
"@modern-js/app-tools": "2.
|
56
|
-
"@
|
57
|
-
"@
|
58
|
-
"@modern-js/types": "2.
|
59
|
-
"@scripts/jest-config": "2.
|
55
|
+
"@modern-js/app-tools": "2.42.0",
|
56
|
+
"@scripts/build": "2.42.0",
|
57
|
+
"@modern-js/core": "2.42.0",
|
58
|
+
"@modern-js/types": "2.42.0",
|
59
|
+
"@scripts/jest-config": "2.42.0"
|
60
60
|
},
|
61
61
|
"sideEffects": [
|
62
62
|
"*.css",
|