@wix/create-app 0.0.153 → 0.0.155
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 +4 -1
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -73387,6 +73387,9 @@ async function createPanorama(options) {
|
|
|
73387
73387
|
},
|
|
73388
73388
|
reporterOptions: {
|
|
73389
73389
|
silent: true
|
|
73390
|
+
},
|
|
73391
|
+
data: {
|
|
73392
|
+
trackingId: process.env.TRACKING_ID
|
|
73390
73393
|
}
|
|
73391
73394
|
}).withGlobalConfig(globalConfig).setMuted(!userConfig.telemetry);
|
|
73392
73395
|
return factory;
|
|
@@ -73668,7 +73671,7 @@ function reportCommandStartEvent({
|
|
|
73668
73671
|
var package_default = {
|
|
73669
73672
|
name: "@wix/create-app",
|
|
73670
73673
|
description: "Create Wix apps",
|
|
73671
|
-
version: "0.0.
|
|
73674
|
+
version: "0.0.155",
|
|
73672
73675
|
author: "Ihor Machuzhak",
|
|
73673
73676
|
bin: "bin/index.cjs",
|
|
73674
73677
|
devDependencies: {
|