astro 1.0.0-beta.70 → 1.0.0-beta.71

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.
@@ -47,7 +47,7 @@ async function dev(config, options) {
47
47
  site,
48
48
  https: !!((_a = viteConfig.server) == null ? void 0 : _a.https)
49
49
  }));
50
- const currentVersion = "1.0.0-beta.70";
50
+ const currentVersion = "1.0.0-beta.71";
51
51
  if (currentVersion.includes("-")) {
52
52
  warn(options.logging, null, msg.prerelease({ currentVersion }));
53
53
  }
@@ -47,7 +47,7 @@ function devStart({
47
47
  https,
48
48
  site
49
49
  }) {
50
- const version = "1.0.0-beta.70";
50
+ const version = "1.0.0-beta.71";
51
51
  const rootPath = site ? site.pathname : "/";
52
52
  const localPrefix = `${dim("\u2503")} Local `;
53
53
  const networkPrefix = `${dim("\u2503")} Network `;
@@ -206,7 +206,7 @@ function printHelp({
206
206
  };
207
207
  let message = [];
208
208
  if (headline) {
209
- message.push(linebreak(), ` ${bgGreen(black(` ${commandName} `))} ${green(`v${"1.0.0-beta.70"}`)} ${headline}`);
209
+ message.push(linebreak(), ` ${bgGreen(black(` ${commandName} `))} ${green(`v${"1.0.0-beta.71"}`)} ${headline}`);
210
210
  }
211
211
  if (usage) {
212
212
  message.push(linebreak(), ` ${green(commandName)} ${bold(usage)}`);
package/dist/core/util.js CHANGED
@@ -5,7 +5,7 @@ import resolve from "resolve";
5
5
  import slash from "slash";
6
6
  import { fileURLToPath, pathToFileURL } from "url";
7
7
  import { removeTrailingForwardSlash } from "./path.js";
8
- const ASTRO_VERSION = "1.0.0-beta.70";
8
+ const ASTRO_VERSION = "1.0.0-beta.71";
9
9
  function isObject(value) {
10
10
  return typeof value === "object" && value != null;
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro",
3
- "version": "1.0.0-beta.70",
3
+ "version": "1.0.0-beta.71",
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",
@@ -70,9 +70,9 @@
70
70
  "vendor"
71
71
  ],
72
72
  "dependencies": {
73
- "@astrojs/compiler": "^0.18.2",
73
+ "@astrojs/compiler": "^0.19.0",
74
74
  "@astrojs/language-server": "^0.13.4",
75
- "@astrojs/markdown-remark": "^0.11.6",
75
+ "@astrojs/markdown-remark": "^0.11.7",
76
76
  "@astrojs/prism": "0.6.0",
77
77
  "@astrojs/telemetry": "^0.4.0",
78
78
  "@astrojs/webapi": "^0.12.0",