Skip to content

Commit 7ff1e5e

Browse files
committed
v0.1.0
1 parent 5e2afeb commit 7ff1e5e

6 files changed

Lines changed: 63 additions & 66 deletions

File tree

.bun-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.10
1+
1.3.11
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.9/schema.json",
33
"extends": ["@gameroman/config/biome"],
44
"linter": { "rules": { "suspicious": { "noShadowRestrictedNames": "warn" } } }
55
}

bun.lock

Lines changed: 54 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lichess/api",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"keywords": [
55
"api",
66
"lichess"
@@ -40,11 +40,11 @@
4040
"minizod": "^0.0.3"
4141
},
4242
"devDependencies": {
43-
"@biomejs/biome": "2.4.7",
44-
"@gameroman/config": "^0.0.1",
45-
"@types/bun": "^1.3.10",
46-
"@typescript/native-preview": "^7.0.0-dev.20260315.1",
47-
"tsdown": "^0.21.3",
43+
"@biomejs/biome": "2.4.9",
44+
"@gameroman/config": "^0.0.5",
45+
"@types/bun": "^1.3.11",
46+
"@typescript/native-preview": "^7.0.0-dev.20260327.2",
47+
"tsdown": "^0.21.6",
4848
"zod": "^4.3.6"
4949
}
5050
}

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
"rootDir": "./",
1111

12-
"paths": { "~/*": ["./src/*"] },
13-
1412
"skipLibCheck": true,
1513

1614
// Max strictness

tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export default defineConfig({
55
exports: true,
66
dts: { tsgo: true },
77
outputOptions: { minifyInternalExports: false },
8+
hash: false,
89
});

0 commit comments

Comments
 (0)