@contentful/app-scripts 1.1.8 → 1.1.9

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.
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@contentful/app-scripts",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@contentful/app-scripts",
9
- "version": "1.1.7",
9
+ "version": "1.1.8",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "adm-zip": "0.5.9",
13
13
  "bottleneck": "2.19.5",
14
14
  "chalk": "4.1.0",
15
15
  "commander": "9.0.0",
16
- "contentful-management": "10.7.0",
16
+ "contentful-management": "10.8.0",
17
17
  "dotenv": "16.0.0",
18
18
  "ignore": "5.2.0",
19
19
  "inquirer": "8.2.4",
@@ -237,9 +237,9 @@
237
237
  }
238
238
  },
239
239
  "node_modules/contentful-management": {
240
- "version": "10.7.0",
241
- "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-10.7.0.tgz",
242
- "integrity": "sha512-IepNgM52UrZbPps8HmBzaeMn0v7adyevOFckavGwat28YW68f9JujXGa6RaiotR5MshKpmBE6H3449jAmJr+qg==",
240
+ "version": "10.8.0",
241
+ "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-10.8.0.tgz",
242
+ "integrity": "sha512-K+q9tbw8SULf5fg+tfLxE4WhHO+1iXyxjdGfy+hv9m1pwJFLhvBmudHOAA1jX1RnqayDUuRqjs/4otVb9cs/KA==",
243
243
  "dependencies": {
244
244
  "@types/json-patch": "0.0.30",
245
245
  "axios": "^0.27.1",
@@ -998,9 +998,9 @@
998
998
  "integrity": "sha512-JJfP2saEKbQqvW+FI93OYUB4ByV5cizMpFMiiJI8xDbBvQvSkIk0VvQdn1CZ8mqAO8Loq2h0gYTYtDFUZUeERw=="
999
999
  },
1000
1000
  "contentful-management": {
1001
- "version": "10.7.0",
1002
- "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-10.7.0.tgz",
1003
- "integrity": "sha512-IepNgM52UrZbPps8HmBzaeMn0v7adyevOFckavGwat28YW68f9JujXGa6RaiotR5MshKpmBE6H3449jAmJr+qg==",
1001
+ "version": "10.8.0",
1002
+ "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-10.8.0.tgz",
1003
+ "integrity": "sha512-K+q9tbw8SULf5fg+tfLxE4WhHO+1iXyxjdGfy+hv9m1pwJFLhvBmudHOAA1jX1RnqayDUuRqjs/4otVb9cs/KA==",
1004
1004
  "requires": {
1005
1005
  "@types/json-patch": "0.0.30",
1006
1006
  "axios": "^0.27.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/app-scripts",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "A collection of scripts for building Contentful Apps",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -52,7 +52,7 @@
52
52
  "bottleneck": "2.19.5",
53
53
  "chalk": "4.1.0",
54
54
  "commander": "9.0.0",
55
- "contentful-management": "10.7.0",
55
+ "contentful-management": "10.8.0",
56
56
  "dotenv": "16.0.0",
57
57
  "ignore": "5.2.0",
58
58
  "inquirer": "8.2.4",
@@ -60,5 +60,5 @@
60
60
  "open": "8.0.5",
61
61
  "ora": "5.4.1"
62
62
  },
63
- "gitHead": "5114731db60539a5f462b3b1dcdf87fe3b5d5cbb"
63
+ "gitHead": "6ab61035bea673c59aa3f336175a833602f2a1b2"
64
64
  }