@cloudflare/autoconfig 0.4.5 → 0.4.6
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/index.js +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -45688,7 +45688,7 @@ var allKnownFrameworks = [
|
|
|
45688
45688
|
// in https://github.com/cloudflare/workers-sdk/pull/12938
|
|
45689
45689
|
// earlier versions might also be supported but we haven't checked them
|
|
45690
45690
|
minimumVersion: "4.0.0",
|
|
45691
|
-
maximumKnownMajorVersion: "
|
|
45691
|
+
maximumKnownMajorVersion: "7"
|
|
45692
45692
|
},
|
|
45693
45693
|
supported: true
|
|
45694
45694
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/autoconfig",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"description": "Framework autoconfig detection and configuration for Cloudflare Workers",
|
|
5
5
|
"license": "MIT OR Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@cloudflare/cli-shared-helpers": "0.1.
|
|
26
|
-
"@cloudflare/
|
|
27
|
-
"@cloudflare/
|
|
25
|
+
"@cloudflare/cli-shared-helpers": "0.1.31",
|
|
26
|
+
"@cloudflare/workers-utils": "0.39.0",
|
|
27
|
+
"@cloudflare/config": "0.13.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@netlify/build-info": "10.5.1",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"tsup": "8.3.0",
|
|
40
40
|
"typescript": "5.8.3",
|
|
41
41
|
"vitest": "4.1.0",
|
|
42
|
-
"@cloudflare/
|
|
43
|
-
"@cloudflare/
|
|
42
|
+
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
43
|
+
"@cloudflare/shared-ast-primitives": "1.1.0"
|
|
44
44
|
},
|
|
45
45
|
"volta": {
|
|
46
46
|
"extends": "../../package.json"
|