From a45b8ea7cd66b70d8d53a7912de0b2ec8d5f0c3c Mon Sep 17 00:00:00 2001 From: TC Date: Thu, 18 Jun 2026 10:29:03 +1000 Subject: [PATCH] 0.1.1 --- package-lock.json | 4 ++-- package.json | 38 ++++++++++++++++++++++++++++++++------ 2 files changed, 34 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e79958e..0e20ee6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marti", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "marti", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@anthropic-ai/sdk": "^0.29.0", "@codemirror/commands": "^6.6.0", diff --git a/package.json b/package.json index 27c6d87..c19c1a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marti", - "version": "0.1.0", + "version": "0.1.1", "description": "A poet's workbench — static analysis first, AI opt-in", "main": "out/main/index.js", "scripts": { @@ -44,17 +44,43 @@ "icon": "resources/icon.png", "mac": { "icon": "resources/icon.icns", - "target": [{ "target": "dmg", "arch": "universal" }] + "target": [ + { + "target": "dmg", + "arch": "universal" + } + ] }, "win": { "icon": "resources/icon.ico", - "target": [{ "target": "nsis", "arch": ["x64"] }] + "target": [ + { + "target": "nsis", + "arch": [ + "x64" + ] + } + ] }, "linux": { "icon": "resources/icon.png", - "target": [{ "target": "AppImage", "arch": ["x64"] }] + "target": [ + { + "target": "AppImage", + "arch": [ + "x64" + ] + } + ] }, - "files": ["out/**/*"], - "extraResources": [{ "from": "resources/icon.png", "to": "icon.png" }] + "files": [ + "out/**/*" + ], + "extraResources": [ + { + "from": "resources/icon.png", + "to": "icon.png" + } + ] } }