We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb773ee commit a899c97Copy full SHA for a899c97
bin/cli
@@ -10,7 +10,7 @@ const commands = {
10
'npx',
11
[
12
'-y',
13
- 'https://github.com/stainless-api/migrate-ts/releases/download/0.0.2/stainless-api-migrate-0.0.2-6.tgz',
+ 'https://github.com/stainless-api/migrate-ts/releases/download/0.0.3/stainless-api-migrate-0.0.3.tgz',
14
'--migrationConfig',
15
require.resolve('./migration-config.json'),
16
...process.argv.slice(3),
0 commit comments