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.
- 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
|
+
7897c447e9267defd8b7cb9473f4b25b8aba5cdae5ce00ddfe11f5c0bf11ee20 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.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
|
}
|