From 5d75bfa2ce3dc71c19259398606462248f084ac0 Mon Sep 17 00:00:00 2001 From: Jonas Strehle Date: Wed, 8 Nov 2023 03:34:18 +0100 Subject: [PATCH] Update importmap.json --- importmap.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 +}