@astrojs/cloudflare 13.6.0 → 13.6.1
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/README.md +1 -1
- package/dist/entrypoints/preview.js +1 -1
- package/dist/index.js +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -34,5 +34,5 @@ Copyright (c) 2023–present [Astro][astro]
|
|
|
34
34
|
[coc]: https://github.com/withastro/.github/blob/main/CODE_OF_CONDUCT.md
|
|
35
35
|
[community]: https://github.com/withastro/.github/blob/main/COMMUNITY_GUIDE.md
|
|
36
36
|
[discord]: https://astro.build/chat/
|
|
37
|
-
[issues]: https://github.com/withastro/
|
|
37
|
+
[issues]: https://github.com/withastro/astro/issues
|
|
38
38
|
[astro-integration]: https://docs.astro.build/en/guides/integrations/
|
|
@@ -88,7 +88,7 @@ function serverStart({
|
|
|
88
88
|
host,
|
|
89
89
|
base
|
|
90
90
|
}) {
|
|
91
|
-
const version = "13.6.
|
|
91
|
+
const version = "13.6.1";
|
|
92
92
|
const localPrefix = `${colors.dim("\u2503")} Local `;
|
|
93
93
|
const networkPrefix = `${colors.dim("\u2503")} Network `;
|
|
94
94
|
const emptyPrefix = " ".repeat(11);
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astrojs/cloudflare",
|
|
3
3
|
"description": "Deploy your site to Cloudflare Workers",
|
|
4
|
-
"version": "13.6.
|
|
4
|
+
"version": "13.6.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"author": "withastro",
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"wrangler": "^4.83.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@cloudflare/workers-types": "^4.
|
|
52
|
+
"@cloudflare/workers-types": "^4.20260526.1",
|
|
53
53
|
"@types/node": "^22.10.6",
|
|
54
54
|
"@types/prismjs": "1.26.6",
|
|
55
55
|
"cheerio": "1.2.0",
|
|
56
|
-
"devalue": "^5.
|
|
56
|
+
"devalue": "^5.8.1",
|
|
57
57
|
"prismjs": "^1.30.0",
|
|
58
|
-
"astro": "6.4.
|
|
58
|
+
"astro": "6.4.3",
|
|
59
59
|
"astro-scripts": "0.0.14"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|