vibecanvas-windows-x64 0.0.2 → 0.0.3

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.
Binary file
@@ -1 +1 @@
1
- ed431e084ba33837db50e962d318ac805469423e67b628902285f6be7f7cf229 vibecanvas.exe
1
+ 7897c447e9267defd8b7cb9473f4b25b8aba5cdae5ce00ddfe11f5c0bf11ee20 vibecanvas.exe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibecanvas-windows-x64",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "os": [
5
5
  "win32"
6
6
  ],
@@ -12,5 +12,10 @@
12
12
  },
13
13
  "description": "Run your agents in an infinite canvas (win32 x64)",
14
14
  "author": "Omar Ezzat",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/vibecanvas/vibecanvas"
18
+ },
19
+ "homepage": "https://vibecanvas.dev",
15
20
  "license": "MIT"
16
21
  }