@sudobility/sudojo_client 0.0.11 → 0.0.21
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/sudojo_client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
4
4
|
"description": "TypeScript client library for Sudojo API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"build": "tsc -p tsconfig.build.json",
|
|
13
13
|
"build:watch": "tsc --watch",
|
|
14
14
|
"clean": "rm -rf dist",
|
|
15
|
-
"prepublishOnly": "
|
|
15
|
+
"prepublishOnly": "bun run clean && bun run build",
|
|
16
16
|
"test": "vitest",
|
|
17
17
|
"test:run": "vitest run",
|
|
18
18
|
"test:coverage": "vitest run --coverage",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"format:check": "prettier --check src/**/*.ts",
|
|
24
24
|
"typecheck": "tsc --noEmit",
|
|
25
25
|
"typecheck:watch": "tsc --noEmit --watch",
|
|
26
|
-
"check-all": "
|
|
26
|
+
"check-all": "bun run lint && bun run typecheck && bun run test:run"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"sudojo",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
"author": "Sudobility Team",
|
|
36
36
|
"license": "MIT",
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@sudobility/di": "^1.5.
|
|
39
|
-
"@sudobility/sudojo_types": "^1.1.
|
|
40
|
-
"@sudobility/types": "^1.9.
|
|
38
|
+
"@sudobility/di": "^1.5.17",
|
|
39
|
+
"@sudobility/sudojo_types": "^1.1.10",
|
|
40
|
+
"@sudobility/types": "^1.9.43",
|
|
41
41
|
"@tanstack/react-query": ">=5.0.0",
|
|
42
42
|
"react": ">=18.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@eslint/js": "^9.38.0",
|
|
46
|
-
"@sudobility/di": "^1.5.
|
|
47
|
-
"@sudobility/sudojo_types": "^1.1.
|
|
48
|
-
"@sudobility/types": "^1.9.
|
|
46
|
+
"@sudobility/di": "^1.5.17",
|
|
47
|
+
"@sudobility/sudojo_types": "^1.1.10",
|
|
48
|
+
"@sudobility/types": "^1.9.43",
|
|
49
49
|
"@tanstack/react-query": "^5.90.5",
|
|
50
50
|
"@testing-library/react": "^16.3.0",
|
|
51
51
|
"@types/node": "^24.9.1",
|