@contentful/app-scripts 1.10.1 → 1.10.2

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/lib/utils.js +0 -1
  2. package/package.json +2 -2
package/lib/utils.js CHANGED
@@ -116,7 +116,6 @@ function getActionsManifest() {
116
116
  const { entryFile: _, ...actionWithoutEntryFile } = action;
117
117
 
118
118
  return {
119
- parameters: [],
120
119
  ...actionWithoutEntryFile,
121
120
  allowNetworks,
122
121
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/app-scripts",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "A collection of scripts for building Contentful Apps",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -61,5 +61,5 @@
61
61
  "open": "8.4.2",
62
62
  "ora": "5.4.1"
63
63
  },
64
- "gitHead": "acb35d8d35b30e8d5c3ded1a761e849d68b37d0d"
64
+ "gitHead": "decd25e2e3c38482d6e636777f37de44fd49ab1c"
65
65
  }