edge-functions 3.1.0 → 3.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.
- package/CHANGELOG.md +16 -0
- package/lib/presets/angular/deliver/azion.config.js +2 -2
- package/lib/presets/astro/deliver/azion.config.js +2 -2
- package/lib/presets/docusaurus/deliver/azion.config.js +2 -2
- package/lib/presets/eleventy/deliver/azion.config.js +2 -2
- package/lib/presets/emscripten/compute/azion.config.js +2 -2
- package/lib/presets/gatsby/deliver/azion.config.js +2 -2
- package/lib/presets/hexo/deliver/azion.config.js +2 -2
- package/lib/presets/html/deliver/azion.config.js +2 -2
- package/lib/presets/hugo/deliver/azion.config.js +2 -2
- package/lib/presets/javascript/compute/azion.config.js +2 -2
- package/lib/presets/jekyll/deliver/azion.config.js +2 -2
- package/lib/presets/next/compute/azion.config.js +2 -2
- package/lib/presets/next/deliver/azion.config.js +2 -2
- package/lib/presets/react/deliver/azion.config.js +2 -2
- package/lib/presets/rustwasm/compute/azion.config.js +2 -2
- package/lib/presets/svelte/deliver/azion.config.js +2 -2
- package/lib/presets/typescript/compute/azion.config.js +2 -2
- package/lib/presets/vitepress/deliver/azion.config.js +2 -2
- package/lib/presets/vue/deliver/azion.config.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [3.2.0](https://github.com/aziontech/vulcan/compare/v3.1.0...v3.2.0) (2024-08-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* use 'defineConfig' method for azion.config ([ce01be7](https://github.com/aziontech/vulcan/commit/ce01be70e5454b831d7e9ae6d88e71bae7671669))
|
|
7
|
+
* use defineConfig for azion.config ([#371](https://github.com/aziontech/vulcan/issues/371)) ([b797f4f](https://github.com/aziontech/vulcan/commit/b797f4f4efb16b736f1bd3841efa131243ebd57c))
|
|
8
|
+
|
|
9
|
+
## [3.2.0-stage.1](https://github.com/aziontech/vulcan/compare/v3.1.0...v3.2.0-stage.1) (2024-08-16)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* use 'defineConfig' method for azion.config ([ce01be7](https://github.com/aziontech/vulcan/commit/ce01be70e5454b831d7e9ae6d88e71bae7671669))
|
|
15
|
+
* use defineConfig for azion.config ([#371](https://github.com/aziontech/vulcan/issues/371)) ([b797f4f](https://github.com/aziontech/vulcan/commit/b797f4f4efb16b736f1bd3841efa131243ebd57c))
|
|
16
|
+
|
|
1
17
|
## [3.1.0](https://github.com/aziontech/vulcan/compare/v3.0.0...v3.1.0) (2024-08-13)
|
|
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": "3.
|
|
4
|
+
"version": "3.2.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": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"ajv-errors": "^3.0.0",
|
|
53
53
|
"ajv-keywords": "^5.1.0",
|
|
54
54
|
"assert": "^2.0.0",
|
|
55
|
-
"azion": "^1.
|
|
55
|
+
"azion": "^1.5.0",
|
|
56
56
|
"bottleneck": "^2.19.5",
|
|
57
57
|
"browserify-zlib": "^0.2.0",
|
|
58
58
|
"buffer": "^6.0.3",
|