vibecanvas-windows-x64 0.0.2 → 0.0.4
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/bin/vibecanvas.exe +0 -0
- package/bin/vibecanvas.exe.sha256 +1 -1
- package/package.json +6 -1
package/bin/vibecanvas.exe
CHANGED
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
baaac7c8841c87822eb25cfb6b8a88710e23371c85df9f463eb3aaf48ee2f32f vibecanvas.exe
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibecanvas-windows-x64",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
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
|
}
|