edge-functions 4.4.1 → 4.4.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.
- package/CHANGELOG.md +16 -0
- package/lib/presets/hexo/azion.config.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
### [4.4.2](https://github.com/aziontech/bundler/compare/v4.4.1...v4.4.2) (2025-01-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* gatsby preset config import ([e705670](https://github.com/aziontech/bundler/commit/e70567027035b1b8595b78ac691ac88470d04d87))
|
|
7
|
+
* gatsby preset config import ([#422](https://github.com/aziontech/bundler/issues/422)) ([3166d2d](https://github.com/aziontech/bundler/commit/3166d2d4a2908fbfc29ab7099bb7c87b17eae2b4))
|
|
8
|
+
|
|
9
|
+
### [4.4.2-stage.1](https://github.com/aziontech/bundler/compare/v4.4.1...v4.4.2-stage.1) (2025-01-21)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* gatsby preset config import ([e705670](https://github.com/aziontech/bundler/commit/e70567027035b1b8595b78ac691ac88470d04d87))
|
|
15
|
+
* gatsby preset config import ([#422](https://github.com/aziontech/bundler/issues/422)) ([3166d2d](https://github.com/aziontech/bundler/commit/3166d2d4a2908fbfc29ab7099bb7c87b17eae2b4))
|
|
16
|
+
|
|
1
17
|
### [4.4.1](https://github.com/aziontech/bundler/compare/v4.4.0...v4.4.1) (2025-01-21)
|
|
2
18
|
|
|
3
19
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edge-functions",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.4.
|
|
4
|
+
"version": "4.4.2",
|
|
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": {
|