qcobjects 2.5.117-beta → 2.5.118-beta

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/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.117-beta
1
+ 2.5.118-beta
package/build-esbuild.js CHANGED
@@ -8,7 +8,7 @@ const baseSettings = {
8
8
  bundle: true,
9
9
  outdir: "public/cjs", // Output dir
10
10
  format: "cjs", // or "esm" depending on your module system
11
- target: ["esnext"], // Adjust based on your target environment
11
+ target: ["esnext", "node22"], // Adjust based on your target environment
12
12
  tsconfig: "tsconfig.json", // Path to your tsconfig.json,
13
13
  globalName: "global",
14
14
  minify:false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcobjects",
3
- "version": "2.5.117-beta",
3
+ "version": "2.5.118-beta",
4
4
  "description": "QCObjects is an Open-source framework that empowers full-stack developers to make micro-services and micro-frontends into an N-Tier architecture.",
5
5
  "main": "public/cjs/QCObjects.cjs",
6
6
  "module": "public/esm/QCObjects.mjs",