@tenonhq/sincronia-core 0.0.21 → 0.0.22

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.
@@ -220,7 +220,7 @@ var __importStar = (this && this.__importStar) || (function () {
220
220
  }
221
221
  Logger_1.logger.info(`Manifest written to: ${manifestPath}`);
222
222
  Logger_1.logger.info("\nAll scope files have been downloaded to their respective source directories.");
223
- Logger_1.logger.success("\nYou can now use 'npx sinc dev' to start development mode!");
223
+ Logger_1.logger.success("\nYou can now use 'npx sinc watchAllScopes' to start development mode!");
224
224
  }
225
225
  catch (e) {
226
226
  Logger_1.logger.error("Error initializing scopes: " + e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tenonhq/sincronia-core",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "Next-gen file syncer",
5
5
  "license": "GPL-3.0",
6
6
  "main": "./dist/index.js",