astro 1.6.1 → 1.6.2
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/dist/core/constants.js
CHANGED
package/dist/core/dev/index.js
CHANGED
package/dist/core/messages.js
CHANGED
|
@@ -47,7 +47,7 @@ function serverStart({
|
|
|
47
47
|
site,
|
|
48
48
|
isRestart = false
|
|
49
49
|
}) {
|
|
50
|
-
const version = "1.6.
|
|
50
|
+
const version = "1.6.2";
|
|
51
51
|
const rootPath = site ? site.pathname : "/";
|
|
52
52
|
const localPrefix = `${dim("\u2503")} Local `;
|
|
53
53
|
const networkPrefix = `${dim("\u2503")} Network `;
|
|
@@ -255,7 +255,7 @@ function printHelp({
|
|
|
255
255
|
message.push(
|
|
256
256
|
linebreak(),
|
|
257
257
|
` ${bgGreen(black(` ${commandName} `))} ${green(
|
|
258
|
-
`v${"1.6.
|
|
258
|
+
`v${"1.6.2"}`
|
|
259
259
|
)} ${headline}`
|
|
260
260
|
);
|
|
261
261
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "astro",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "withastro",
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
"vendor"
|
|
88
88
|
],
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@astrojs/compiler": "^0.
|
|
90
|
+
"@astrojs/compiler": "^0.29.5",
|
|
91
91
|
"@astrojs/language-server": "^0.26.2",
|
|
92
92
|
"@astrojs/markdown-remark": "^1.1.3",
|
|
93
93
|
"@astrojs/telemetry": "^1.0.1",
|
|
94
|
-
"@astrojs/webapi": "^1.1.
|
|
94
|
+
"@astrojs/webapi": "^1.1.1",
|
|
95
95
|
"@babel/core": "^7.18.2",
|
|
96
96
|
"@babel/generator": "^7.18.2",
|
|
97
97
|
"@babel/parser": "^7.18.4",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"@types/send": "^0.17.1",
|
|
174
174
|
"@types/unist": "^2.0.6",
|
|
175
175
|
"ast-types": "^0.14.2",
|
|
176
|
-
"astro-scripts": "0.0.
|
|
176
|
+
"astro-scripts": "0.0.9",
|
|
177
177
|
"chai": "^4.3.6",
|
|
178
178
|
"cheerio": "^1.0.0-rc.11",
|
|
179
179
|
"mocha": "^9.2.2",
|