Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlonPassos-git committed Nov 23, 2024
1 parent 4f54507 commit edceb37
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions scripts/benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"type": "module",
"private": true,
"scripts": {
"test": "vitest"
},
"exports": {
"./*": "./src/*"
},
"scripts": {
"test": "vitest"
},
"dependencies": {
"@babel/parser": "^7.25.3",
"@babel/traverse": "^7.25.3",
Expand Down
2 changes: 1 addition & 1 deletion scripts/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"exports": {
"./*": "./src/*"
}
}
}
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"type": "module",
"private": true
}
}
10 changes: 5 additions & 5 deletions scripts/radashi-db/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"type": "module",
"private": true,
"dependencies": {
"@supabase/supabase-js": "^2.45.0",
"algoliasearch": "^4.24.0",
"execa": "^9.5.1"
},
"exports": {
"./*": "./src/*"
},
"scripts": {
"gen-types": "node --experimental-strip-types ./gen-types.ts"
},
"dependencies": {
"@supabase/supabase-js": "^2.45.0",
"algoliasearch": "^4.24.0",
"execa": "^9.5.1"
}
}
6 changes: 3 additions & 3 deletions src/async/retry.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { sleep, tryit } from 'radashi'

type AbortSignal = {
throwIfAborted(): void
}
type AbortSignal = {
throwIfAborted(): void
}

export type RetryOptions = {
times?: number
Expand Down

0 comments on commit edceb37

Please sign in to comment.