@slicemachine/init 1.0.2-alpha.51 → 1.1.0

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/build/index.js +1 -1
  2. package/package.json +3 -3
package/build/index.js CHANGED
@@ -548,7 +548,7 @@ async function init() {
548
548
  if (!existing) {
549
549
  await createRepository(name, frameworkResult.value, config);
550
550
  }
551
- const tracker = ((_a = user.profile) == null ? void 0 : _a.shortId) ? Tracker.build("JfTfmHaATChc4xueS7RcCBsixI71dJIJ" , name, {
551
+ const tracker = ((_a = user.profile) == null ? void 0 : _a.shortId) ? Tracker.build("ED3O1FVsa8DteNyRmAuDyMcPoftJ6VdP" , name, {
552
552
  userId: user.profile.shortId
553
553
  }, isTrackingAvailable) : void 0;
554
554
  await installRequiredDependencies(cwd, frameworkResult.value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slicemachine/init",
3
- "version": "1.0.2-alpha.51",
3
+ "version": "1.1.0",
4
4
  "description": "The easiest way to add Slice Machine to your project",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -17,7 +17,7 @@
17
17
  "watch": "siroc build --watch"
18
18
  },
19
19
  "dependencies": {
20
- "@slicemachine/core": "1.0.2-alpha.51",
20
+ "@slicemachine/core": "1.1.0",
21
21
  "adm-zip": "^0.5.9",
22
22
  "analytics-node": "^6.0.0",
23
23
  "axios": "^0.24.0",
@@ -58,5 +58,5 @@
58
58
  "engines": {
59
59
  "node": ">=12"
60
60
  },
61
- "gitHead": "38525efeb8559fc47e404c6c20e03a96adf0373c"
61
+ "gitHead": "97b295194d61fd466f82ccc960819289a3482ba6"
62
62
  }