@automateinc/fleet-types 1.0.105 → 1.0.107

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.
@@ -211,7 +211,6 @@ function transformProcedureOutputs(ts, sourceFile) {
211
211
  node.typeArguments?.length
212
212
  ) {
213
213
  const [procedureDefinition, ...remainingTypeArguments] = node.typeArguments;
214
-
215
214
  if (ts.isTypeLiteralNode(procedureDefinition)) {
216
215
  const members = procedureDefinition.members.map(member => {
217
216
  if (
package/package.json CHANGED
@@ -57,5 +57,5 @@
57
57
  "test": "echo \"Error: no test specified\" && exit 1"
58
58
  },
59
59
  "types": "dist/types/index.d.ts",
60
- "version": "1.0.105"
60
+ "version": "1.0.107"
61
61
  }