Skip to content

Commit

Permalink
Bump fern-openapi version upon add (#767)
Browse files Browse the repository at this point in the history
Bump openapi version
  • Loading branch information
dannysheridan authored Oct 1, 2022
1 parent e121d63 commit 8c0c58e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export const POSTMAN_GENERATOR_INVOCATION: DraftGeneratorInvocationSchema = {

export const OPENAPI_GENERATOR_INVOCATION: DraftGeneratorInvocationSchema = {
name: "fernapi/fern-openapi",
version: "0.0.6",
"local-output": RelativeFilePath.of("./generated-openapi.json"),
version: "0.0.8",
"local-output": RelativeFilePath.of("./generated-openapi.yaml"),
config: {
format: "yaml",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ errors:
version: 0.0.23
local-output: ./generated-postman.json
- name: fernapi/fern-openapi
version: 0.0.6
local-output: ./generated-openapi.json
version: 0.0.8
local-output: ./generated-openapi.yaml
config:
format: yaml
release: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`fern upgrade upgrades generators 1`] = `
version: 0.0.23
local-output: ./generated-postman.json
- name: fernapi/fern-openapi
version: 0.0.6
version: 0.0.8
config:
format: yaml
local-output: ./generated-openapi.yml
Expand Down

0 comments on commit 8c0c58e

Please sign in to comment.