qcobjects
Advanced tools
Comparing version 2.5.117-beta to 2.5.118-beta
@@ -11,3 +11,3 @@ // build.js | ||
format: "cjs", // or "esm" depending on your module system | ||
target: ["esnext"], // Adjust based on your target environment | ||
target: ["esnext", "node22"], // Adjust based on your target environment | ||
tsconfig: "tsconfig.json", // Path to your tsconfig.json, | ||
@@ -14,0 +14,0 @@ globalName: "global", |
{ | ||
"name": "qcobjects", | ||
"version": "2.5.117-beta", | ||
"version": "2.5.118-beta", | ||
"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,0 +5,0 @@ "main": "public/cjs/QCObjects.cjs", |
Sorry, the diff of this file is not supported yet
4026295