@base44-preview/cli 0.0.32-pr.262.f122880 → 0.0.32-pr.263.9fa239f
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 -6
- package/dist/cli/index.js.map +4 -4
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -178219,7 +178219,6 @@ class FileReadError extends SystemError {
|
|
|
178219
178219
|
}
|
|
178220
178220
|
class TypeGenerationError extends SystemError {
|
|
178221
178221
|
code = "TYPE_GENERATION_ERROR";
|
|
178222
|
-
entityName;
|
|
178223
178222
|
constructor(message, entityName, cause) {
|
|
178224
178223
|
super(message, {
|
|
178225
178224
|
hints: [
|
|
@@ -178229,7 +178228,6 @@ class TypeGenerationError extends SystemError {
|
|
|
178229
178228
|
],
|
|
178230
178229
|
cause: cause instanceof Error ? cause : undefined
|
|
178231
178230
|
});
|
|
178232
|
-
this.entityName = entityName;
|
|
178233
178231
|
}
|
|
178234
178232
|
}
|
|
178235
178233
|
function isCLIError(error48) {
|
|
@@ -199629,9 +199627,6 @@ class ErrorReporter {
|
|
|
199629
199627
|
};
|
|
199630
199628
|
}).catch(() => {});
|
|
199631
199629
|
}
|
|
199632
|
-
getSessionId() {
|
|
199633
|
-
return this.sessionId;
|
|
199634
|
-
}
|
|
199635
199630
|
setContext(context) {
|
|
199636
199631
|
Object.assign(this.context, context);
|
|
199637
199632
|
}
|
|
@@ -199758,4 +199753,4 @@ export {
|
|
|
199758
199753
|
CLIExitError
|
|
199759
199754
|
};
|
|
199760
199755
|
|
|
199761
|
-
//# debugId=
|
|
199756
|
+
//# debugId=5DABF13ACAA37E2F64756E2164756E21
|