@vibeweld/cli 0.0.3 → 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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibeweld/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Unified AI Agent Configuration Distribution System - Configure Copilot, Claude, Cursor, and 30+ AI agents from a single source",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"postinstall": "node scripts/postinstall.js"
|
|
35
35
|
},
|
|
36
36
|
"optionalDependencies": {
|
|
37
|
-
"@vibeweld/cli-linux-x64": "0.0.
|
|
38
|
-
"@vibeweld/cli-linux-x64-musl": "0.0.
|
|
39
|
-
"@vibeweld/cli-linux-arm64": "0.0.
|
|
40
|
-
"@vibeweld/cli-darwin-x64": "0.0.
|
|
41
|
-
"@vibeweld/cli-darwin-arm64": "0.0.
|
|
42
|
-
"@vibeweld/cli-win32-x64": "0.0.
|
|
37
|
+
"@vibeweld/cli-linux-x64": "0.0.4",
|
|
38
|
+
"@vibeweld/cli-linux-x64-musl": "0.0.4",
|
|
39
|
+
"@vibeweld/cli-linux-arm64": "0.0.4",
|
|
40
|
+
"@vibeweld/cli-darwin-x64": "0.0.4",
|
|
41
|
+
"@vibeweld/cli-darwin-arm64": "0.0.4",
|
|
42
|
+
"@vibeweld/cli-win32-x64": "0.0.4"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=14"
|