@modern-js/entry-generator 2.4.5 → 2.4.6

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.
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.4.5",
14
+ "version": "2.4.6",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "main": "./dist/index.js",
17
17
  "files": [
@@ -23,12 +23,12 @@
23
23
  "@modern-js/codesmith": "1.6.3",
24
24
  "@modern-js/codesmith-api-app": "1.6.3",
25
25
  "@modern-js/codesmith-api-handlebars": "1.6.3",
26
- "@modern-js/generator-common": "2.4.5",
27
- "@modern-js/generator-utils": "2.4.5",
28
- "@modern-js/plugin-i18n": "1.21.0",
29
- "@modern-js/utils": "1.21.0",
30
- "@scripts/build": "1.21.0",
31
- "@scripts/jest-config": "1.21.0",
26
+ "@modern-js/generator-common": "2.4.6",
27
+ "@modern-js/generator-utils": "2.4.6",
28
+ "@modern-js/plugin-i18n": "1.21.1",
29
+ "@modern-js/utils": "1.21.1",
30
+ "@scripts/build": "1.21.1",
31
+ "@scripts/jest-config": "1.21.1",
32
32
  "@types/jest": "^27",
33
33
  "@types/node": "^14",
34
34
  "jest": "^27",
@@ -37,7 +37,7 @@ main {
37
37
  display: flex;
38
38
  justify-content: center;
39
39
  align-items: center;
40
- background-color: #470000;
40
+ background-color: #00b2ff;
41
41
  }
42
42
 
43
43
  .footer a {
@@ -99,8 +99,8 @@ main {
99
99
  height: 100px;
100
100
  color: inherit;
101
101
  text-decoration: none;
102
- border: 1px solid #470000;
103
- color: #470000;
102
+ border: 1px solid #00b2ff;
103
+ color: #00b2ff;
104
104
  transition: color 0.15s ease, border-color 0.15s ease;
105
105
  width: 45%;
106
106
  }
@@ -17,15 +17,15 @@
17
17
  {{space}} <a href="https://modernjs.dev/docs/guides" className="card">
18
18
  {{space}} <h2>Handbook</h2>
19
19
  {{space}} </a>
20
- {{space}} <a href="https://modernjs.dev/docs/apis" className="card">
20
+ {{space}} <a href="https://modernjs.dev/docs/apis/app" className="card">
21
21
  {{space}} <h2>API Reference </h2>
22
22
  {{space}} </a>
23
23
  {{space}} <a
24
- {{space}} href="https://modernjs.dev/coming-soon"
24
+ {{space}} href="https://modernjs.dev/blog"
25
25
  {{space}} target="_blank"
26
26
  {{space}} rel="noopener noreferrer"
27
27
  {{space}} className="card">
28
- {{space}} <h2>Community </h2>
28
+ {{space}} <h2>Blog </h2>
29
29
  {{space}} </a>
30
30
  {{space}} </div>
31
31
  {{space}} </main>