Skip to content

Commit c75d0cd

Browse files
authored
Remove commander (#185)
* chore: Upgrade Jest * Replaced commander
1 parent 682248f commit c75d0cd

7 files changed

Lines changed: 3810 additions & 1913 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## unreleased
22

3+
- Removed commander dependency
4+
- Bumped dependencies
5+
36
## [1.29.1] - 2025-12-15
47

58
- Overlay: fix copy `update` object to avoid applying to references (#183)

bin/__snapshots__/cli.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`openapi-format CLI command should bundle reference 1`] = `
44
"================================================================================

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
const openapiFormat = require('../openapi-format');
4-
const program = require('commander');
4+
const program = require('../utils/command');
55
const {infoTable, infoOut, logOut, debugOut} = require('../utils/logging');
66
const {stringify} = require('../openapi-format');
77
const {resolveConvertTargetVersion} = require('../utils/convert');

0 commit comments

Comments
 (0)