@modern-js/plugin-server 2.5.0 → 2.7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +22 -0
- package/dist/cjs/cli.js +4 -0
- package/dist/cjs/server.js +4 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# @modern-js/plugin-server
|
2
2
|
|
3
|
+
## 2.7.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [0f15fc597c]
|
8
|
+
- Updated dependencies [dcad887024]
|
9
|
+
- Updated dependencies [a4672f7c16]
|
10
|
+
- Updated dependencies [7fff9020e1]
|
11
|
+
- Updated dependencies [84bfb439b8]
|
12
|
+
- @modern-js/utils@2.7.0
|
13
|
+
- @modern-js/server-utils@2.7.0
|
14
|
+
|
15
|
+
## 2.6.0
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- Updated dependencies [e1f799e]
|
20
|
+
- Updated dependencies [7915ab3]
|
21
|
+
- Updated dependencies [0fe658a]
|
22
|
+
- @modern-js/utils@2.6.0
|
23
|
+
- @modern-js/server-utils@2.6.0
|
24
|
+
|
3
25
|
## 2.5.0
|
4
26
|
|
5
27
|
### Patch Changes
|
package/dist/cjs/cli.js
CHANGED
@@ -17,6 +17,10 @@ var __copyProps = (to, from, except, desc) => {
|
|
17
17
|
return to;
|
18
18
|
};
|
19
19
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
20
24
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
21
25
|
mod
|
22
26
|
));
|
package/dist/cjs/server.js
CHANGED
@@ -17,6 +17,10 @@ var __copyProps = (to, from, except, desc) => {
|
|
17
17
|
return to;
|
18
18
|
};
|
19
19
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
20
24
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
21
25
|
mod
|
22
26
|
));
|
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "2.
|
14
|
+
"version": "2.7.0",
|
15
15
|
"types": "./dist/types/cli.d.ts",
|
16
16
|
"jsnext:source": "./src/cli",
|
17
17
|
"main": "./dist/cjs/cli.js",
|
@@ -44,20 +44,20 @@
|
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
46
|
"@babel/runtime": "^7.18.0",
|
47
|
-
"@modern-js/server-utils": "2.
|
48
|
-
"@modern-js/utils": "2.
|
47
|
+
"@modern-js/server-utils": "2.7.0",
|
48
|
+
"@modern-js/utils": "2.7.0"
|
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": "2.
|
56
|
-
"@modern-js/app-tools": "2.
|
57
|
-
"@modern-js/core": "2.
|
58
|
-
"@modern-js/types": "2.
|
59
|
-
"@scripts/
|
60
|
-
"@scripts/
|
55
|
+
"@modern-js/server-core": "2.7.0",
|
56
|
+
"@modern-js/app-tools": "2.7.0",
|
57
|
+
"@modern-js/core": "2.7.0",
|
58
|
+
"@modern-js/types": "2.7.0",
|
59
|
+
"@scripts/build": "2.7.0",
|
60
|
+
"@scripts/jest-config": "2.7.0"
|
61
61
|
},
|
62
62
|
"sideEffects": [
|
63
63
|
"*.css",
|