edge-functions 2.6.2-stage.1 → 2.6.2-stage.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ### [2.6.2-stage.2](https://github.com/aziontech/vulcan/compare/v2.6.2-stage.1...v2.6.2-stage.2) (2024-04-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * emscripten (preset) init ([7962888](https://github.com/aziontech/vulcan/commit/7962888f1a329989b18be3dd603c18acc97da9ae))
7
+
1
8
  ### [2.6.2-stage.1](https://github.com/aziontech/vulcan/compare/v2.6.1...v2.6.2-stage.1) (2024-04-19)
2
9
 
3
10
 
@@ -102,7 +102,7 @@ const TemplatesOptions = {
102
102
  },
103
103
  ],
104
104
  },
105
- 'C++ (Emscripten)': {
105
+ Emscripten: {
106
106
  options: [{ value: 'emscripten-wasm', mode: 'compute' }],
107
107
  },
108
108
  Rustwasm: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "edge-functions",
3
3
  "type": "module",
4
- "version": "2.6.2-stage.1",
4
+ "version": "2.6.2-stage.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": {