@shopify/slate-analytics
Advanced tools
Comparing version 1.0.0-beta.14 to 1.0.0-beta.15
{ | ||
"name": "@shopify/slate-analytics", | ||
"version": "1.0.0-beta.14", | ||
"version": "1.0.0-beta.15", | ||
"description": "Slate's analytics controller and event emitter", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@shopify/slate-env": "1.0.0-beta.14", | ||
"@shopify/slate-env": "1.0.0-beta.15", | ||
"@shopify/slate-error": "1.0.0-beta.14", | ||
@@ -35,3 +35,4 @@ "@shopify/slate-rc": "1.0.0-beta.14", | ||
}, | ||
"trackingVersion": 1 | ||
"trackingVersion": 1, | ||
"gitHead": "f9dd66cf271c67fcf49da57cc03edbf0d126ec54" | ||
} |
@@ -23,3 +23,3 @@ const inquirer = require('inquirer'); | ||
wrap( | ||
'👋 Welcome to Slate! During the alpha, we would like to gather usage analytics, such as interactions with Slate commands, performance reports, and error occurances. The data does not include any sensitive information. The detailed list of data we gather can be found at:', | ||
'👋 Welcome to Slate! During the beta, we would like to gather usage analytics, such as interactions with Slate commands, performance reports, and error occurances. The data does not include any sensitive information. The detailed list of data we gather can be found at:', | ||
{width: 80, indent: ''}, | ||
@@ -29,3 +29,3 @@ ), | ||
console.log( | ||
chalk.cyan('\n https://github.com/Shopify/slate/wiki/Slate-Analytics'), | ||
chalk.cyan('\n https://shopify.github.io/slate/docs/slate-analytics'), | ||
); | ||
@@ -41,3 +41,3 @@ console.log(); | ||
console.log( | ||
"It looks like you've recently upgraded Slate and this new version has some changes to tracking and we need to get your updated consent decision before proceed. During the alpha, we would like to gather usage analytics, such as interactions with Slate commands, performance reports, and error occurances. The data does not include any sensitive information. The list of updates can be found at:", | ||
"It looks like you've recently upgraded Slate and this new version has some changes to tracking and we need to get your updated consent decision before proceed. During the beta, we would like to gather usage analytics, such as interactions with Slate commands, performance reports, and error occurances. The data does not include any sensitive information. The list of updates can be found at:", | ||
); | ||
@@ -44,0 +44,0 @@ console.log( |
@@ -7,2 +7,2 @@ [![npm version](https://badge.fury.io/js/%40shopify%2Fslate-analytics.svg)](https://badge.fury.io/js/%40shopify%2Fslate-analytics) | ||
For more information, visit [the Wiki](https://github.com/Shopify/slate/wiki/Slate-Analytics). | ||
For more information, visit [the documentation website](https://shopify.github.io/slate/docs/slate-analytics). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12580
10
+ Added@shopify/slate-env@1.0.0-beta.15(transitive)
- Removed@shopify/slate-env@1.0.0-beta.14(transitive)