@contentful/app-scripts 1.1.18 → 1.1.21

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `@contentful/app-scripts`
2
2
 
3
- This project makes easy to perform some recurrent operations in [Contentful's App Framework](https://www.contentful.com/developers/docs/extensibility/app-framework/).
3
+ This project makes it easier to perform some recurrent operations in [Contentful's App Framework](https://www.contentful.com/developers/docs/extensibility/app-framework/).
4
4
 
5
5
  ## 📥 Installation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/app-scripts",
3
- "version": "1.1.18",
3
+ "version": "1.1.21",
4
4
  "description": "A collection of scripts for building Contentful Apps",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -52,13 +52,13 @@
52
52
  "bottleneck": "2.19.5",
53
53
  "chalk": "4.1.2",
54
54
  "commander": "9.4.0",
55
- "contentful-management": "10.11.0",
56
- "dotenv": "16.0.1",
55
+ "contentful-management": "10.12.1",
56
+ "dotenv": "16.0.2",
57
57
  "ignore": "5.2.0",
58
58
  "inquirer": "8.2.4",
59
59
  "lodash": "4.17.21",
60
60
  "open": "8.4.0",
61
61
  "ora": "5.4.1"
62
62
  },
63
- "gitHead": "07bf325674abf7f0e892d6efed46000d59206bcb"
63
+ "gitHead": "ed3f9a5d7f6bd2db04b9dcb3ae27566753d32c91"
64
64
  }