edge-functions 4.4.0 → 4.4.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 CHANGED
@@ -1,3 +1,17 @@
1
+ ### [4.4.1](https://github.com/aziontech/bundler/compare/v4.4.0...v4.4.1) (2025-01-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add no-sandbox args for puppeteer launch in E2E tests and upgrade azion lib ([#420](https://github.com/aziontech/bundler/issues/420)) ([40a4345](https://github.com/aziontech/bundler/commit/40a43454bfe0fac8bd70cb56bce4d9813fc81dd9))
7
+
8
+ ### [4.4.1-stage.1](https://github.com/aziontech/bundler/compare/v4.4.0...v4.4.1-stage.1) (2025-01-21)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * add no-sandbox args for puppeteer launch in E2E tests and upgrade azion lib ([#420](https://github.com/aziontech/bundler/issues/420)) ([40a4345](https://github.com/aziontech/bundler/commit/40a43454bfe0fac8bd70cb56bce4d9813fc81dd9))
14
+
1
15
  ## [4.4.0](https://github.com/aziontech/bundler/compare/v4.3.0...v4.4.0) (2025-01-21)
2
16
 
3
17
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18-alpine3.17 AS node
1
+ FROM node:18.20.5-alpine3.21 AS node
2
2
 
3
3
  WORKDIR /
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "edge-functions",
3
3
  "type": "module",
4
- "version": "4.4.0",
4
+ "version": "4.4.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.12.0",
58
+ "azion": "^1.12.1",
59
59
  "babel-loader": "^9.2.1",
60
60
  "bottleneck": "^2.19.5",
61
61
  "browserify-zlib": "^0.2.0",