Skip to content

Commit ceef747

Browse files
Mlaz-codeclaude
andcommitted
chore(release): 0.3.2 — canonicalize repo URLs to SharpAPI-TS
Update repository.url and bugs URLs in package.json to match the post-rename canonical case. The lowercase form continues to redirect on GitHub but the canonical form is what should appear on the npm page. Also drop deleted tests/ from the biome lint glob (was breaking CI lint gate after tests were untracked from the repo). Metadata-only release plus the lint-script fix; no source changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 04f445f commit ceef747

3 files changed

Lines changed: 16 additions & 7 deletions

File tree

CHANGELOG.md

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

33
All notable changes to `@sharp-api/client` are documented here.
44

5+
## 0.3.2 — 2026-05-07
6+
7+
### Changed
8+
9+
- Update `repository.url` and `bugs` URLs in `package.json` to use the
10+
canonical `SharpAPI-TS` repo name (was lowercase `sharpapi-ts`,
11+
redirected by GitHub but worth making canonical on npm). Metadata-only
12+
release; no code changes.
13+
514
## 0.3.1 — 2026-05-06
615

716
### Added — TeamRef metadata

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sharp-api/client",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Official TypeScript/JavaScript client for the SharpAPI real-time sports betting odds API",
55
"type": "module",
66
"main": "./dist/index.cjs",
@@ -26,10 +26,10 @@
2626
"author": "SharpAPI <hello@sharpapi.io>",
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/Sharp-API/sharpapi-ts"
29+
"url": "https://github.com/Sharp-API/SharpAPI-TS"
3030
},
3131
"homepage": "https://sharpapi.io",
32-
"bugs": "https://github.com/Sharp-API/sharpapi-ts/issues",
32+
"bugs": "https://github.com/Sharp-API/SharpAPI-TS/issues",
3333
"keywords": [
3434
"sports-betting",
3535
"odds",
@@ -48,8 +48,8 @@
4848
"test": "vitest run",
4949
"test:watch": "vitest",
5050
"typecheck": "tsc --noEmit",
51-
"lint": "biome check src tests",
52-
"format": "biome check --write src tests",
51+
"lint": "biome check src",
52+
"format": "biome check --write src",
5353
"prepublishOnly": "npm run build"
5454
},
5555
"devDependencies": {

0 commit comments

Comments
 (0)