@contentful/app-scripts 1.7.0 → 1.7.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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -217,3 +217,13 @@ When passing the `--ci` argument adding all variables as arguments is required
217
217
  | `--host` | Optional, the Contentful CMA-endpoint to use |
218
218
 
219
219
  **Note:** You can also pass all arguments in interactive mode to skip being asked for it.
220
+
221
+ ### Tracking
222
+
223
+ We gather depersonalized usage data of our CLI tools in order to improve experience. If you do not want your data to be gathered, you can opt out by providing an env variable `DISABLE_ANALYTICS` set to any value:
224
+
225
+ > **Example**
226
+ >
227
+ > ```
228
+ > DISABLE_ANALYTICS=true npx create-contentful-app
229
+ > ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/app-scripts",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "A collection of scripts for building Contentful Apps",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -53,7 +53,7 @@
53
53
  "bottleneck": "2.19.5",
54
54
  "chalk": "4.1.2",
55
55
  "commander": "9.5.0",
56
- "contentful-management": "10.26.0",
56
+ "contentful-management": "10.27.0",
57
57
  "dotenv": "16.0.3",
58
58
  "ignore": "5.2.4",
59
59
  "inquirer": "8.2.5",
@@ -61,5 +61,5 @@
61
61
  "open": "8.4.0",
62
62
  "ora": "5.4.1"
63
63
  },
64
- "gitHead": "dcb14be43822fc3c4afc168de83c7207adf64236"
64
+ "gitHead": "6bc2e2e5a1c2764debb87bfbfde1b234e667771e"
65
65
  }