@sudobility/ratelimit_client 0.0.17 → 0.0.19
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/package.json +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/ratelimit_client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"description": "React client library for Rate Limit API with TanStack Query hooks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,9 +16,8 @@
|
|
|
16
16
|
"build:watch": "bunx tsc --watch",
|
|
17
17
|
"clean": "rm -rf dist",
|
|
18
18
|
"prepublishOnly": "bun run clean && bun run build",
|
|
19
|
-
"test": "
|
|
20
|
-
"test:
|
|
21
|
-
"test:unit": "bunx vitest run --environment jsdom",
|
|
19
|
+
"test": "vitest run --environment jsdom",
|
|
20
|
+
"test:watch": "vitest --environment jsdom",
|
|
22
21
|
"lint": "bunx eslint src --ext .ts,.tsx",
|
|
23
22
|
"lint:fix": "bunx eslint src --ext .ts,.tsx --fix",
|
|
24
23
|
"format": "bunx prettier --write src/**/*.ts",
|
|
@@ -35,14 +34,14 @@
|
|
|
35
34
|
"author": "John Huang",
|
|
36
35
|
"license": "MIT",
|
|
37
36
|
"peerDependencies": {
|
|
38
|
-
"@sudobility/types": "^1.9.
|
|
37
|
+
"@sudobility/types": "^1.9.44",
|
|
39
38
|
"@tanstack/react-query": ">=5.0.0",
|
|
40
39
|
"react": ">=18.0.0"
|
|
41
40
|
},
|
|
42
41
|
"devDependencies": {
|
|
43
42
|
"@eslint/js": "^9.39.2",
|
|
44
|
-
"@sudobility/di": "^1.5.
|
|
45
|
-
"@sudobility/types": "^1.9.
|
|
43
|
+
"@sudobility/di": "^1.5.18",
|
|
44
|
+
"@sudobility/types": "^1.9.44",
|
|
46
45
|
"@tanstack/react-query": "^5.90.5",
|
|
47
46
|
"@testing-library/dom": "^10.4.1",
|
|
48
47
|
"@testing-library/react": "^16.3.1",
|