Compare commits
No commits in common. "bf7037eb15118850dbe35267bcf99af7a2285dd7" and "3bdb12b2a909f9238dcba9b40a16237fb9b43e4a" have entirely different histories.
bf7037eb15
...
3bdb12b2a9
6 changed files with 9 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -173,5 +173,3 @@ dist
|
||||||
|
|
||||||
# Finder (MacOS) folder config
|
# Finder (MacOS) folder config
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
.npmrc
|
|
|
@ -10,4 +10,7 @@ steps:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
BUN_VERSION:
|
BUN_VERSION:
|
||||||
- 1.1.0
|
- 1.0.30
|
||||||
|
- 1.0.31
|
||||||
|
- 1.0.32
|
||||||
|
- 1.0.33
|
|
@ -12,7 +12,9 @@ steps:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
BUN_VERSION:
|
BUN_VERSION:
|
||||||
- 1.1.0
|
- 1.0.31
|
||||||
|
- 1.0.32
|
||||||
|
- 1.0.33
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nats:
|
nats:
|
||||||
|
|
|
@ -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": {
|
"organizeImports": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -12,7 +12,7 @@
|
||||||
"build": "tsc --project tsconfig.build.json"
|
"build": "tsc --project tsconfig.build.json"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "1.6.3",
|
"@biomejs/biome": "1.6.1",
|
||||||
"@types/bun": "latest",
|
"@types/bun": "latest",
|
||||||
"typescript": "^5.0.0"
|
"typescript": "^5.0.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue