Skip to content

Commit

Permalink
Frozen @ Tue Jun 18 04:08:18 EDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Jun 18, 2024
1 parent beead36 commit 946fdfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down
3 changes: 1 addition & 2 deletions webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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': '{}' },
Expand All @@ -66,8 +67,6 @@ export default {
{ './lib/tape.mjs': '{}' },
{ './lib/vision.mjs': '{}' },
{ './lib/web.mjs': '{}' },
{ 'cluster': '{}' },
{ 'os': '{}' },
// { 'node:buffer': '{}' },
// { 'node:stream': '{}' },
// { 'node:fs': '{}' },
Expand Down

0 comments on commit 946fdfe

Please sign in to comment.