From 946fdfe805e8c3ee51a3915580f35b9fe5514675 Mon Sep 17 00:00:00 2001 From: Leask Wong Date: Tue, 18 Jun 2024 04:08:18 -0400 Subject: [PATCH] Frozen @ Tue Jun 18 04:08:18 EDT 2024 --- index.mjs | 4 ++-- webpack.config.mjs | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/index.mjs b/index.mjs index 29167c44..8204bcca 100644 --- a/index.mjs +++ b/index.mjs @@ -46,8 +46,8 @@ export { if (utilitas.inBrowser() && !globalThis.utilitas) { globalThis.utilitas = { - boxes, callosum, color, encryption, event, manifest, math, shekel, shot, - speech, storage, uoid, utilitas, uuid, + boxes, color, encryption, event, manifest, math, shekel, shot, speech, + storage, uoid, utilitas, uuid, }; // top-level await workaround (async () => { diff --git a/webpack.config.mjs b/webpack.config.mjs index 7466ecc7..4097267b 100644 --- a/webpack.config.mjs +++ b/webpack.config.mjs @@ -53,6 +53,7 @@ export default { externals: [ { './lib/bot.mjs': '{}' }, { './lib/cache.mjs': '{}' }, + { './lib/callosum.mjs': '{}' }, { './lib/dbio.mjs': '{}' }, { './lib/email.mjs': '{}' }, { './lib/hal.mjs': '{}' }, @@ -66,8 +67,6 @@ export default { { './lib/tape.mjs': '{}' }, { './lib/vision.mjs': '{}' }, { './lib/web.mjs': '{}' }, - { 'cluster': '{}' }, - { 'os': '{}' }, // { 'node:buffer': '{}' }, // { 'node:stream': '{}' }, // { 'node:fs': '{}' },