background-agents 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/app/package.json +6 -0
  2. package/package.json +4 -2
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "background-agents-app",
3
+ "version": "0.0.0",
4
+ "private": true,
5
+ "type": "module"
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "background-agents",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Launch the Background Agents desktop app with one command — npx background-agents. Always runs the latest published version.",
5
5
  "type": "commonjs",
6
6
  "bin": {
@@ -22,7 +22,9 @@
22
22
  "typecheck": "node --check bin/background-agents.js && node --check lib/ui.js"
23
23
  },
24
24
  "dependencies": {
25
- "electron": "^33.2.1"
25
+ "electron": "^33.2.1",
26
+ "electron-updater": "^6.3.9",
27
+ "isomorphic-git": "^1.38.3"
26
28
  },
27
29
  "keywords": [
28
30
  "background-agents",