Skip to content

Commit

Permalink
feat: OpenApi Parser Convert Auth (#1858)
Browse files Browse the repository at this point in the history
Co-authored-by: fern-bot <[email protected]>
  • Loading branch information
RohinBhargava and fern-support authored Dec 10, 2024
1 parent b388f25 commit f49b37a
Show file tree
Hide file tree
Showing 75 changed files with 6,681 additions and 1,776 deletions.
6 changes: 4 additions & 2 deletions packages/parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fern-api/docs-parsers",
"version": "0.0.6",
"version": "0.0.11",
"repository": {
"type": "git",
"url": "https://github.com/fern-api/fern-platform.git",
Expand All @@ -14,8 +14,9 @@
"type": "module",
"scripts": {
"compile": "tsc --build",
"clean": "rm -rf dist node_modules",
"clean": "rm -rf dist node_modules tsconfig.tsbuildinfo",
"test": "vitest --run --passWithNoTests --globals",
"test:update": "vitest -u --run --passWithNoTests --globals",
"lint:eslint": "eslint --max-warnings 0 . --ignore-path=../../.eslintignore",
"lint:eslint:fix": "pnpm lint:eslint --fix",
"lint:style": "stylelint 'src/**/*.scss' --allow-empty-input --max-warnings 0",
Expand All @@ -29,6 +30,7 @@
"dependencies": {
"@fern-api/logger": "0.4.24-rc1",
"@fern-api/ui-core-utils": "workspace:*",
"es-toolkit": "^1.24.0",
"openapi-types": "^12.1.3",
"ts-essentials": "^10.0.1",
"uuid": "^9.0.0",
Expand Down
Loading

0 comments on commit f49b37a

Please sign in to comment.