@comet/upgrade 1.10.0 → 1.12.0

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.
@@ -66,7 +66,7 @@ function hideGraphqlFieldSuggestions() {
66
66
  // Add your formatError to GraphQLModule.forRootAsync options
67
67
  returnObjectLiteral.addPropertyAssignment({
68
68
  name: "formatError",
69
- initializer: ({ write }) => write(formatErrorImplText),
69
+ initializer: formatErrorImplText,
70
70
  });
71
71
  sourceFile.saveSync();
72
72
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/upgrade",
3
- "version": "1.10.0",
3
+ "version": "1.12.0",
4
4
  "description": "Upgrade scripts for Comet DXP",
5
5
  "homepage": "https://github.com/vivid-planet/comet-upgrade#readme",
6
6
  "bugs": {