crewx 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.
package/README.md CHANGED
@@ -43,6 +43,5 @@ This software is proprietary and confidential.
43
43
 
44
44
  ## 🔗 Links
45
45
 
46
- - Website: https://crewcode.ai
47
- - GitHub: https://github.com/crewcode/crewx
48
- - Registry: https://registry.crewcode.ai (coming soon)
46
+ - Website: https://crewcode.dev
47
+ - Registry: https://registry.crewcode.dev (coming soon)
package/bin/crewx.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- console.log('🚀 crewx v0.1.0 - Coming Soon!');
3
+ console.log('🚀 crewx v0.1.1 - Coming Soon!');
4
4
  console.log('');
5
5
  console.log('Execute AI crews instantly without installation.');
6
6
  console.log('Part of CrewCode AI Agent Platform');
@@ -14,7 +14,7 @@ console.log('💡 Example (coming soon):');
14
14
  console.log(' crewx <scope>/<crew-name> "task description"');
15
15
  console.log(' crewx <scope>/<crew-name>:<agent> "task description"');
16
16
  console.log('');
17
- console.log('🌐 Learn more: https://crewcode.ai');
17
+ console.log('🌐 Learn more: https://crewcode.dev');
18
18
  console.log('');
19
19
 
20
20
  process.exit(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crewx",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Execute AI crews instantly without installation - Part of CrewCode AI Agent Platform",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -19,11 +19,7 @@
19
19
  "author": "Doha Park <dohapark81@gmail.com>",
20
20
  "license": "UNLICENSED",
21
21
  "private": false,
22
- "repository": {
23
- "type": "git",
24
- "url": "https://github.com/crewcode/crewx.git"
25
- },
26
- "homepage": "https://crewcode.ai",
22
+ "homepage": "https://crewcode.dev",
27
23
  "engines": {
28
24
  "node": ">=18.0.0"
29
25
  }