Compare commits

..

3 commits

Author SHA1 Message Date
bf7037eb15 Merge pull request 'upgrade to bun 1.1.0' (#6) from bun1.1 into main
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Reviewed-on: #6
2024-04-01 19:24:59 +02:00
qpismont
d936a34a2e update gitignore
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2024-04-01 19:24:01 +02:00
qpismont
aae70c59c0 upgrade to bun 1.1.0
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2024-04-01 19:14:53 +02:00
6 changed files with 6 additions and 9 deletions

2
.gitignore vendored
View file

@ -173,3 +173,5 @@ dist
# Finder (MacOS) folder config # Finder (MacOS) folder config
.DS_Store .DS_Store
.npmrc

View file

@ -10,7 +10,4 @@ steps:
matrix: matrix:
BUN_VERSION: BUN_VERSION:
- 1.0.30 - 1.1.0
- 1.0.31
- 1.0.32
- 1.0.33

View file

@ -12,9 +12,7 @@ steps:
matrix: matrix:
BUN_VERSION: BUN_VERSION:
- 1.0.31 - 1.1.0
- 1.0.32
- 1.0.33
services: services:
nats: nats:

View file

@ -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": { "organizeImports": {
"enabled": true "enabled": true
}, },

BIN
bun.lockb

Binary file not shown.

View file

@ -12,7 +12,7 @@
"build": "tsc --project tsconfig.build.json" "build": "tsc --project tsconfig.build.json"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.6.1", "@biomejs/biome": "1.6.3",
"@types/bun": "latest", "@types/bun": "latest",
"typescript": "^5.0.0" "typescript": "^5.0.0"
}, },