-
-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'acacode:main' into patch-2
- Loading branch information
Showing
65 changed files
with
1,469 additions
and
1,984 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env bash | ||
# shellcheck shell=bash | ||
export NODE_VERSIONS="${HOME}/.nvm/versions/node" | ||
export NODE_VERSION_PREFIX="v" | ||
use node | ||
layout node | ||
corepack enable |
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
22 |
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
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 |
---|---|---|
|
@@ -53,25 +53,26 @@ | |
"eta": "^2.2.0", | ||
"js-yaml": "^4.1.0", | ||
"lodash": "^4.17.21", | ||
"nanoid": "^3.3.7", | ||
"prettier": "~3.3.3", | ||
"nanoid": "^5.0.9", | ||
"prettier": "~3.4.1", | ||
"swagger-schema-official": "2.0.0-bab6bed", | ||
"swagger2openapi": "^7.0.8", | ||
"typescript": "~5.6.2" | ||
"typescript": "~5.7.2" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.9.2", | ||
"@biomejs/biome": "1.9.4", | ||
"@tsconfig/node18": "18.2.4", | ||
"@tsconfig/strictest": "2.0.5", | ||
"@types/js-yaml": "4.0.9", | ||
"@types/lodash": "4.17.7", | ||
"@types/node": "22.5.5", | ||
"@types/lodash": "4.17.13", | ||
"@types/node": "22.10.1", | ||
"@types/swagger2openapi": "7.0.4", | ||
"axios": "1.7.7", | ||
"tsup": "8.3.0", | ||
"vitest": "2.1.1" | ||
"axios": "1.7.8", | ||
"openapi-types": "12.1.3", | ||
"tsup": "8.3.5", | ||
"vitest": "2.1.6" | ||
}, | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
|
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
Oops, something went wrong.