@magpiecloud/mags 1.4.0 → 1.4.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/bin/mags.js +3 -3
  2. package/package.json +1 -1
package/bin/mags.js CHANGED
@@ -219,10 +219,10 @@ ${colors.cyan}${colors.bold}Mags Login${colors.reset}
219
219
  To authenticate, you need an API token from Magpie.
220
220
  `);
221
221
 
222
- log('blue', 'Opening Magpie dashboard to create an API token...');
222
+ log('blue', 'Opening Mags to create an API token...');
223
223
  console.log('');
224
224
 
225
- const tokenUrl = 'https://api.magpiecloud.com/api-keys';
225
+ const tokenUrl = 'https://mags.run/tokens';
226
226
  openBrowser(tokenUrl);
227
227
 
228
228
  await sleep(1000);
@@ -811,7 +811,7 @@ async function main() {
811
811
  break;
812
812
  case '--version':
813
813
  case '-v':
814
- console.log('mags v1.4.0');
814
+ console.log('mags v1.4.1');
815
815
  process.exit(0);
816
816
  break;
817
817
  case 'new':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magpiecloud/mags",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Mags CLI - Execute scripts on Magpie's instant VM infrastructure",
5
5
  "main": "index.js",
6
6
  "bin": {