@synapsync/cli 0.1.7 → 0.1.10
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/README.md +17 -23
- package/dist/index.js +687 -661
- package/dist/index.js.map +1 -1
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synapsync/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Neural AI Orchestration Platform - CLI for managing AI skills across multiple providers",
|
|
5
5
|
"author": "SynapSync",
|
|
6
6
|
"license": "MIT",
|
|
@@ -54,29 +54,29 @@
|
|
|
54
54
|
],
|
|
55
55
|
"repository": {
|
|
56
56
|
"type": "git",
|
|
57
|
-
"url": "git+https://github.com/
|
|
57
|
+
"url": "git+https://github.com/SynapSync/synapse-cli.git"
|
|
58
58
|
},
|
|
59
59
|
"bugs": {
|
|
60
|
-
"url": "https://github.com/
|
|
60
|
+
"url": "https://github.com/SynapSync/synapse-cli/issues"
|
|
61
61
|
},
|
|
62
|
-
"homepage": "https://synapsync.github.io/
|
|
62
|
+
"homepage": "https://synapsync.github.io/synapse-cli/",
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@clack/prompts": "^0.
|
|
65
|
-
"commander": "^
|
|
66
|
-
"ora": "^
|
|
64
|
+
"@clack/prompts": "^1.0.0",
|
|
65
|
+
"commander": "^14.0.3",
|
|
66
|
+
"ora": "^9.3.0",
|
|
67
67
|
"picocolors": "^1.1.1",
|
|
68
|
-
"yaml": "^2.
|
|
68
|
+
"yaml": "^2.8.2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@types/node": "^
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
73
|
-
"@typescript-eslint/parser": "^8.
|
|
74
|
-
"@vitest/coverage-v8": "^
|
|
75
|
-
"eslint": "^9.
|
|
76
|
-
"eslint-config-prettier": "^
|
|
77
|
-
"prettier": "^3.
|
|
78
|
-
"tsup": "^8.
|
|
79
|
-
"typescript": "^5.
|
|
80
|
-
"vitest": "^
|
|
71
|
+
"@types/node": "^25.2.1",
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
73
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
74
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
75
|
+
"eslint": "^9.39.2",
|
|
76
|
+
"eslint-config-prettier": "^10.1.8",
|
|
77
|
+
"prettier": "^3.8.1",
|
|
78
|
+
"tsup": "^8.5.1",
|
|
79
|
+
"typescript": "^5.9.3",
|
|
80
|
+
"vitest": "^4.0.18"
|
|
81
81
|
}
|
|
82
82
|
}
|