@alumbwe/anvil 1.0.12 → 1.0.13
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/bundled.js +5 -1
- package/dist/bundled.js.map +3 -3
- package/package.json +1 -1
package/dist/bundled.js
CHANGED
|
@@ -123315,6 +123315,10 @@ async function main() {
|
|
|
123315
123315
|
const [currentProjectRoot, setCurrentProjectRoot] = React60.useState(projectRoot2);
|
|
123316
123316
|
const [showProjectPickerScreen, setShowProjectPickerScreen] = React60.useState(showProjectPicker);
|
|
123317
123317
|
React60.useEffect(() => {
|
|
123318
|
+
if (!IS_FREEBUFF) {
|
|
123319
|
+
setRequireAuth(false);
|
|
123320
|
+
return;
|
|
123321
|
+
}
|
|
123318
123322
|
const apiKey = getAuthTokenDetails().token ?? "";
|
|
123319
123323
|
if (!apiKey) {
|
|
123320
123324
|
setRequireAuth(true);
|
|
@@ -123435,5 +123439,5 @@ if (isTerminalCommandBrokerInvocation(process.argv)) {
|
|
|
123435
123439
|
await Promise.resolve().then(() => (init_src2(), exports_src));
|
|
123436
123440
|
}
|
|
123437
123441
|
|
|
123438
|
-
//# debugId=
|
|
123442
|
+
//# debugId=E87372B0D79FD42764756E2164756E21
|
|
123439
123443
|
//# sourceMappingURL=bundled.js.map
|