@modern-js/plugin-server 0.0.0-next-20221213031415 → 0.0.0-next-20221213034058

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-20221213031415
3
+ ## 0.0.0-next-20221213034058
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -34,9 +34,9 @@
34
34
  - Updated dependencies [abf3421a75]
35
35
  - Updated dependencies [543be9558e]
36
36
  - Updated dependencies [14b712da84]
37
- - @modern-js/server-utils@0.0.0-next-20221213031415
38
- - @modern-js/utils@0.0.0-next-20221213031415
39
- - @modern-js/babel-compiler@0.0.0-next-20221213031415
37
+ - @modern-js/server-utils@0.0.0-next-20221213034058
38
+ - @modern-js/utils@0.0.0-next-20221213034058
39
+ - @modern-js/babel-compiler@0.0.0-next-20221213034058
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-20221213031415",
14
+ "version": "0.0.0-next-20221213034058",
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-20221213031415",
52
- "@modern-js/server-utils": "0.0.0-next-20221213031415",
53
- "@modern-js/utils": "0.0.0-next-20221213031415"
51
+ "@modern-js/server-utils": "0.0.0-next-20221213034058",
52
+ "@modern-js/babel-compiler": "0.0.0-next-20221213034058",
53
+ "@modern-js/utils": "0.0.0-next-20221213034058"
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-20221213031415",
61
- "@modern-js/core": "0.0.0-next-20221213031415",
62
- "@scripts/build": "0.0.0-next-20221213031415",
63
- "@modern-js/types": "0.0.0-next-20221213031415",
64
- "@scripts/jest-config": "0.0.0-next-20221213031415"
60
+ "@modern-js/server-core": "0.0.0-next-20221213034058",
61
+ "@modern-js/core": "0.0.0-next-20221213034058",
62
+ "@scripts/build": "0.0.0-next-20221213034058",
63
+ "@modern-js/types": "0.0.0-next-20221213034058",
64
+ "@scripts/jest-config": "0.0.0-next-20221213034058"
65
65
  },
66
66
  "sideEffects": [
67
67
  "*.css",