@modern-js/plugin-server 0.0.0-next-20221215033612 → 0.0.0-next-20221215040311

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 +4 -4
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/plugin-server
2
2
 
3
- ## 0.0.0-next-20221215033612
3
+ ## 0.0.0-next-20221215040311
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -34,9 +34,9 @@
34
34
  - Updated dependencies [abf3421a7]
35
35
  - Updated dependencies [543be9558]
36
36
  - Updated dependencies [14b712da8]
37
- - @modern-js/server-utils@0.0.0-next-20221215033612
38
- - @modern-js/utils@0.0.0-next-20221215033612
39
- - @modern-js/babel-compiler@0.0.0-next-20221215033612
37
+ - @modern-js/server-utils@0.0.0-next-20221215040311
38
+ - @modern-js/utils@0.0.0-next-20221215040311
39
+ - @modern-js/babel-compiler@0.0.0-next-20221215040311
40
40
 
41
41
  ## 2.0.0-beta.3
42
42
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20221215033612",
14
+ "version": "0.0.0-next-20221215040311",
15
15
  "types": "./dist/types/server.d.ts",
16
16
  "jsnext:source": "./src/server.ts",
17
17
  "main": "./dist/js/node/server.js",
@@ -48,20 +48,20 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@babel/runtime": "^7.18.0",
51
- "@modern-js/babel-compiler": "0.0.0-next-20221215033612",
52
- "@modern-js/server-utils": "0.0.0-next-20221215033612",
53
- "@modern-js/utils": "0.0.0-next-20221215033612"
51
+ "@modern-js/babel-compiler": "0.0.0-next-20221215040311",
52
+ "@modern-js/server-utils": "0.0.0-next-20221215040311",
53
+ "@modern-js/utils": "0.0.0-next-20221215040311"
54
54
  },
55
55
  "devDependencies": {
56
56
  "typescript": "^4",
57
57
  "@types/jest": "^27",
58
58
  "@types/node": "^14",
59
59
  "jest": "^27",
60
- "@modern-js/server-core": "0.0.0-next-20221215033612",
61
- "@modern-js/core": "0.0.0-next-20221215033612",
62
- "@scripts/build": "0.0.0-next-20221215033612",
63
- "@modern-js/types": "0.0.0-next-20221215033612",
64
- "@scripts/jest-config": "0.0.0-next-20221215033612"
60
+ "@modern-js/server-core": "0.0.0-next-20221215040311",
61
+ "@modern-js/core": "0.0.0-next-20221215040311",
62
+ "@scripts/build": "0.0.0-next-20221215040311",
63
+ "@modern-js/types": "0.0.0-next-20221215040311",
64
+ "@scripts/jest-config": "0.0.0-next-20221215040311"
65
65
  },
66
66
  "sideEffects": [
67
67
  "*.css",