swagger-editor 5.5.0 → 5.5.2
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/esm/apidom.worker.js +1 -0
- package/dist/esm/apidom.worker.js.map +1 -1
- package/dist/esm/plugins/splash-screen/index.js +1 -1
- package/dist/esm/plugins/splash-screen/index.js.map +1 -1
- package/dist/esm/swagger-editor.js +0 -1
- package/dist/esm/swagger-editor.js.map +1 -1
- package/dist/umd/apidom.worker.js +1 -1
- package/dist/umd/swagger-editor.js +5 -5
- package/package.json +1 -1
|
@@ -126535,6 +126535,7 @@ var src_exports = /* @__PURE__ */ __exportAll({
|
|
|
126535
126535
|
continue;
|
|
126536
126536
|
}
|
|
126537
126537
|
let er = (await import(
|
|
126538
|
+
/* webpackIgnore: true */
|
|
126538
126539
|
/* @vite-ignore */
|
|
126539
126540
|
Sn
|
|
126540
126541
|
)).customApiDOMWorkerFactory ?? globalThis.customApiDOMWorkerFactory;
|