Skip to content

Commit

Permalink
refactor: rename languages
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 2.0-rx was renamed to 2.0, 3.0-rx was renamed to 3.0
  • Loading branch information
raveclassic committed Oct 31, 2019
1 parent 5c77e2a commit bb53cc7
Show file tree
Hide file tree
Showing 27 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { serialize as serializeSwagger2 } from '../src/language/typescript/2.0-rx';
import { serialize as serializeSwagger2 } from '../src/language/typescript/2.0';
import * as path from 'path';
import { SwaggerObject } from '../src/schema/2.0/swagger-object';
import { generate } from '../src';
import { Either } from 'fp-ts/lib/Either';
import { serialize as serializeOpenAPI3 } from '../src/language/typescript/3.0-rx';
import { serialize as serializeOpenAPI3 } from '../src/language/typescript/3.0';
import { OpenapiObjectCodec } from '../src/schema/3.0/openapi-object';
import * as del from 'del';
import { pipe } from 'fp-ts/lib/pipeable';
Expand Down

0 comments on commit bb53cc7

Please sign in to comment.