@base44-preview/cli 0.1.14-pr.622.a1a2672 → 0.1.14-pr.623.50da9d5

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/cli/index.js CHANGED
@@ -23331,7 +23331,7 @@ var require_ejs = __commonJS(function(exports) {
23331
23331
  }
23332
23332
  });
23333
23333
 
23334
- // ../../node_modules/isexe/windows.js
23334
+ // ../../node_modules/cross-spawn/node_modules/which/node_modules/isexe/windows.js
23335
23335
  var require_windows = __commonJS(function(exports, module) {
23336
23336
  module.exports = isexe;
23337
23337
  isexe.sync = sync;
@@ -23369,7 +23369,7 @@ var require_windows = __commonJS(function(exports, module) {
23369
23369
  }
23370
23370
  });
23371
23371
 
23372
- // ../../node_modules/isexe/mode.js
23372
+ // ../../node_modules/cross-spawn/node_modules/which/node_modules/isexe/mode.js
23373
23373
  var require_mode = __commonJS(function(exports, module) {
23374
23374
  module.exports = isexe;
23375
23375
  isexe.sync = sync;
@@ -23400,7 +23400,7 @@ var require_mode = __commonJS(function(exports, module) {
23400
23400
  }
23401
23401
  });
23402
23402
 
23403
- // ../../node_modules/isexe/index.js
23403
+ // ../../node_modules/cross-spawn/node_modules/which/node_modules/isexe/index.js
23404
23404
  var require_isexe = __commonJS(function(exports, module) {
23405
23405
  var fs = __require("fs");
23406
23406
  var core;
@@ -23453,7 +23453,7 @@ var require_isexe = __commonJS(function(exports, module) {
23453
23453
  }
23454
23454
  });
23455
23455
 
23456
- // ../../node_modules/which/which.js
23456
+ // ../../node_modules/cross-spawn/node_modules/which/which.js
23457
23457
  var require_which = __commonJS(function(exports, module) {
23458
23458
  var isWindows = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys";
23459
23459
  var path = __require("path");
@@ -223739,7 +223739,7 @@ var createInstance = (defaults) => {
223739
223739
  var ky = createInstance();
223740
223740
  var distribution_default = ky;
223741
223741
 
223742
- // ../../node_modules/zod/v4/core/core.js
223742
+ // node_modules/zod/v4/core/core.js
223743
223743
  var NEVER = Object.freeze({
223744
223744
  status: "aborted"
223745
223745
  });
@@ -223815,7 +223815,7 @@ function config(newConfig) {
223815
223815
  Object.assign(globalConfig, newConfig);
223816
223816
  return globalConfig;
223817
223817
  }
223818
- // ../../node_modules/zod/v4/core/util.js
223818
+ // node_modules/zod/v4/core/util.js
223819
223819
  function getEnumValues(entries) {
223820
223820
  const numericValues = Object.values(entries).filter((v) => typeof v === "number");
223821
223821
  const values = Object.entries(entries).filter(([k, _]) => numericValues.indexOf(+k) === -1).map(([_, v]) => v);
@@ -224238,7 +224238,7 @@ function issue(...args) {
224238
224238
  return { ...iss };
224239
224239
  }
224240
224240
 
224241
- // ../../node_modules/zod/v4/core/errors.js
224241
+ // node_modules/zod/v4/core/errors.js
224242
224242
  var initializer = (inst, def) => {
224243
224243
  inst.name = "$ZodError";
224244
224244
  Object.defineProperty(inst, "_zod", {
@@ -224333,7 +224333,7 @@ function prettifyError(error) {
224333
224333
  `);
224334
224334
  }
224335
224335
 
224336
- // ../../node_modules/zod/v4/core/parse.js
224336
+ // node_modules/zod/v4/core/parse.js
224337
224337
  var _parse = (_Err) => (schema, value, _ctx, _params) => {
224338
224338
  const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
224339
224339
  const result = schema._zod.run({ value, issues: [] }, ctx);
@@ -224410,7 +224410,7 @@ var _safeEncodeAsync = (_Err) => async (schema, value, _ctx) => {
224410
224410
  var _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
224411
224411
  return _safeParseAsync(_Err)(schema, value, _ctx);
224412
224412
  };
224413
- // ../../node_modules/zod/v4/core/regexes.js
224413
+ // node_modules/zod/v4/core/regexes.js
224414
224414
  var cuid = /^[cC][^\s-]{8,}$/;
224415
224415
  var cuid2 = /^[0-9a-z]+$/;
224416
224416
  var ulid = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/;
@@ -224467,7 +224467,7 @@ var _null = /^null$/i;
224467
224467
  var lowercase = /^[^A-Z]*$/;
224468
224468
  var uppercase = /^[^a-z]*$/;
224469
224469
 
224470
- // ../../node_modules/zod/v4/core/checks.js
224470
+ // node_modules/zod/v4/core/checks.js
224471
224471
  var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
224472
224472
  var _a;
224473
224473
  inst._zod ?? (inst._zod = {});
@@ -224856,7 +224856,7 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
224856
224856
  };
224857
224857
  });
224858
224858
 
224859
- // ../../node_modules/zod/v4/core/doc.js
224859
+ // node_modules/zod/v4/core/doc.js
224860
224860
  class Doc {
224861
224861
  constructor(args = []) {
224862
224862
  this.content = [];
@@ -224894,14 +224894,14 @@ class Doc {
224894
224894
  }
224895
224895
  }
224896
224896
 
224897
- // ../../node_modules/zod/v4/core/versions.js
224897
+ // node_modules/zod/v4/core/versions.js
224898
224898
  var version = {
224899
224899
  major: 4,
224900
224900
  minor: 3,
224901
224901
  patch: 6
224902
224902
  };
224903
224903
 
224904
- // ../../node_modules/zod/v4/core/schemas.js
224904
+ // node_modules/zod/v4/core/schemas.js
224905
224905
  var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
224906
224906
  var _a;
224907
224907
  inst ?? (inst = {});
@@ -226298,7 +226298,7 @@ function handleRefineResult(result, payload, input, inst) {
226298
226298
  payload.issues.push(issue(_iss));
226299
226299
  }
226300
226300
  }
226301
- // ../../node_modules/zod/v4/locales/en.js
226301
+ // node_modules/zod/v4/locales/en.js
226302
226302
  var error = () => {
226303
226303
  const Sizable = {
226304
226304
  string: { unit: "characters", verb: "to have" },
@@ -226404,7 +226404,7 @@ function en_default() {
226404
226404
  localeError: error()
226405
226405
  };
226406
226406
  }
226407
- // ../../node_modules/zod/v4/core/registries.js
226407
+ // node_modules/zod/v4/core/registries.js
226408
226408
  var _a;
226409
226409
  var $output = Symbol("ZodOutput");
226410
226410
  var $input = Symbol("ZodInput");
@@ -226454,7 +226454,7 @@ function registry() {
226454
226454
  }
226455
226455
  (_a = globalThis).__zod_globalRegistry ?? (_a.__zod_globalRegistry = registry());
226456
226456
  var globalRegistry = globalThis.__zod_globalRegistry;
226457
- // ../../node_modules/zod/v4/core/api.js
226457
+ // node_modules/zod/v4/core/api.js
226458
226458
  function _string(Class, params) {
226459
226459
  return new Class({
226460
226460
  type: "string",
@@ -226909,7 +226909,7 @@ function _check(fn, params) {
226909
226909
  ch._zod.check = fn;
226910
226910
  return ch;
226911
226911
  }
226912
- // ../../node_modules/zod/v4/core/to-json-schema.js
226912
+ // node_modules/zod/v4/core/to-json-schema.js
226913
226913
  function initializeContext(params) {
226914
226914
  let target = params?.target ?? "draft-2020-12";
226915
226915
  if (target === "draft-4")
@@ -227254,7 +227254,7 @@ var createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) =
227254
227254
  extractDefs(ctx, schema);
227255
227255
  return finalize(ctx, schema);
227256
227256
  };
227257
- // ../../node_modules/zod/v4/core/json-schema-processors.js
227257
+ // node_modules/zod/v4/core/json-schema-processors.js
227258
227258
  var formatMap = {
227259
227259
  guid: "uuid",
227260
227260
  url: "uri",
@@ -227595,7 +227595,7 @@ var lazyProcessor = (schema, ctx, _json, params) => {
227595
227595
  const seen = ctx.seen.get(schema);
227596
227596
  seen.ref = innerType;
227597
227597
  };
227598
- // ../../node_modules/zod/v4/classic/iso.js
227598
+ // node_modules/zod/v4/classic/iso.js
227599
227599
  var ZodISODateTime = /* @__PURE__ */ $constructor("ZodISODateTime", (inst, def) => {
227600
227600
  $ZodISODateTime.init(inst, def);
227601
227601
  ZodStringFormat.init(inst, def);
@@ -227625,7 +227625,7 @@ function duration2(params) {
227625
227625
  return _isoDuration(ZodISODuration, params);
227626
227626
  }
227627
227627
 
227628
- // ../../node_modules/zod/v4/classic/errors.js
227628
+ // node_modules/zod/v4/classic/errors.js
227629
227629
  var initializer2 = (inst, issues) => {
227630
227630
  $ZodError.init(inst, issues);
227631
227631
  inst.name = "ZodError";
@@ -227660,7 +227660,7 @@ var ZodRealError = $constructor("ZodError", initializer2, {
227660
227660
  Parent: Error
227661
227661
  });
227662
227662
 
227663
- // ../../node_modules/zod/v4/classic/parse.js
227663
+ // node_modules/zod/v4/classic/parse.js
227664
227664
  var parse3 = /* @__PURE__ */ _parse(ZodRealError);
227665
227665
  var parseAsync2 = /* @__PURE__ */ _parseAsync(ZodRealError);
227666
227666
  var safeParse2 = /* @__PURE__ */ _safeParse(ZodRealError);
@@ -227674,7 +227674,7 @@ var safeDecode = /* @__PURE__ */ _safeDecode(ZodRealError);
227674
227674
  var safeEncodeAsync = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
227675
227675
  var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
227676
227676
 
227677
- // ../../node_modules/zod/v4/classic/schemas.js
227677
+ // node_modules/zod/v4/classic/schemas.js
227678
227678
  var ZodType = /* @__PURE__ */ $constructor("ZodType", (inst, def) => {
227679
227679
  $ZodType.init(inst, def);
227680
227680
  Object.assign(inst["~standard"], {
@@ -228328,7 +228328,7 @@ function superRefine(fn) {
228328
228328
  function preprocess(fn, schema) {
228329
228329
  return pipe(transform(fn), schema);
228330
228330
  }
228331
- // ../../node_modules/zod/v4/classic/external.js
228331
+ // node_modules/zod/v4/classic/external.js
228332
228332
  config(en_default());
228333
228333
  // src/core/clients/schemas.ts
228334
228334
  var ApiErrorResponseSchema = looseObject({
@@ -259577,4 +259577,4 @@ export {
259577
259577
  runCLI
259578
259578
  };
259579
259579
 
259580
- //# debugId=526C630AD971165F64756E2164756E21
259580
+ //# debugId=DB7474A6029C0A5A64756E2164756E21