astro 1.0.0-rc.8 → 1.0.0
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/dev/index.js
CHANGED
|
@@ -46,7 +46,7 @@ async function dev(config, options) {
|
|
|
46
46
|
https: !!((_a = viteConfig.server) == null ? void 0 : _a.https)
|
|
47
47
|
})
|
|
48
48
|
);
|
|
49
|
-
const currentVersion = "1.0.0
|
|
49
|
+
const currentVersion = "1.0.0";
|
|
50
50
|
if (currentVersion.includes("-")) {
|
|
51
51
|
warn(options.logging, null, msg.prerelease({ currentVersion }));
|
|
52
52
|
}
|
package/dist/core/messages.js
CHANGED
|
@@ -47,7 +47,7 @@ function devStart({
|
|
|
47
47
|
https,
|
|
48
48
|
site
|
|
49
49
|
}) {
|
|
50
|
-
const version = "1.0.0
|
|
50
|
+
const version = "1.0.0";
|
|
51
51
|
const rootPath = site ? site.pathname : "/";
|
|
52
52
|
const localPrefix = `${dim("\u2503")} Local `;
|
|
53
53
|
const networkPrefix = `${dim("\u2503")} Network `;
|
|
@@ -226,7 +226,7 @@ function printHelp({
|
|
|
226
226
|
message.push(
|
|
227
227
|
linebreak(),
|
|
228
228
|
` ${bgGreen(black(` ${commandName} `))} ${green(
|
|
229
|
-
`v${"1.0.0
|
|
229
|
+
`v${"1.0.0"}`
|
|
230
230
|
)} ${headline}`
|
|
231
231
|
);
|
|
232
232
|
}
|
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
|
|
8
|
+
const ASTRO_VERSION = "1.0.0";
|
|
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
|
|
3
|
+
"version": "1.0.0",
|
|
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",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@astrojs/compiler": "^0.23.1",
|
|
78
78
|
"@astrojs/language-server": "^0.20.0",
|
|
79
|
-
"@astrojs/markdown-remark": "^0.
|
|
80
|
-
"@astrojs/telemetry": "^0.
|
|
81
|
-
"@astrojs/webapi": "^0.
|
|
79
|
+
"@astrojs/markdown-remark": "^1.0.0",
|
|
80
|
+
"@astrojs/telemetry": "^1.0.0",
|
|
81
|
+
"@astrojs/webapi": "^1.0.0",
|
|
82
82
|
"@babel/core": "^7.18.2",
|
|
83
83
|
"@babel/generator": "^7.18.2",
|
|
84
84
|
"@babel/parser": "^7.18.4",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"@types/send": "^0.17.1",
|
|
153
153
|
"@types/unist": "^2.0.6",
|
|
154
154
|
"@types/yargs-parser": "^21.0.0",
|
|
155
|
-
"astro-scripts": "0.0.
|
|
155
|
+
"astro-scripts": "0.0.7",
|
|
156
156
|
"chai": "^4.3.6",
|
|
157
157
|
"cheerio": "^1.0.0-rc.11",
|
|
158
158
|
"mocha": "^9.2.2",
|