Skip to content

Commit

Permalink
chore: update bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jan 10, 2025
1 parent 88795a5 commit 93f35e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions target/cjs/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ const {


// src/main/ts/index.ts
var ts_exports = {};
__export(ts_exports, {
var index_exports = {};
__export(index_exports, {
$: () => $,
buildCmd: () => import_util5.buildCmd,
defaults: () => import_spawn2.defaults,
exec: () => import_spawn2.exec,
invoke: () => import_spawn2.invoke,
zurk: () => import_zurk5.zurk
});
module.exports = __toCommonJS(ts_exports);
module.exports = __toCommonJS(index_exports);
var import_spawn2 = require("./spawn.cjs");

// src/main/ts/x.ts
Expand Down

0 comments on commit 93f35e7

Please sign in to comment.