From e3d11acb67d0b8634e34c947a0f0d1b071a89516 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier <contact@jbpasquier.eu> Date: Mon, 24 Mar 2025 17:14:48 +0100 Subject: [PATCH] minor: force core to beta --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 198b36a..3221a6e 100644 --- a/src/utils.js +++ b/src/utils.js @@ -17,7 +17,7 @@ export function path() { export function coreVersion() { let coreUrl = - "https://cdn.jsdelivr.net/npm/@startinblox/core@0.19/dist/index.js"; + "https://cdn.jsdelivr.net/npm/@startinblox/core@beta/dist/index.js"; if (window.orbit) { let core = window.orbit.npm.find((e) => e.package == "@startinblox/core"); coreUrl = `https://cdn.jsdelivr.net/npm/@startinblox/core@${core.version}/dist/index.js`; -- GitLab