edge-functions 2.3.0-stage.3 → 2.3.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.
- package/CHANGELOG.md +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [2.3.0](https://github.com/aziontech/vulcan/compare/v2.2.0...v2.3.0) (2024-01-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* added building with external api to local runtime ([52bcd13](https://github.com/aziontech/vulcan/commit/52bcd13451e3c3db7e73854dfe52845a8aeb691e))
|
|
7
|
+
* adding partial implementation of async_hooks to local dev ([3665359](https://github.com/aziontech/vulcan/commit/36653598f4c270c73c9375190c9da67a035965b8))
|
|
8
|
+
* resolve external APIs in the local build ([#211](https://github.com/aziontech/vulcan/issues/211)) ([b265ed6](https://github.com/aziontech/vulcan/commit/b265ed613ec9f2702df6f469e0bb6a63799e93de))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* angular deliver preset ([#215](https://github.com/aziontech/vulcan/issues/215)) ([5bb2d77](https://github.com/aziontech/vulcan/commit/5bb2d77c5ca40ef688f50826a55bf384759b5a61))
|
|
14
|
+
* angular preset (deliver) ([f8c12b6](https://github.com/aziontech/vulcan/commit/f8c12b6c0e475a4ee77b127d9be3c2d3ac6b9e49))
|
|
15
|
+
* remove versionid ([482fb35](https://github.com/aziontech/vulcan/commit/482fb3509a05967b6ad6879f209341d6dcce26ad))
|
|
16
|
+
* remove versionid ([#210](https://github.com/aziontech/vulcan/issues/210)) ([e78ea1e](https://github.com/aziontech/vulcan/commit/e78ea1e8e1f913e67b9e4b577b01e90437d68884))
|
|
17
|
+
|
|
1
18
|
## [2.3.0-stage.3](https://github.com/aziontech/vulcan/compare/v2.3.0-stage.2...v2.3.0-stage.3) (2024-01-22)
|
|
2
19
|
|
|
3
20
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edge-functions",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.3.0
|
|
4
|
+
"version": "2.3.0",
|
|
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": {
|