@modern-js/plugin-server 1.18.0 → 1.18.1-alpha.0

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 +11 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @modern-js/plugin-server
2
2
 
3
+ ## 1.18.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fb02c81]
8
+ - Updated dependencies [9fcfbd4]
9
+ - Updated dependencies [6c2c745]
10
+ - @modern-js/server-utils@1.18.1-alpha.0
11
+ - @modern-js/utils@1.18.1-alpha.0
12
+ - @modern-js/babel-compiler@1.18.1-alpha.0
13
+
3
14
  ## 1.18.0
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.18.0",
14
+ "version": "1.18.1-alpha.0",
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": "1.18.0",
52
- "@modern-js/server-utils": "1.18.0",
53
- "@modern-js/utils": "1.18.0"
51
+ "@modern-js/babel-compiler": "1.18.1-alpha.0",
52
+ "@modern-js/server-utils": "1.18.1-alpha.0",
53
+ "@modern-js/utils": "1.18.1-alpha.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@modern-js/server-core": "1.18.0",
57
- "@modern-js/core": "1.18.0",
58
- "@scripts/build": "1.18.0",
59
- "@modern-js/types": "1.18.0",
56
+ "@modern-js/server-core": "1.18.1-alpha.0",
57
+ "@modern-js/core": "1.18.1-alpha.0",
58
+ "@scripts/build": "1.18.1-alpha.0",
59
+ "@modern-js/types": "1.18.1-alpha.0",
60
60
  "typescript": "^4",
61
61
  "@types/jest": "^27",
62
62
  "@types/node": "^14",
63
63
  "jest": "^27",
64
- "@scripts/jest-config": "1.18.0"
64
+ "@scripts/jest-config": "1.18.1-alpha.0"
65
65
  },
66
66
  "sideEffects": [
67
67
  "*.css",