elegance-js 1.11.13 → 1.11.14

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.
@@ -691,7 +691,7 @@ var buildPage = async (DIST_DIR2, directory, filePath, name) => {
691
691
  entryPoints: [filePath],
692
692
  outfile: filePath,
693
693
  outExtension: {
694
- ".mjs": ".cjs"
694
+ ".js": ".cjs"
695
695
  },
696
696
  // necessary because we're mutilating the original
697
697
  allowOverwrite: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elegance-js",
3
- "version": "1.11.13",
3
+ "version": "1.11.14",
4
4
  "description": "Web-Framework",
5
5
  "type": "module",
6
6
  "bin": {