zapier-platform-cli 17.0.2 → 17.0.3

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.
@@ -2430,5 +2430,5 @@
2430
2430
  ]
2431
2431
  }
2432
2432
  },
2433
- "version": "17.0.2"
2433
+ "version": "17.0.3"
2434
2434
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zapier-platform-cli",
3
- "version": "17.0.2",
3
+ "version": "17.0.3",
4
4
  "description": "The CLI for managing integrations in Zapier Developer Platform.",
5
5
  "repository": "zapier/zapier-platform",
6
6
  "homepage": "https://platform.zapier.com/",
@@ -64,6 +64,7 @@ const requiredFiles = async ({ cwd, entryPoints }) => {
64
64
  format: 'esm',
65
65
  write: false, // no need to write outfile
66
66
  absWorkingDir: cwd,
67
+ tsconfigRaw: '{}',
67
68
  });
68
69
 
69
70
  return Object.keys(result.metafile.inputs).map((path) =>