@synapsync/cli 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -292,7 +292,7 @@ MIT License - see [LICENSE](LICENSE) for details.
292
292
 
293
293
  ## Links
294
294
 
295
- - [Documentation](https://docs.synapsync.dev)
295
+ - [Documentation](https://synapsync.github.io/synapse-docs/)
296
296
  - [Registry](https://registry.synapsync.dev)
297
297
  - [GitHub](https://github.com/synapsync/cli)
298
298
  - [Issues](https://github.com/synapsync/cli/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synapsync/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Neural AI Orchestration Platform - CLI for managing AI skills across multiple providers",
5
5
  "author": "SynapSync",
6
6
  "license": "MIT",
@@ -54,7 +54,7 @@
54
54
  "bugs": {
55
55
  "url": "https://github.com/synapsync/cli/issues"
56
56
  },
57
- "homepage": "https://synapsync.dev",
57
+ "homepage": "https://synapsync.github.io/synapse-docs/",
58
58
  "dependencies": {
59
59
  "@clack/prompts": "^0.11.0",
60
60
  "commander": "^12.1.0",