edge-functions 6.1.3-stage.1 → 6.2.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -392,7 +392,7 @@ Table:
392
392
  | Simple Ts Esm | ✅ |
393
393
  | Simple Js Esm | ✅ |
394
394
 
395
- Last test run date: 10/06/25 03:26:52 AM
395
+ Last test run date: 10/14/25 03:27: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.1.3-stage.1",
3
+ "version": "6.2.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.2.0-stage.3",
47
+ "azion": "~2.2.0",
48
48
  "chokidar": "^3.5.3",
49
49
  "commander": "^10.0.1",
50
50
  "cosmiconfig": "^9.0.0",