@modern-js/plugin-server 0.0.0-next-20221219140554 → 0.0.0-next-20221220032350

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