-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enable verbatim module syntax
- Loading branch information
1 parent
4c1977e
commit 6a248f8
Showing
6 changed files
with
1,504 additions
and
1,327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
cache: pnpm | ||
|
||
- name: Install | ||
run: pnpm i | ||
run: pnpm install | ||
|
||
- name: Build | ||
run: pnpm run build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import antfu from '@antfu/eslint-config' | ||
|
||
export default antfu({ | ||
export default await antfu({ | ||
ignores: ['tsconfig.json'], | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "unrested", | ||
"type": "module", | ||
"version": "1.0.3", | ||
"packageManager": "pnpm@8.10.2", | ||
"packageManager": "pnpm@8.14.0", | ||
"description": "Minimal, type-safe REST client using JS proxies", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -52,16 +52,16 @@ | |
}, | ||
"dependencies": { | ||
"ofetch": "^1.3.3", | ||
"ufo": "^1.3.1" | ||
"ufo": "^1.3.2" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^1.1.0", | ||
"bumpp": "^9.2.0", | ||
"eslint": "^8.53.0", | ||
"h3": "^1.8.2", | ||
"@antfu/eslint-config": "^2.6.1", | ||
"bumpp": "^9.2.1", | ||
"eslint": "^8.56.0", | ||
"h3": "^1.9.0", | ||
"listhen": "^1.5.5", | ||
"typescript": "^5.2.2", | ||
"typescript": "^5.3.3", | ||
"unbuild": "^2.0.0", | ||
"vitest": "^0.34.6" | ||
"vitest": "^1.1.1" | ||
} | ||
} |
Oops, something went wrong.