@geekmidas/cli 0.15.0 → 0.17.0

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/dist/index.mjs CHANGED
@@ -29,7 +29,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
29
29
  //#endregion
30
30
  //#region package.json
31
31
  var name = "@geekmidas/cli";
32
- var version = "0.15.0";
32
+ var version = "0.17.0";
33
33
  var description = "CLI tools for building Lambda handlers, server applications, and generating OpenAPI specs";
34
34
  var private$1 = false;
35
35
  var type = "module";
@@ -1297,7 +1297,7 @@ async function buildForProvider(provider, context, rootOutputDir, endpointGenera
1297
1297
  let masterKey;
1298
1298
  if (context.production?.bundle && !skipBundle) {
1299
1299
  logger$6.log(`\n📦 Bundling production server...`);
1300
- const { bundleServer } = await import("./bundler-D7cM_FWw.mjs");
1300
+ const { bundleServer } = await import("./bundler-B6z6HEeh.mjs");
1301
1301
  const allConstructs = [
1302
1302
  ...endpoints.map((e) => e.construct),
1303
1303
  ...functions.map((f) => f.construct),