edge-functions 7.0.0-stage.1 → 7.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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -378,7 +378,7 @@ Table:
|
|
|
378
378
|
| Angular Static | ✅ |
|
|
379
379
|
| React Static | ✅ |
|
|
380
380
|
| Svelte Static | ✅ |
|
|
381
|
-
| Stencil Static |
|
|
381
|
+
| Stencil Static | ✅ |
|
|
382
382
|
| Vitepress Static | ✅ |
|
|
383
383
|
| Preact Static | ✅ |
|
|
384
384
|
| Vuepress Static | ✅ |
|
|
@@ -387,13 +387,13 @@ Table:
|
|
|
387
387
|
| Simple Js Firewall Event | ✅ |
|
|
388
388
|
| Nuxt Ssr | ✅ |
|
|
389
389
|
| Simple Js Network List With Firewall | ✅ |
|
|
390
|
-
| Jekyll Static |
|
|
390
|
+
| Jekyll Static | ⚠️ |
|
|
391
391
|
| Simple Js Esm Worker | ✅ |
|
|
392
392
|
| Simple Js Esm Node | ✅ |
|
|
393
393
|
| Simple Ts Esm | ✅ |
|
|
394
394
|
| Simple Js Esm | ✅ |
|
|
395
395
|
|
|
396
|
-
Last test run date: 12/
|
|
396
|
+
Last test run date: 01/12/26 03:42:37 AM
|
|
397
397
|
|
|
398
398
|
## Contributing
|
|
399
399
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edge-functions",
|
|
3
|
-
"version": "7.0.0
|
|
3
|
+
"version": "7.0.0",
|
|
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",
|