diff --git a/importmap.json b/importmap.json index b49cf08..ddb63e5 100644 --- a/importmap.json +++ b/importmap.json @@ -1,15 +1,15 @@ { "imports": { - "datex-core-legacy": "https://dev.cdn.unyt.org/unyt_core/datex.ts", - "datex-core-legacy/": "https://dev.cdn.unyt.org/unyt_core/", - "unyt_core": "https://dev.cdn.unyt.org/unyt_core/datex.ts", - "unyt_core/": "https://dev.cdn.unyt.org/unyt_core/", - "uix": "https://dev.cdn.unyt.org/uix1/uix.ts", - "uix/": "https://dev.cdn.unyt.org/uix1/src/", - "uix/jsx-runtime": "https://dev.cdn.unyt.org/uix1/src/jsx-runtime/jsx.ts", - "unyt-tests/": "https://dev.cdn.unyt.org/unyt_tests/", + "datex-core-legacy": "https://cdn.unyt.org/datex-core-js-legacy@0.0.x/datex.ts", + "datex-core-legacy/": "https://cdn.unyt.org/datex-core-js-legacy@0.0.x/", + "unyt_core": "https://cdn.unyt.org/datex-core-js-legacy@0.0.x/datex.ts", + "unyt_core/": "https://cdn.unyt.org/datex-core-js-legacy@0.0.x/", + "uix": "https://cdn.unyt.org/uix@0.1.x/uix.ts", + "uix/": "https://cdn.unyt.org/uix@0.1.x/src/", + "uix/jsx-runtime": "https://cdn.unyt.org/uix@0.1.x/src/jsx-runtime/jsx.ts", + "unyt-tests/": "https://cdn.unyt.org/unyt_tests/", "common/": "./common/", "backend/": "./backend/", "frontend/": "./frontend/" } -} \ No newline at end of file +}