Skip to content

Commit

Permalink
fix: type discrimination for non-overlapping content types
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Apr 24, 2024
1 parent 83e8302 commit 009303c
Show file tree
Hide file tree
Showing 4 changed files with 6,374 additions and 5,257 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.31",
"unocss": "^0.59.3",
"vitepress": "^1.1.0"
"unocss": "^0.59.4",
"vitepress": "^1.1.3"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-api-party",
"type": "module",
"version": "2.0.0",
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.0.5",
"description": "Securely connect to any API with a server proxy and generated composables",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -51,22 +51,22 @@
"defu": "^6.1.4",
"ofetch": "^1.3.4",
"ohash": "^1.1.3",
"openapi-typescript": "^7.0.0-next.8",
"openapi-typescript-helpers": "^0.0.7",
"openapi-typescript": "^7.0.0-next.10",
"openapi-typescript-helpers": "^0.0.8",
"pathe": "^1.1.2",
"scule": "^1.3.0",
"ufo": "^1.5.3"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.8",
"@nuxt/eslint-config": "^0.3.9",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/test-utils": "^3.12.1",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"nuxt": "^3.11.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
"vue-tsc": "^2.0.14"
}
}
Loading

0 comments on commit 009303c

Please sign in to comment.