@modern-js/plugin-worker 0.0.0-next-20230210043345 → 2.3.1-beta.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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/CHANGELOG.md +0 -13
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20230210043345",
14
+ "version": "2.3.1-beta.0",
15
15
  "types": "./dist/types/cli.d.ts",
16
16
  "jsnext:source": "./src/index.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -37,19 +37,19 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@babel/runtime": "^7.18.0",
40
- "@modern-js/server-utils": "0.0.0-next-20230210043345",
41
- "@modern-js/utils": "0.0.0-next-20230210043345"
40
+ "@modern-js/server-utils": "2.4.1-beta.0",
41
+ "@modern-js/utils": "2.4.1-beta.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "typescript": "^4",
45
45
  "@types/jest": "^27",
46
46
  "@types/node": "^14",
47
47
  "jest": "^27",
48
- "@modern-js/app-tools": "0.0.0-next-20230210043345",
49
- "@scripts/build": "0.0.0-next-20230210043345",
50
- "@modern-js/core": "0.0.0-next-20230210043345",
51
- "@modern-js/types": "0.0.0-next-20230210043345",
52
- "@scripts/jest-config": "0.0.0-next-20230210043345"
48
+ "@modern-js/app-tools": "3.0.0-beta.0",
49
+ "@modern-js/core": "2.4.1-beta.0",
50
+ "@modern-js/types": "2.4.0",
51
+ "@scripts/build": "2.4.0",
52
+ "@scripts/jest-config": "2.4.0"
53
53
  },
54
54
  "sideEffects": [
55
55
  "*.css",
package/CHANGELOG.md DELETED
@@ -1,13 +0,0 @@
1
- # @modern-js/plugin-worker
2
-
3
- ## 0.0.0-next-20230210043345
4
-
5
- ### Patch Changes
6
-
7
- - 11c053b46: feat: ssr support deploy worker
8
-
9
- feat: ssr 支持边缘部署
10
-
11
- - Updated dependencies [11c053b46]
12
- - @modern-js/utils@0.0.0-next-20230210043345
13
- - @modern-js/server-utils@0.0.0-next-20230210043345