fifony 0.1.32 → 0.1.33
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.
- package/app/dist/apple-touch-icon.png +0 -0
- package/app/dist/assets/{CommandPalette-DuugDkZo.js → CommandPalette-Du7aS97R.js} +1 -1
- package/app/dist/assets/{KeyboardShortcutsHelp-B1a9ZDDu.js → KeyboardShortcutsHelp-mguoBIXk.js} +1 -1
- package/app/dist/assets/{OnboardingWizard-BF43aq_I.js → OnboardingWizard-dOrVz-hX.js} +1 -1
- package/app/dist/assets/{analytics.lazy-Bc6WBoMs.js → analytics.lazy-CKd9S45z.js} +1 -1
- package/app/dist/assets/{createLucideIcon-ggBfAlHh.js → createLucideIcon-CBw-4t9s.js} +1 -1
- package/app/dist/assets/index-nWJMQsCn.js +49 -0
- package/app/dist/assets/{index-CGCZneFa.css → index-rLcPCr9E.css} +1 -1
- package/app/dist/assets/vendor-DkWeBvNl.js +9 -0
- package/app/dist/favicon.png +0 -0
- package/app/dist/icon-128.png +0 -0
- package/app/dist/icon-144.png +0 -0
- package/app/dist/icon-152.png +0 -0
- package/app/dist/icon-16.png +0 -0
- package/app/dist/icon-192.png +0 -0
- package/app/dist/icon-32.png +0 -0
- package/app/dist/icon-384.png +0 -0
- package/app/dist/icon-48.png +0 -0
- package/app/dist/icon-512.png +0 -0
- package/app/dist/icon-72.png +0 -0
- package/app/dist/icon-96.png +0 -0
- package/app/dist/icon-maskable-192.png +0 -0
- package/app/dist/icon-maskable-512.png +0 -0
- package/app/dist/index.html +14 -7
- package/app/dist/manifest.webmanifest +19 -19
- package/app/dist/og-image.png +0 -0
- package/app/dist/service-worker.js +2 -2
- package/dist/agent/run-local.js +22 -15
- package/dist/{agent-3NYJEHH5.js → agent-7BMCWKOD.js} +5 -5
- package/dist/{chunk-H2QRC6UQ.js → chunk-DAXG76WD.js} +3 -3
- package/dist/{chunk-FAFGDK62.js → chunk-GAYQ2TXV.js} +17 -15
- package/dist/{chunk-FPUTP743.js → chunk-LX666HVP.js} +11 -11
- package/dist/{chunk-2D5P75F6.js → chunk-NNPKCBAB.js} +4 -4
- package/dist/cli.js +4 -4
- package/dist/{issue-runner-ZNDKLOCZ.js → issue-runner-BNAW3M6E.js} +5 -5
- package/dist/{issue-state-machine-NBSYRDZW.js → issue-state-machine-24GKGB3W.js} +3 -3
- package/dist/{issues-GBWLDBVU.js → issues-C4WJIF7S.js} +5 -5
- package/dist/{queue-workers-OHPJKAPM.js → queue-workers-HF7RBVV7.js} +2 -2
- package/dist/{scheduler-OU35EYUH.js → scheduler-JZCJB2IN.js} +5 -5
- package/dist/{store-FFHHRNVI.js → store-MHU3G2W4.js} +5 -5
- package/dist/{workspace-5XOCMZ57.js → workspace-IKR6X6OE.js} +2 -2
- package/package.json +7 -7
- package/app/dist/assets/index-Dx5YOoMm.js +0 -49
- package/app/dist/assets/vendor-CSL5bxVU.js +0 -9
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
hasTerminalQueue,
|
|
5
5
|
installGracefulShutdown,
|
|
6
6
|
isShuttingDown
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-GAYQ2TXV.js";
|
|
8
|
+
import "./chunk-DAXG76WD.js";
|
|
9
|
+
import "./chunk-NNPKCBAB.js";
|
|
10
10
|
import "./chunk-O5AEQXUV.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-LX666HVP.js";
|
|
12
12
|
import "./chunk-DVU3CXWA.js";
|
|
13
13
|
import "./chunk-OONOOWNC.js";
|
|
14
14
|
export {
|
|
@@ -18,4 +18,4 @@ export {
|
|
|
18
18
|
installGracefulShutdown,
|
|
19
19
|
isShuttingDown
|
|
20
20
|
};
|
|
21
|
-
//# sourceMappingURL=scheduler-
|
|
21
|
+
//# sourceMappingURL=scheduler-JZCJB2IN.js.map
|
|
@@ -18,16 +18,16 @@ import {
|
|
|
18
18
|
persistStateFull,
|
|
19
19
|
replacePersistedSetting,
|
|
20
20
|
setActiveApiPlugin
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-GAYQ2TXV.js";
|
|
22
22
|
import {
|
|
23
23
|
hasDirtyState,
|
|
24
24
|
markEventDirty,
|
|
25
25
|
markIssueDirty,
|
|
26
26
|
markIssuePlanDirty
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-DAXG76WD.js";
|
|
28
|
+
import "./chunk-NNPKCBAB.js";
|
|
29
29
|
import "./chunk-O5AEQXUV.js";
|
|
30
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-LX666HVP.js";
|
|
31
31
|
import "./chunk-DVU3CXWA.js";
|
|
32
32
|
import "./chunk-OONOOWNC.js";
|
|
33
33
|
export {
|
|
@@ -55,4 +55,4 @@ export {
|
|
|
55
55
|
replacePersistedSetting,
|
|
56
56
|
setActiveApiPlugin
|
|
57
57
|
};
|
|
58
|
-
//# sourceMappingURL=store-
|
|
58
|
+
//# sourceMappingURL=store-MHU3G2W4.js.map
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
shouldSkipMergePath,
|
|
22
22
|
syncIssueDiffStatsToStore,
|
|
23
23
|
writeVersionedArtifacts
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-NNPKCBAB.js";
|
|
25
25
|
import "./chunk-O5AEQXUV.js";
|
|
26
26
|
import "./chunk-DVU3CXWA.js";
|
|
27
27
|
import "./chunk-OONOOWNC.js";
|
|
@@ -49,4 +49,4 @@ export {
|
|
|
49
49
|
syncIssueDiffStatsToStore,
|
|
50
50
|
writeVersionedArtifacts
|
|
51
51
|
};
|
|
52
|
-
//# sourceMappingURL=workspace-
|
|
52
|
+
//# sourceMappingURL=workspace-IKR6X6OE.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fifony",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.33",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,23 +49,23 @@
|
|
|
49
49
|
"node-pty": "1.2.0-beta.12",
|
|
50
50
|
"pino": "^10.3.1",
|
|
51
51
|
"pino-pretty": "^13.1.3",
|
|
52
|
-
"raffel": "^1.0.
|
|
52
|
+
"raffel": "^1.0.19",
|
|
53
53
|
"react-hotkeys-hook": "^5.2.4",
|
|
54
|
-
"react-speech-recognition": "^4.0.1",
|
|
55
54
|
"recker": "^1.0.86",
|
|
56
|
-
"s3db.js": "21.3.
|
|
55
|
+
"s3db.js": "21.3.11",
|
|
57
56
|
"yaml": "^2.8.3"
|
|
58
57
|
},
|
|
59
58
|
"devDependencies": {
|
|
60
59
|
"@tailwindcss/vite": "^4.2.2",
|
|
61
|
-
"@tanstack/react-query": "^5.
|
|
62
|
-
"@tanstack/react-router": "^1.168.
|
|
63
|
-
"@tanstack/router-plugin": "^1.167.
|
|
60
|
+
"@tanstack/react-query": "^5.95.0",
|
|
61
|
+
"@tanstack/react-router": "^1.168.2",
|
|
62
|
+
"@tanstack/router-plugin": "^1.167.3",
|
|
64
63
|
"@vitejs/plugin-react": "^6.0.1",
|
|
65
64
|
"daisyui": "^5.5.19",
|
|
66
65
|
"lucide-react": "^0.577.0",
|
|
67
66
|
"react": "^19.2.4",
|
|
68
67
|
"react-dom": "^19.2.4",
|
|
68
|
+
"sharp": "^0.34.5",
|
|
69
69
|
"tailwindcss": "^4.2.2",
|
|
70
70
|
"tsup": "^8.5.1",
|
|
71
71
|
"tsx": "^4.21.0",
|