@wix/create-new 0.0.13 → 0.0.14
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 +6 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -87541,6 +87541,9 @@ async function createPanorama(options) {
|
|
|
87541
87541
|
},
|
|
87542
87542
|
reporterOptions: {
|
|
87543
87543
|
silent: true
|
|
87544
|
+
},
|
|
87545
|
+
data: {
|
|
87546
|
+
trackingId: process.env.TRACKING_ID
|
|
87544
87547
|
}
|
|
87545
87548
|
}).withGlobalConfig(globalConfig).setMuted(!userConfig.telemetry);
|
|
87546
87549
|
return factory;
|
|
@@ -87847,7 +87850,7 @@ var createBiLogger2 = async (errorReporter2, cliVersion, userId) => {
|
|
|
87847
87850
|
biLogger,
|
|
87848
87851
|
command: commandFields,
|
|
87849
87852
|
cliVersion,
|
|
87850
|
-
flow: "
|
|
87853
|
+
flow: "Astro App"
|
|
87851
87854
|
});
|
|
87852
87855
|
}
|
|
87853
87856
|
return {
|
|
@@ -111965,7 +111968,7 @@ var createBiLogger3 = async (errorReporter2, cliVersion, userId) => {
|
|
|
111965
111968
|
biLogger,
|
|
111966
111969
|
command: commandFields,
|
|
111967
111970
|
cliVersion,
|
|
111968
|
-
flow: "
|
|
111971
|
+
flow: "Headless"
|
|
111969
111972
|
});
|
|
111970
111973
|
}
|
|
111971
111974
|
return {
|
|
@@ -112107,7 +112110,7 @@ var getHeadlessCommand = ({
|
|
|
112107
112110
|
var package_default = {
|
|
112108
112111
|
name: "@wix/create-new",
|
|
112109
112112
|
description: "General entry point for creating Wix projects",
|
|
112110
|
-
version: "0.0.
|
|
112113
|
+
version: "0.0.14",
|
|
112111
112114
|
bin: "bin/index.cjs",
|
|
112112
112115
|
devDependencies: {
|
|
112113
112116
|
"@commander-js/extra-typings": "^13.0.0",
|