@modern-js/plugin-worker 2.41.0 → 2.42.0

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 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";
@@ -1,3 +1,3 @@
1
1
  import type { AppTools, CliPlugin } from '@modern-js/app-tools';
2
2
  export declare const workerPlugin: () => CliPlugin<AppTools>;
3
- export default workerPlugin;
3
+ export default workerPlugin;
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.41.0",
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.41.0",
47
- "@modern-js/utils": "2.41.0",
48
- "@modern-js/prod-server": "2.41.0"
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.41.0",
56
- "@modern-js/core": "2.41.0",
57
- "@scripts/build": "2.41.0",
58
- "@modern-js/types": "2.41.0",
59
- "@scripts/jest-config": "2.41.0"
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",