@base44-preview/cli 0.0.45-pr.406.19549f2 → 0.0.45-pr.406.d5932f2
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 +1 -4
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -249489,9 +249489,6 @@ class Database {
|
|
|
249489
249489
|
});
|
|
249490
249490
|
}
|
|
249491
249491
|
}
|
|
249492
|
-
hasCollection(name2) {
|
|
249493
|
-
return this.collections.has(this.normalizeName(name2));
|
|
249494
|
-
}
|
|
249495
249492
|
getCollection(name2) {
|
|
249496
249493
|
return this.collections.get(this.normalizeName(name2));
|
|
249497
249494
|
}
|
|
@@ -256212,4 +256209,4 @@ export {
|
|
|
256212
256209
|
CLIExitError
|
|
256213
256210
|
};
|
|
256214
256211
|
|
|
256215
|
-
//# debugId=
|
|
256212
|
+
//# debugId=76FBDD916243B1D364756E2164756E21
|