@base44-preview/cli 0.0.34-pr.279.558a4e6 → 0.0.34-pr.279.d7fb404
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 -7
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -226116,12 +226116,6 @@ class Database {
|
|
|
226116
226116
|
getCollection(name2) {
|
|
226117
226117
|
return this.collections.get(name2);
|
|
226118
226118
|
}
|
|
226119
|
-
hasCollection(name2) {
|
|
226120
|
-
return this.collections.has(name2);
|
|
226121
|
-
}
|
|
226122
|
-
getEntityNames() {
|
|
226123
|
-
return [...this.collections.keys()];
|
|
226124
|
-
}
|
|
226125
226119
|
}
|
|
226126
226120
|
|
|
226127
226121
|
// node_modules/socket.io/wrapper.mjs
|
|
@@ -230861,4 +230855,4 @@ export {
|
|
|
230861
230855
|
CLIExitError
|
|
230862
230856
|
};
|
|
230863
230857
|
|
|
230864
|
-
//# debugId=
|
|
230858
|
+
//# debugId=A9B081DB4273DDEE64756E2164756E21
|