@scorio/client-sdk 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +3 -8
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @scorio/client-sdk
|
|
2
2
|
|
|
3
|
-
**TypeScript SDK for the [Scorio Sports API](https://rapidapi.com/
|
|
3
|
+
**TypeScript SDK for the [Scorio Sports API](https://rapidapi.com/scorio-scorio-default/api/scorio) — real-time odds, live scores, price history & analytics across 80+ sports.**
|
|
4
4
|
|
|
5
5
|
Zero dependencies. Full type safety. Works in Node.js, Deno, Bun, and browsers.
|
|
6
6
|
|
|
@@ -259,7 +259,7 @@ try {
|
|
|
259
259
|
| Markets & odds | -- | -- | Yes | Yes |
|
|
260
260
|
| Price history & movers | -- | -- | Yes | Yes |
|
|
261
261
|
|
|
262
|
-
[Subscribe on RapidAPI](https://rapidapi.com/
|
|
262
|
+
[Subscribe on RapidAPI](https://rapidapi.com/scorio-scorio-default/api/scorio) to get your API key.
|
|
263
263
|
|
|
264
264
|
---
|
|
265
265
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scorio/client-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "TypeScript SDK for the Scorio Sports API — real-time odds, live scores, and historical price analytics across 80+ sports",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -39,12 +39,6 @@
|
|
|
39
39
|
],
|
|
40
40
|
"author": "Scorio <support@sportsdataapi.com>",
|
|
41
41
|
"license": "MIT",
|
|
42
|
-
"homepage": "https://github.com/ts-ign0re/scorio#readme",
|
|
43
|
-
"repository": {
|
|
44
|
-
"type": "git",
|
|
45
|
-
"url": "git+https://github.com/ts-ign0re/scorio.git",
|
|
46
|
-
"directory": "packages/scorio-sdk"
|
|
47
|
-
},
|
|
48
42
|
"scripts": {
|
|
49
43
|
"build": "tsup",
|
|
50
44
|
"check": "tsc --noEmit",
|
|
@@ -52,7 +46,8 @@
|
|
|
52
46
|
"test:watch": "vitest",
|
|
53
47
|
"test:integration": "vitest run src/__tests__/integration/",
|
|
54
48
|
"test:build": "tsup && vitest run -c vitest.build.config.ts src/__tests__/integration/",
|
|
55
|
-
"clean": "rm -rf dist *.tsbuildinfo"
|
|
49
|
+
"clean": "rm -rf dist *.tsbuildinfo",
|
|
50
|
+
"sync-docs": "tsx scripts/sync-docs.ts"
|
|
56
51
|
},
|
|
57
52
|
"devDependencies": {
|
|
58
53
|
"tsup": "^8.4.0",
|