@slicemachine/init 1.1.4 → 1.1.5-alpha.3
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 +1 -1
- package/package.json +3 -3
package/build/index.js
CHANGED
|
@@ -629,7 +629,7 @@ async function init() {
|
|
|
629
629
|
const branch = findArgument(process.argv, "branch");
|
|
630
630
|
const isTrackingAvailable = findArgument(process.argv, "tracking") !== "false";
|
|
631
631
|
const maybeRepositorySubdomain = findArgument(process.argv, "repository");
|
|
632
|
-
Tracker.get().initialize("
|
|
632
|
+
Tracker.get().initialize("JfTfmHaATChc4xueS7RcCBsixI71dJIJ" , isTrackingAvailable);
|
|
633
633
|
Tracker.get().trackInitStart();
|
|
634
634
|
console.log(core.Utils.purple("You're about to configure Slicemachine... Press ctrl + C to cancel"));
|
|
635
635
|
validatePkg(cwd);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slicemachine/init",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5-alpha.3",
|
|
4
4
|
"description": "The easiest way to add Slice Machine to your project",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"watch": "tsc --project tsconfig.json --noEmit --watch"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@slicemachine/core": "1.1.
|
|
21
|
+
"@slicemachine/core": "1.1.5-alpha.3",
|
|
22
22
|
"adm-zip": "^0.5.9",
|
|
23
23
|
"analytics-node": "^6.0.0",
|
|
24
24
|
"axios": "^0.24.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"engines": {
|
|
62
62
|
"node": ">=12"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "fe7b2cdaaca691ff0b5d3ee22d2c663069a60ab0"
|
|
65
65
|
}
|