edge-functions 6.1.2 → 6.1.3-stage.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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -374,7 +374,7 @@ Table:
|
|
|
374
374
|
| Qwik Static | ✅ |
|
|
375
375
|
| Simple Js Env Vars | ✅ |
|
|
376
376
|
| Eleventy Static | ✅ |
|
|
377
|
-
| Simple Js Network List |
|
|
377
|
+
| Simple Js Network List | ✅ |
|
|
378
378
|
| Angular Static | ✅ |
|
|
379
379
|
| React Static | ✅ |
|
|
380
380
|
| Svelte Static | ✅ |
|
|
@@ -385,14 +385,14 @@ Table:
|
|
|
385
385
|
| Nuxt Static | ✅ |
|
|
386
386
|
| Docusaurus Static | ✅ |
|
|
387
387
|
| Simple Js Firewall Event | ✅ |
|
|
388
|
-
| Simple Js Network List With Firewall |
|
|
388
|
+
| Simple Js Network List With Firewall | ✅ |
|
|
389
389
|
| Jekyll Static | ✅ |
|
|
390
390
|
| Simple Js Esm Worker | ✅ |
|
|
391
391
|
| Simple Js Esm Node | ✅ |
|
|
392
392
|
| Simple Ts Esm | ✅ |
|
|
393
393
|
| Simple Js Esm | ✅ |
|
|
394
394
|
|
|
395
|
-
Last test run date:
|
|
395
|
+
Last test run date: 10/06/25 03:26:52 AM
|
|
396
396
|
|
|
397
397
|
## Contributing
|
|
398
398
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edge-functions",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.3-stage.1",
|
|
4
4
|
"description": "Tool to launch and build JavaScript/Frameworks. This tool automates polyfills for Edge Computing and assists in creating Workers, notably for the Azion platform.",
|
|
5
5
|
"main": "dist/main.js",
|
|
6
6
|
"module": "dist/main.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@edge-runtime/primitives": "4.0.5",
|
|
46
46
|
"@netlify/framework-info": "^9.9.1",
|
|
47
|
-
"azion": "~2.
|
|
47
|
+
"azion": "~2.2.0-stage.3",
|
|
48
48
|
"chokidar": "^3.5.3",
|
|
49
49
|
"commander": "^10.0.1",
|
|
50
50
|
"cosmiconfig": "^9.0.0",
|