@dallay/agentsync 1.21.2 → 1.23.0
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": "@dallay/agentsync",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"description": "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.",
|
|
5
5
|
"author": "Yuniel Acosta <yunielacosta738@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"typescript": "^5.9.3"
|
|
42
42
|
},
|
|
43
43
|
"optionalDependencies": {
|
|
44
|
-
"@dallay/agentsync-linux-x64": "1.
|
|
45
|
-
"@dallay/agentsync-linux-arm64": "1.
|
|
46
|
-
"@dallay/agentsync-darwin-x64": "1.
|
|
47
|
-
"@dallay/agentsync-darwin-arm64": "1.
|
|
48
|
-
"@dallay/agentsync-windows-x64": "1.
|
|
49
|
-
"@dallay/agentsync-windows-arm64": "1.
|
|
44
|
+
"@dallay/agentsync-linux-x64": "1.23.0",
|
|
45
|
+
"@dallay/agentsync-linux-arm64": "1.23.0",
|
|
46
|
+
"@dallay/agentsync-darwin-x64": "1.23.0",
|
|
47
|
+
"@dallay/agentsync-darwin-arm64": "1.23.0",
|
|
48
|
+
"@dallay/agentsync-windows-x64": "1.23.0",
|
|
49
|
+
"@dallay/agentsync-windows-arm64": "1.23.0"
|
|
50
50
|
},
|
|
51
51
|
"engines": {
|
|
52
52
|
"node": ">=18"
|