@modern-js/plugin-server 0.0.0-next-20230125182800 → 0.0.0-next-20230126143124

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 +3 -3
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @modern-js/plugin-server
2
2
 
3
- ## 0.0.0-next-20230125182800
3
+ ## 0.0.0-next-20230126143124
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [fd5a3ed02]
8
- - @modern-js/utils@0.0.0-next-20230125182800
9
- - @modern-js/server-utils@0.0.0-next-20230125182800
8
+ - @modern-js/utils@0.0.0-next-20230126143124
9
+ - @modern-js/server-utils@0.0.0-next-20230126143124
10
10
 
11
11
  ## 2.2.0
12
12
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20230125182800",
14
+ "version": "0.0.0-next-20230126143124",
15
15
  "types": "./dist/types/cli.d.ts",
16
16
  "jsnext:source": "./src/cli",
17
17
  "main": "./dist/js/node/cli.js",
@@ -44,20 +44,20 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@babel/runtime": "^7.18.0",
47
- "@modern-js/utils": "0.0.0-next-20230125182800",
48
- "@modern-js/server-utils": "0.0.0-next-20230125182800"
47
+ "@modern-js/server-utils": "0.0.0-next-20230126143124",
48
+ "@modern-js/utils": "0.0.0-next-20230126143124"
49
49
  },
50
50
  "devDependencies": {
51
51
  "typescript": "^4",
52
52
  "@types/jest": "^27",
53
53
  "@types/node": "^14",
54
54
  "jest": "^27",
55
- "@modern-js/server-core": "0.0.0-next-20230125182800",
56
- "@modern-js/app-tools": "0.0.0-next-20230125182800",
57
- "@modern-js/core": "0.0.0-next-20230125182800",
58
- "@scripts/build": "0.0.0-next-20230125182800",
59
- "@scripts/jest-config": "0.0.0-next-20230125182800",
60
- "@modern-js/types": "0.0.0-next-20230125182800"
55
+ "@modern-js/server-core": "0.0.0-next-20230126143124",
56
+ "@modern-js/app-tools": "0.0.0-next-20230126143124",
57
+ "@modern-js/core": "0.0.0-next-20230126143124",
58
+ "@scripts/build": "0.0.0-next-20230126143124",
59
+ "@modern-js/types": "0.0.0-next-20230126143124",
60
+ "@scripts/jest-config": "0.0.0-next-20230126143124"
61
61
  },
62
62
  "sideEffects": [
63
63
  "*.css",