@modern-js/plugin-server 0.0.0-next-1679552710686 → 0.0.0-next-1679558048602

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/CHANGELOG.md +9 -10
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,20 +1,19 @@
1
1
  # @modern-js/plugin-server
2
2
 
3
- ## 0.0.0-next-1679552710686
3
+ ## 0.0.0-next-1679558048602
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 0da32d0ae9: chore: upgrade jest and puppeteer
7
+ - 0da32d0ae: chore: upgrade jest and puppeteer
8
8
  chore: 升级 jest 和 puppeteer 到 latest
9
- - 0d9962bf45: fix: add types field in package.json
9
+ - 0d9962bf4: fix: add types field in package.json
10
10
  fix: 添加 package.json 中的 types 字段
11
- - Updated dependencies [0da32d0ae9]
12
- - Updated dependencies [fbefa7ecfd]
13
- - Updated dependencies [4d542339b1]
14
- - Updated dependencies [b4d29daa3b]
15
- - Updated dependencies [6db486404e]
16
- - @modern-js/utils@0.0.0-next-1679552710686
17
- - @modern-js/server-utils@0.0.0-next-1679552710686
11
+ - Updated dependencies [0da32d0ae]
12
+ - Updated dependencies [fbefa7ecf]
13
+ - Updated dependencies [4d542339b]
14
+ - Updated dependencies [6db486404]
15
+ - @modern-js/utils@0.0.0-next-1679558048602
16
+ - @modern-js/server-utils@0.0.0-next-1679558048602
18
17
 
19
18
  ## 2.9.0
20
19
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-1679552710686",
14
+ "version": "0.0.0-next-1679558048602",
15
15
  "types": "./dist/types/cli.d.ts",
16
16
  "jsnext:source": "./src/cli",
17
17
  "main": "./dist/cjs/cli.js",
@@ -47,20 +47,20 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@babel/runtime": "^7.18.0",
50
- "@modern-js/server-utils": "0.0.0-next-1679552710686",
51
- "@modern-js/utils": "0.0.0-next-1679552710686"
50
+ "@modern-js/server-utils": "0.0.0-next-1679558048602",
51
+ "@modern-js/utils": "0.0.0-next-1679558048602"
52
52
  },
53
53
  "devDependencies": {
54
54
  "typescript": "^4",
55
55
  "@types/jest": "^29",
56
56
  "@types/node": "^14",
57
57
  "jest": "^29",
58
- "@modern-js/server-core": "0.0.0-next-1679552710686",
59
- "@modern-js/app-tools": "0.0.0-next-1679552710686",
60
- "@modern-js/core": "0.0.0-next-1679552710686",
61
- "@modern-js/types": "0.0.0-next-1679552710686",
62
- "@scripts/jest-config": "0.0.0-next-1679552710686",
63
- "@scripts/build": "0.0.0-next-1679552710686"
58
+ "@modern-js/server-core": "0.0.0-next-1679558048602",
59
+ "@modern-js/app-tools": "0.0.0-next-1679558048602",
60
+ "@modern-js/core": "0.0.0-next-1679558048602",
61
+ "@scripts/build": "0.0.0-next-1679558048602",
62
+ "@modern-js/types": "0.0.0-next-1679558048602",
63
+ "@scripts/jest-config": "0.0.0-next-1679558048602"
64
64
  },
65
65
  "sideEffects": [
66
66
  "*.css",