@slicemachine/init 1.1.17 → 1.1.18-dev-ct-slice-delete.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/build/index.js CHANGED
@@ -3349,7 +3349,7 @@ async function init() {
3349
3349
  const isTrackingAvailable = findArgument(process.argv, "tracking") !== "false";
3350
3350
  const preSelectedRepository = findArgument(process.argv, "repository");
3351
3351
  const pushDocuments = !findFlag(process.argv, "no-docs");
3352
- Tracker.get().initialize("ED3O1FVsa8DteNyRmAuDyMcPoftJ6VdP" , isTrackingAvailable);
3352
+ Tracker.get().initialize("JfTfmHaATChc4xueS7RcCBsixI71dJIJ" , isTrackingAvailable);
3353
3353
  void Tracker.get().trackInitStart(preSelectedRepository);
3354
3354
  const client$1 = new InitClient(mode, null, Prismic__default["default"].PrismicSharedConfigManager.getAuth());
3355
3355
  console.log(purple("You're about to configure Slicemachine... Press ctrl + C to cancel"));