upgrade to bun 1.1.0 #6
6 changed files with 6 additions and 9 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -173,3 +173,5 @@ dist
|
|||
|
||||
# Finder (MacOS) folder config
|
||||
.DS_Store
|
||||
|
||||
.npmrc
|
|
@ -10,7 +10,4 @@ steps:
|
|||
|
||||
matrix:
|
||||
BUN_VERSION:
|
||||
- 1.0.30
|
||||
- 1.0.31
|
||||
- 1.0.32
|
||||
- 1.0.33
|
||||
- 1.1.0
|
|
@ -12,9 +12,7 @@ steps:
|
|||
|
||||
matrix:
|
||||
BUN_VERSION:
|
||||
- 1.0.31
|
||||
- 1.0.32
|
||||
- 1.0.33
|
||||
- 1.1.0
|
||||
|
||||
services:
|
||||
nats:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.6.1/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/1.6.3/schema.json",
|
||||
"organizeImports": {
|
||||
"enabled": true
|
||||
},
|
||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -12,7 +12,7 @@
|
|||
"build": "tsc --project tsconfig.build.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.6.1",
|
||||
"@biomejs/biome": "1.6.3",
|
||||
"@types/bun": "latest",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue