@modern-js/plugin-server 2.7.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +2 -2
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @modern-js/plugin-server
2
2
 
3
+ ## 2.9.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/server-utils@2.9.0
8
+ - @modern-js/utils@2.9.0
9
+
10
+ ## 2.8.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [1104a9f18b]
15
+ - Updated dependencies [2c1151271d]
16
+ - Updated dependencies [1f6ca2c7fb]
17
+ - @modern-js/utils@2.8.0
18
+ - @modern-js/server-utils@2.8.0
19
+
3
20
  ## 2.7.0
4
21
 
5
22
  ### Patch Changes
package/README.md CHANGED
@@ -19,8 +19,8 @@ Please follow [Quick Start](https://modernjs.dev/en/guides/get-started/quick-sta
19
19
 
20
20
  ## Contributing
21
21
 
22
- Please read the [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md).
22
+ Please read the [Contributing Guide](https://github.com/web-infra-dev/modern.js/blob/main/CONTRIBUTING.md).
23
23
 
24
24
  ## License
25
25
 
26
- Modern.js is [MIT licensed](https://github.com/modern-js-dev/modern.js/blob/main/LICENSE).
26
+ Modern.js is [MIT licensed](https://github.com/web-infra-dev/modern.js/blob/main/LICENSE).
package/package.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "name": "@modern-js/plugin-server",
3
3
  "description": "A Progressive React Framework for modern web development.",
4
4
  "homepage": "https://modernjs.dev",
5
- "bugs": "https://github.com/modern-js-dev/modern.js/issues",
6
- "repository": "modern-js-dev/modern.js",
5
+ "bugs": "https://github.com/web-infra-dev/modern.js/issues",
6
+ "repository": "web-infra-dev/modern.js",
7
7
  "license": "MIT",
8
8
  "keywords": [
9
9
  "react",
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.7.0",
14
+ "version": "2.9.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.7.0",
48
- "@modern-js/utils": "2.7.0"
47
+ "@modern-js/server-utils": "2.9.0",
48
+ "@modern-js/utils": "2.9.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.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"
55
+ "@modern-js/server-core": "2.9.0",
56
+ "@modern-js/app-tools": "2.9.0",
57
+ "@modern-js/core": "2.9.0",
58
+ "@modern-js/types": "2.9.0",
59
+ "@scripts/jest-config": "2.9.0",
60
+ "@scripts/build": "2.9.0"
61
61
  },
62
62
  "sideEffects": [
63
63
  "*.css",