gemi 0.4.18 → 0.4.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +1,2 @@
1
1
  // @bun
2
- import"../chunk-970e033f764e29fc.js";
3
-
4
- // vite/input.ts
5
- import {join} from "path";
6
- import {readFileSync, existsSync} from "fs";
7
- async function input() {
8
- const root = process.cwd();
9
- const inputPath = join(root, ".gemi/rollupInput.json");
10
- if (!existsSync(inputPath)) {
11
- return ["app/main.tsx"];
12
- }
13
- const json = readFileSync(inputPath).toJSON();
14
- return json;
15
- }
16
- export {
17
- input
18
- };
2
+ import"../chunk-0d0f764773c0f6b8.js";import{join as t} from"path";import{readFileSync as r,existsSync as i} from"fs";async function p(){const n=process.cwd(),o=t(n,".gemi/rollupInput.json");if(!i(o))return["app/main.tsx"];return r(o).toJSON()}export{p as input};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemi",
3
- "version": "0.4.18",
3
+ "version": "0.4.19",
4
4
  "devDependencies": {
5
5
  "@happy-dom/global-registrator": "^14.12.3",
6
6
  "@repo/eslint-config": "*",