elegance-js 1.11.19 → 1.11.20

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.
@@ -693,6 +693,7 @@ var buildPage = async (DIST_DIR2, directory, filePath, name) => {
693
693
  allowOverwrite: true,
694
694
  bundle: true,
695
695
  format: "cjs",
696
+ platform: "node",
696
697
  plugins: [
697
698
  {
698
699
  name: "wrap-cjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elegance-js",
3
- "version": "1.11.19",
3
+ "version": "1.11.20",
4
4
  "description": "Web-Framework",
5
5
  "type": "module",
6
6
  "bin": {