ic-mops 0.37.5 → 0.37.6

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.
@@ -66,6 +66,8 @@ async function init({reset = false, silent = false} = {}) {
66
66
  console.log('Steps to uninstall mocv:');
67
67
  console.log('1. Run "mocv reset"');
68
68
  console.log('2. Run "npm uninstall -g mocv"');
69
+ console.log('TIP: Alternative to "mocv use <version>" is "mops toolchain use moc <version>" (installs moc only for current project)');
70
+ console.log('TIP: More details at https://docs.mops.one/cli/toolchain');
69
71
  process.exit(1);
70
72
  }
71
73
  }
@@ -59,6 +59,8 @@ async function init({ reset = false, silent = false } = {}) {
59
59
  console.log('Steps to uninstall mocv:');
60
60
  console.log('1. Run "mocv reset"');
61
61
  console.log('2. Run "npm uninstall -g mocv"');
62
+ console.log('TIP: Alternative to "mocv use <version>" is "mops toolchain use moc <version>" (installs moc only for current project)');
63
+ console.log('TIP: More details at https://docs.mops.one/cli/toolchain');
62
64
  process.exit(1);
63
65
  }
64
66
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ic-mops",
3
- "version": "0.37.5",
3
+ "version": "0.37.6",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mops": "dist/bin/mops.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ic-mops",
3
- "version": "0.37.5",
3
+ "version": "0.37.6",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mops": "dist/bin/mops.js",