edge-functions 4.6.0 → 4.6.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/CHANGELOG.md +14 -0
- package/docs/nodejs-apis.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
### [4.6.1](https://github.com/aziontech/bundler/compare/v4.6.0...v4.6.1) (2025-02-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update azion package version to ~1.14.2 ([#431](https://github.com/aziontech/bundler/issues/431)) ([67bb1ab](https://github.com/aziontech/bundler/commit/67bb1abfc5824d86e02289f468c7dcee9f1c2b9e))
|
|
7
|
+
|
|
8
|
+
### [4.6.1-stage.1](https://github.com/aziontech/bundler/compare/v4.6.0...v4.6.1-stage.1) (2025-02-07)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* update azion package version to ~1.14.2 ([#431](https://github.com/aziontech/bundler/issues/431)) ([67bb1ab](https://github.com/aziontech/bundler/commit/67bb1abfc5824d86e02289f468c7dcee9f1c2b9e))
|
|
14
|
+
|
|
1
15
|
## [4.6.0](https://github.com/aziontech/bundler/compare/v4.5.0...v4.6.0) (2025-02-06)
|
|
2
16
|
|
|
3
17
|
|
package/docs/nodejs-apis.md
CHANGED
|
@@ -51,7 +51,7 @@ Table:
|
|
|
51
51
|
| Fs | ✅ |
|
|
52
52
|
| Async Hooks | ✅ |
|
|
53
53
|
|
|
54
|
-
Last test run date: 02/
|
|
54
|
+
Last test run date: 02/10/25 03:57:00 AM
|
|
55
55
|
#### Docs support
|
|
56
56
|
|
|
57
57
|
See support for the Node.js APIs in the [https://www.azion.com/en/documentation/products/azion-edge-runtime/compatibility/node/](https://www.azion.com/en/documentation/products/azion-edge-runtime/compatibility/node/)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edge-functions",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.6.
|
|
4
|
+
"version": "4.6.1",
|
|
5
5
|
"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.",
|
|
6
6
|
"main": "lib/main.js",
|
|
7
7
|
"bin": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"ajv-errors": "^3.0.0",
|
|
56
56
|
"ajv-keywords": "^5.1.0",
|
|
57
57
|
"assert": "^2.0.0",
|
|
58
|
-
"azion": "~1.14.
|
|
58
|
+
"azion": "~1.14.2",
|
|
59
59
|
"babel-loader": "^9.2.1",
|
|
60
60
|
"bottleneck": "^2.19.5",
|
|
61
61
|
"browserify-zlib": "^0.2.0",
|