edge-functions 2.7.2-stage.1 → 2.7.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.7.2](https://github.com/aziontech/vulcan/compare/v2.7.1...v2.7.2) (2024-05-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * vite with typescript and react.js ([#326](https://github.com/aziontech/vulcan/issues/326)) ([7b8a235](https://github.com/aziontech/vulcan/commit/7b8a235ef3fbaf45b2035d99212ba42bf21fdb2d))
7
+
1
8
  ### [2.7.2-stage.1](https://github.com/aziontech/vulcan/compare/v2.7.1...v2.7.2-stage.1) (2024-05-09)
2
9
 
3
10
 
package/README.md CHANGED
@@ -40,7 +40,7 @@ Table:
40
40
  | Simple Js Esm | ✅ |
41
41
  | Simple Ts Esm | ✅ |
42
42
 
43
- Last test run date: 05/08/24 02:51:13 AM
43
+ Last test run date: 05/10/24 02:55:23 AM
44
44
  ## Quick Installation
45
45
 
46
46
  For those who just want to use Vulcan in their project without contributing to the development, you can install it directly from npm.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "edge-functions",
3
3
  "type": "module",
4
- "version": "2.7.2-stage.1",
4
+ "version": "2.7.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": {