Compare commits

..

No commits in common. "bf7037eb15118850dbe35267bcf99af7a2285dd7" and "3bdb12b2a909f9238dcba9b40a16237fb9b43e4a" have entirely different histories.

6 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.6.1/schema.json",
"organizeImports": {
"enabled": true
},

BIN
bun.lockb

Binary file not shown.

View file

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