@base44-preview/cli 0.0.45-pr.406.18a73ca → 0.0.45-pr.406.19549f2

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
@@ -249489,6 +249489,9 @@ class Database {
249489
249489
  });
249490
249490
  }
249491
249491
  }
249492
+ hasCollection(name2) {
249493
+ return this.collections.has(this.normalizeName(name2));
249494
+ }
249492
249495
  getCollection(name2) {
249493
249496
  return this.collections.get(this.normalizeName(name2));
249494
249497
  }
@@ -256209,4 +256212,4 @@ export {
256209
256212
  CLIExitError
256210
256213
  };
256211
256214
 
256212
- //# debugId=76FBDD916243B1D364756E2164756E21
256215
+ //# debugId=417F1FBD6D71935C64756E2164756E21