Skip to content

Commit

Permalink
Export semverToInt
Browse files Browse the repository at this point in the history
This function is now exported so that other pakcages that use op-js (e.g. vscode extension and load-secrets-action) can easily convert a version to a build number.
  • Loading branch information
edif2008 committed May 24, 2023
1 parent ddd224b commit fd8b7b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { cli, ClientInfo, CLIError, Flags } from "./cli";
export {
CLIError,
ExecutionError,
semverToInt,
ValidationError,
ValidationErrorType,
} from "./cli";
Expand Down

0 comments on commit fd8b7b3

Please sign in to comment.