edge-functions 7.2.0 → 7.2.2

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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,16 @@
4
4
 
5
5
  # Azion Bundler - Built for Builders of the Edge
6
6
 
7
+ > ⚠️ **Deprecation Notice - Package Migration**
8
+ >
9
+ > This package (`edge-functions`) has been **replaced/migrated** to [`@aziontech/bundler`](https://www.npmjs.com/package/@aziontech/bundler).
10
+ >
11
+ > - This package will only receive **bug fixes** — no new features will be added.
12
+ > - Maintenance will be **discontinued at the end of December 2026**.
13
+ > - **We strongly recommend migrating to `@aziontech/bundler`** to continue receiving updates and new features.
14
+ >
15
+ > For documentation and migration guide, visit: https://github.com/aziontech/bundler/blob/main/packages/bundler/README.md
16
+
7
17
  [![Version](https://img.shields.io/npm/v/edge-functions.svg)](https://www.npmjs.com/package/edge-functions)
8
18
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)
9
19
  [![Downloads](https://img.shields.io/npm/dm/edge-functions.svg)](https://www.npmjs.com/package/edge-functions)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-functions",
3
- "version": "7.2.0",
3
+ "version": "7.2.2",
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
  "index": "dist/index.js",
6
6
  "module": "dist/index.js",