@wix/create-headless-site 0.0.34 → 0.0.35
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 +5 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -90153,6 +90153,9 @@ async function createPanorama(options) {
|
|
|
90153
90153
|
},
|
|
90154
90154
|
reporterOptions: {
|
|
90155
90155
|
silent: true
|
|
90156
|
+
},
|
|
90157
|
+
data: {
|
|
90158
|
+
trackingId: process.env.TRACKING_ID
|
|
90156
90159
|
}
|
|
90157
90160
|
}).withGlobalConfig(globalConfig).setMuted(!userConfig.telemetry);
|
|
90158
90161
|
return factory;
|
|
@@ -90376,7 +90379,7 @@ function wixCliCliError(params) {
|
|
|
90376
90379
|
var package_default = {
|
|
90377
90380
|
name: "@wix/create-headless-site",
|
|
90378
90381
|
description: "Headless site creation wizard",
|
|
90379
|
-
version: "0.0.
|
|
90382
|
+
version: "0.0.35",
|
|
90380
90383
|
bin: "bin/index.cjs",
|
|
90381
90384
|
devDependencies: {
|
|
90382
90385
|
"@commander-js/extra-typings": "^13.0.0",
|
|
@@ -90484,7 +90487,7 @@ var createBiLogger2 = async (errorReporter2, userId) => {
|
|
|
90484
90487
|
biLogger,
|
|
90485
90488
|
command: commandFields,
|
|
90486
90489
|
cliVersion: package_default.version,
|
|
90487
|
-
flow: "
|
|
90490
|
+
flow: "Headless"
|
|
90488
90491
|
});
|
|
90489
90492
|
}
|
|
90490
90493
|
return {
|