@sudobility/testomniac_client 0.0.119 → 0.0.121
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 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/testomniac_client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.121",
|
|
4
4
|
"description": "Testomniac API client library with TanStack Query hooks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"build": "bunx tsc -p tsconfig.build.json",
|
|
16
16
|
"build:watch": "bunx tsc --watch",
|
|
17
17
|
"clean": "rm -rf dist",
|
|
18
|
-
"prepublishOnly": "sh -c 'test ! -f ../workflows/scripts/check-publish-safety.cjs || node ../workflows/scripts/check-publish-safety.cjs' && bun run clean && bun run build
|
|
18
|
+
"prepublishOnly": "sh -c 'test ! -f ../workflows/scripts/check-publish-safety.cjs || node ../workflows/scripts/check-publish-safety.cjs' && bun run clean && bun run build",
|
|
19
19
|
"typecheck": "bunx tsc --noEmit",
|
|
20
20
|
"lint": "bunx eslint src/",
|
|
21
21
|
"lint:fix": "bunx eslint src/ --fix",
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"author": "Sudobility",
|
|
36
36
|
"license": "BUSL-1.1",
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@sudobility/types": "^1.9.
|
|
38
|
+
"@sudobility/types": "^1.9.67",
|
|
39
39
|
"@tanstack/react-query": ">=5.0.0",
|
|
40
40
|
"react": ">=18.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@sudobility/di": "^1.5.
|
|
44
|
-
"@sudobility/testomniac_types": "0.0.
|
|
45
|
-
"@sudobility/types": "^1.9.
|
|
43
|
+
"@sudobility/di": "^1.5.62",
|
|
44
|
+
"@sudobility/testomniac_types": "^0.0.107",
|
|
45
|
+
"@sudobility/types": "^1.9.67",
|
|
46
46
|
"@tanstack/react-query": "^5.90.5",
|
|
47
47
|
"@types/react": "^19.2.2",
|
|
48
48
|
"react": "^19.2.1",
|