From 93f35e71a51f431fd37aaa5d8dee7a8bb5bf971e Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Fri, 10 Jan 2025 11:40:28 +0300 Subject: [PATCH] chore: update bundles --- target/cjs/index.cjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/cjs/index.cjs b/target/cjs/index.cjs index d421d30..77854d2 100644 --- a/target/cjs/index.cjs +++ b/target/cjs/index.cjs @@ -7,8 +7,8 @@ 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, @@ -16,7 +16,7 @@ __export(ts_exports, { 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