Skip to content

Commit ec49ca2

Browse files
committed
fix: "module augmentation" instead of "ambient module declaration" in nitro.d.ts file
1 parent 17f7d1b commit ec49ca2

5 files changed

Lines changed: 75 additions & 68 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v3.0.5
5+
6+
[compare changes](https://github.com/Pentadome/nuxt-openAPI-wrapper/compare/v3.0.2...v3.0.5)
7+
8+
### 🩹 Fixes
9+
10+
- "module augmentation" instead of "ambient module declaration" in nitro.d.ts file ([4e35051](https://github.com/Pentadome/nuxt-openAPI-wrapper/commit/4e35051))
11+
12+
### ❤️ Contributors
13+
14+
- Pentadome ([@Pentadome](https://github.com/Pentadome))
15+
416
## v3.0.2
517

618
[compare changes](https://github.com/Pentadome/nuxt-openAPI-wrapper/compare/v3.0.1...v3.0.2)

package-lock.json

Lines changed: 28 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-openapi-wrapper",
3-
"version": "3.0.2",
3+
"version": "3.0.5",
44
"description": "An openapi client wrapper for Nuxt fetch client.",
55
"repository": "Pentadome/nuxt-openAPI-wrapper",
66
"license": "MIT",

playground/server/tsconfig.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)