@niyantrilabs/spiritai 1.0.0 → 1.0.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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  const yargs = require('yargs/yargs');
4
4
  const { hideBin } = require('yargs/helpers');
@@ -23,7 +23,7 @@ const argv = yargs(hideBin(process.argv))
23
23
  .argv;
24
24
 
25
25
  const connectionCode = argv.code;
26
- const serverUrl ="https://thespiritai.com";
26
+ const serverUrl ="https://python.thespiritai.com";
27
27
  let socket;
28
28
 
29
29
  const rl = readline.createInterface({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@niyantrilabs/spiritai",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Spirit AI - Mobile Autonomous Developer for multi-platform app development",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -59,4 +59,4 @@
59
59
  "x64",
60
60
  "arm64"
61
61
  ]
62
- }
62
+ }
Binary file