@zuplo/editor 1.0.35598971764 → 1.0.35605936827
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/app.js +1 -1
- package/dist/chunks/{chunk-HDZMPWV2.js → chunk-7QJXNUVM.js} +2 -2
- package/dist/chunks/{chunk-HDZMPWV2.js.map → chunk-7QJXNUVM.js.map} +2 -2
- package/dist/client/index.html +2 -2
- package/dist/client/static/css/main-BMt2gsI2.css +1 -0
- package/dist/client/static/js/{GraphiQLConsole-CERtEgpA.js → GraphiQLConsole-FTQ2w-Af.js} +4 -4
- package/dist/client/static/js/{McpCapabilityFilterDesigner-CKnyIOKA.js → McpCapabilityFilterDesigner-ZSeZzqi_.js} +1 -1
- package/dist/client/static/js/{SchemaReference-Dv4vsa4R.js → SchemaReference-CzL8Y-cR.js} +1 -1
- package/dist/client/static/js/{esm-C1KNtuvR.js → esm-C6AZX6RT.js} +1 -1
- package/dist/client/static/js/{hint-ODFqwafz.js → hint-Dw3VFc_S.js} +1 -1
- package/dist/client/static/js/{hint-CbBnLjCm.js → hint-XGdsRfbs.js} +1 -1
- package/dist/client/static/js/{info-DVwWFd6a.js → info-BIe0DIYw.js} +1 -1
- package/dist/client/static/js/{jump-DfqpCxLW.js → jump-CL5DMr-n.js} +1 -1
- package/dist/client/static/js/{lint-CpRDSKlG.js → lint-ivX9IqHd.js} +1 -1
- package/dist/client/static/js/{main-DQGGUZVa.js → main-_tnC7bt-.js} +73 -73
- package/dist/client/static/js/{mode-mDgSPpa5.js → mode-BhlHoI-Z.js} +1 -1
- package/dist/client/static/js/{mode-DSJ3-1Id.js → mode-CwoAqe5t.js} +1 -1
- package/dist/client/static/js/{mode-BYgC3UrU.js → mode-MZdnVUQQ.js} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/client/static/css/main-Ckgf5tDF.css +0 -1
package/dist/app.js
CHANGED
|
@@ -4186,7 +4186,7 @@ async function getLocalEditorConfig({
|
|
|
4186
4186
|
project,
|
|
4187
4187
|
environment
|
|
4188
4188
|
};
|
|
4189
|
-
const defaultPath = `/${account.name}/${project.name}/${environment.
|
|
4189
|
+
const defaultPath = `/${account.name}/${project.name}/${environment.urlParameter}`;
|
|
4190
4190
|
const localEditorConfig = { apeContext, defaultPath };
|
|
4191
4191
|
return localEditorConfig;
|
|
4192
4192
|
}
|
|
@@ -11387,4 +11387,4 @@ export {
|
|
|
11387
11387
|
getLocalEditorConfig,
|
|
11388
11388
|
createEditorApp
|
|
11389
11389
|
};
|
|
11390
|
-
//# sourceMappingURL=chunk-
|
|
11390
|
+
//# sourceMappingURL=chunk-7QJXNUVM.js.map
|