@modern-js/plugin-server 0.0.0-next-20221213042859 → 0.0.0-next-20221214061501

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-20221213042859
3
+ ## 0.0.0-next-20221214061501
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-20221213042859
38
- - @modern-js/utils@0.0.0-next-20221213042859
39
- - @modern-js/babel-compiler@0.0.0-next-20221213042859
37
+ - @modern-js/server-utils@0.0.0-next-20221214061501
38
+ - @modern-js/utils@0.0.0-next-20221214061501
39
+ - @modern-js/babel-compiler@0.0.0-next-20221214061501
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-20221213042859",
14
+ "version": "0.0.0-next-20221214061501",
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-20221213042859",
52
- "@modern-js/server-utils": "0.0.0-next-20221213042859",
53
- "@modern-js/utils": "0.0.0-next-20221213042859"
51
+ "@modern-js/babel-compiler": "0.0.0-next-20221214061501",
52
+ "@modern-js/server-utils": "0.0.0-next-20221214061501",
53
+ "@modern-js/utils": "0.0.0-next-20221214061501"
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-20221213042859",
61
- "@modern-js/core": "0.0.0-next-20221213042859",
62
- "@scripts/build": "0.0.0-next-20221213042859",
63
- "@modern-js/types": "0.0.0-next-20221213042859",
64
- "@scripts/jest-config": "0.0.0-next-20221213042859"
60
+ "@modern-js/core": "0.0.0-next-20221214061501",
61
+ "@modern-js/server-core": "0.0.0-next-20221214061501",
62
+ "@scripts/build": "0.0.0-next-20221214061501",
63
+ "@modern-js/types": "0.0.0-next-20221214061501",
64
+ "@scripts/jest-config": "0.0.0-next-20221214061501"
65
65
  },
66
66
  "sideEffects": [
67
67
  "*.css",