@sudobility/indexer_client 0.0.80 → 0.0.82
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/indexer_client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.82",
|
|
4
4
|
"description": "React and React Native compatible client library for blockchain mail indexer API with TypeScript support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"build": "tsc -p tsconfig.build.json",
|
|
16
16
|
"build:watch": "tsc --watch",
|
|
17
17
|
"clean": "rm -rf dist",
|
|
18
|
-
"prepublishOnly": "
|
|
18
|
+
"prepublishOnly": "bun run clean && bun run build",
|
|
19
19
|
"test": "vitest",
|
|
20
20
|
"test:run": "vitest run",
|
|
21
21
|
"test:coverage": "vitest run --coverage",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"format:check": "prettier --check src/**/*.ts",
|
|
29
29
|
"typecheck": "tsc --noEmit",
|
|
30
30
|
"typecheck:watch": "tsc --noEmit --watch",
|
|
31
|
-
"check-all": "
|
|
31
|
+
"check-all": "bun run lint && bun run typecheck && bun run test:run"
|
|
32
32
|
},
|
|
33
33
|
"keywords": [
|
|
34
34
|
"indexer",
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"author": "John Huang",
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@sudobility/di": "^1.5.
|
|
44
|
+
"@sudobility/di": "^1.5.14",
|
|
45
45
|
"@sudobility/mail_box_types": "^1.0.2",
|
|
46
|
-
"@sudobility/types": "^1.9.
|
|
46
|
+
"@sudobility/types": "^1.9.41",
|
|
47
47
|
"@tanstack/react-query": ">=5.0.0",
|
|
48
48
|
"react": ">=18.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@sudobility/di": "^1.5.8",
|
|
52
52
|
"@sudobility/mail_box_types": "^1.0.2",
|
|
53
|
-
"@sudobility/types": "^1.9.
|
|
53
|
+
"@sudobility/types": "^1.9.41",
|
|
54
54
|
"@tanstack/react-query": "^5.90.5",
|
|
55
55
|
"@testing-library/dom": "^10.4.1",
|
|
56
56
|
"@testing-library/react": "^16.3.0",
|
|
@@ -78,6 +78,6 @@
|
|
|
78
78
|
"url": "https://github.com/johnqh/mail_box_indexer_client.git"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@sudobility/configs": "^0.0.
|
|
81
|
+
"@sudobility/configs": "^0.0.50"
|
|
82
82
|
}
|
|
83
83
|
}
|