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.
@@ -1,4 +1,4 @@
1
- const ASTRO_VERSION = "1.6.1";
1
+ const ASTRO_VERSION = "1.6.2";
2
2
  const SUPPORTED_MARKDOWN_FILE_EXTENSIONS = [
3
3
  ".markdown",
4
4
  ".mdown",
@@ -54,7 +54,7 @@ async function dev(settings, options) {
54
54
  isRestart
55
55
  })
56
56
  );
57
- const currentVersion = "1.6.1";
57
+ const currentVersion = "1.6.2";
58
58
  if (currentVersion.includes("-")) {
59
59
  warn(options.logging, null, msg.prerelease({ currentVersion }));
60
60
  }
@@ -47,7 +47,7 @@ function serverStart({
47
47
  site,
48
48
  isRestart = false
49
49
  }) {
50
- const version = "1.6.1";
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.1"}`
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.1",
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.28.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.0",
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.8",
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",