edge-functions 6.0.0-stage.2 → 6.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.
Files changed (2) hide show
  1. package/README.md +37 -37
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -356,43 +356,43 @@ E2E tests run daily in the [Bundler Examples](https://github.com/aziontech/bundl
356
356
  Table:
357
357
  | Test | Status |
358
358
  | ------------------------------------ | ------ |
359
- | Next 14 2 15 Middleware | |
360
- | Next 13 5 6 I18n | |
361
- | Next 12 3 4 I18n | |
362
- | Hexo Static | |
363
- | Next 13 5 6 Middleware | |
364
- | Next 12 3 4 Middleware | |
365
- | Next Node Pages 12 3 1 | |
366
- | Next 13 5 6 Config | |
367
- | Next 12 3 4 Config | |
368
- | Next Static | |
369
- | Gatsby Static | |
370
- | Next Node Pages 12 3 1 Fs | |
371
- | Vue Vite Static | |
372
- | Next 12 Static | |
373
- | Astro Static | |
374
- | Qwik Static | |
375
- | Simple Js Env Vars | |
376
- | Eleventy Static | |
377
- | Simple Js Network List | |
378
- | Angular Static | |
379
- | React Static | |
380
- | Svelte Static | |
381
- | Stencil Static | |
382
- | Vitepress Static | |
383
- | Preact Static | |
384
- | Vuepress Static | |
385
- | Nuxt Static | |
386
- | Docusaurus Static | |
387
- | Simple Js Firewall Event | |
388
- | Simple Js Network List With Firewall | |
389
- | Jekyll Static | |
390
- | Simple Js Esm Worker | |
391
- | Simple Js Esm Node | |
392
- | Simple Ts Esm | |
393
- | Simple Js Esm | |
394
-
395
- Last test run date: 06/30/25 04:01:14 AM
359
+ | Next 14 2 15 Middleware | ⚠️ |
360
+ | Next 13 5 6 I18n | ⚠️ |
361
+ | Next 12 3 4 I18n | ⚠️ |
362
+ | Hexo Static | ⚠️ |
363
+ | Next 13 5 6 Middleware | ⚠️ |
364
+ | Next 12 3 4 Middleware | ⚠️ |
365
+ | Next Node Pages 12 3 1 | ⚠️ |
366
+ | Next 13 5 6 Config | ⚠️ |
367
+ | Next 12 3 4 Config | ⚠️ |
368
+ | Next Static | ⚠️ |
369
+ | Gatsby Static | ⚠️ |
370
+ | Next Node Pages 12 3 1 Fs | ⚠️ |
371
+ | Vue Vite Static | ⚠️ |
372
+ | Next 12 Static | ⚠️ |
373
+ | Astro Static | ⚠️ |
374
+ | Qwik Static | ⚠️ |
375
+ | Simple Js Env Vars | ⚠️ |
376
+ | Eleventy Static | ⚠️ |
377
+ | Simple Js Network List | ⚠️ |
378
+ | Angular Static | ⚠️ |
379
+ | React Static | ⚠️ |
380
+ | Svelte Static | ⚠️ |
381
+ | Stencil Static | ⚠️ |
382
+ | Vitepress Static | ⚠️ |
383
+ | Preact Static | ⚠️ |
384
+ | Vuepress Static | ⚠️ |
385
+ | Nuxt Static | ⚠️ |
386
+ | Docusaurus Static | ⚠️ |
387
+ | Simple Js Firewall Event | ⚠️ |
388
+ | Simple Js Network List With Firewall | ⚠️ |
389
+ | Jekyll Static | ⚠️ |
390
+ | Simple Js Esm Worker | ⚠️ |
391
+ | Simple Js Esm Node | ⚠️ |
392
+ | Simple Ts Esm | ⚠️ |
393
+ | Simple Js Esm | ⚠️ |
394
+
395
+ Last test run date: 08/19/25 03:14:09 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.0.0-stage.2",
3
+ "version": "6.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",
@@ -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.0.0-stage.25",
47
+ "azion": "~2.0.0",
48
48
  "chokidar": "^3.5.3",
49
49
  "commander": "^10.0.1",
50
50
  "cosmiconfig": "^9.0.0",