@slicemachine/init 1.1.5 → 1.1.6-alpha.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 +1 -1
- package/package.json +3 -3
package/build/index.js
CHANGED
|
@@ -829,7 +829,7 @@ async function init() {
|
|
|
829
829
|
const branch = findArgument(process.argv, "branch");
|
|
830
830
|
const isTrackingAvailable = findArgument(process.argv, "tracking") !== "false";
|
|
831
831
|
const maybeRepositorySubdomain = findArgument(process.argv, "repository");
|
|
832
|
-
Tracker.get().initialize("
|
|
832
|
+
Tracker.get().initialize("JfTfmHaATChc4xueS7RcCBsixI71dJIJ" , isTrackingAvailable);
|
|
833
833
|
Tracker.get().trackInitStart(maybeRepositorySubdomain);
|
|
834
834
|
console.log(purple("You're about to configure Slicemachine... Press ctrl + C to cancel"));
|
|
835
835
|
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.6-alpha.1",
|
|
4
4
|
"description": "The easiest way to add Slice Machine to your project",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@hapi/hapi": "^20.2.0",
|
|
22
|
-
"@slicemachine/core": "1.1.
|
|
22
|
+
"@slicemachine/core": "1.1.6-alpha.1",
|
|
23
23
|
"adm-zip": "^0.5.9",
|
|
24
24
|
"analytics-node": "^6.0.0",
|
|
25
25
|
"axios": "^0.24.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">=12"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "6868d8994a5705f20ae3fe2389eaad10f4108b33"
|
|
70
70
|
}
|