@modern-js/plugin-server 0.0.0-next-20221220083034 → 0.0.0-next-20221220092809

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/plugin-server
2
2
 
3
- ## 0.0.0-next-20221220083034
3
+ ## 0.0.0-next-20221220092809
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-20221220083034
38
- - @modern-js/utils@0.0.0-next-20221220083034
39
- - @modern-js/babel-compiler@0.0.0-next-20221220083034
37
+ - @modern-js/server-utils@0.0.0-next-20221220092809
38
+ - @modern-js/utils@0.0.0-next-20221220092809
39
+ - @modern-js/babel-compiler@0.0.0-next-20221220092809
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-20221220083034",
14
+ "version": "0.0.0-next-20221220092809",
15
15
  "types": "./dist/types/cli.d.ts",
16
16
  "jsnext:source": "./src/cli",
17
17
  "main": "./dist/js/node/cli.js",
@@ -44,21 +44,21 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@babel/runtime": "^7.18.0",
47
- "@modern-js/babel-compiler": "0.0.0-next-20221220083034",
48
- "@modern-js/server-utils": "0.0.0-next-20221220083034",
49
- "@modern-js/utils": "0.0.0-next-20221220083034"
47
+ "@modern-js/babel-compiler": "0.0.0-next-20221220092809",
48
+ "@modern-js/server-utils": "0.0.0-next-20221220092809",
49
+ "@modern-js/utils": "0.0.0-next-20221220092809"
50
50
  },
51
51
  "devDependencies": {
52
52
  "typescript": "^4",
53
53
  "@types/jest": "^27",
54
54
  "@types/node": "^14",
55
55
  "jest": "^27",
56
- "@modern-js/server-core": "0.0.0-next-20221220083034",
57
- "@modern-js/core": "0.0.0-next-20221220083034",
58
- "@modern-js/app-tools": "0.0.0-next-20221220083034",
59
- "@scripts/build": "0.0.0-next-20221220083034",
60
- "@modern-js/types": "0.0.0-next-20221220083034",
61
- "@scripts/jest-config": "0.0.0-next-20221220083034"
56
+ "@modern-js/server-core": "0.0.0-next-20221220092809",
57
+ "@modern-js/app-tools": "0.0.0-next-20221220092809",
58
+ "@modern-js/core": "0.0.0-next-20221220092809",
59
+ "@modern-js/types": "0.0.0-next-20221220092809",
60
+ "@scripts/build": "0.0.0-next-20221220092809",
61
+ "@scripts/jest-config": "0.0.0-next-20221220092809"
62
62
  },
63
63
  "sideEffects": [
64
64
  "*.css",