@johnqh/indexer_client 0.0.12 → 0.0.14

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -5
package/README.md CHANGED
@@ -23,7 +23,7 @@ npm install @johnqh/indexer_client
23
23
  ### Peer Dependencies
24
24
 
25
25
  ```bash
26
- npm install react @tanstack/react-query axios
26
+ npm install react @tanstack/react-query axios @johnqh/di @johnqh/types
27
27
  ```
28
28
 
29
29
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@johnqh/indexer_client",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "description": "React and React Native compatible client library for 0xMail indexer API with TypeScript support",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -38,15 +38,18 @@
38
38
  "author": "John Huang",
39
39
  "license": "MIT",
40
40
  "peerDependencies": {
41
- "react": "^19.2.0"
42
- },
43
- "dependencies": {
44
- "@johnqh/di": "^1.4.4",
41
+ "react": "^19.2.0",
42
+ "@johnqh/di": "^1.4.5",
45
43
  "@johnqh/types": "^1.8.20",
46
44
  "@tanstack/react-query": "^5.90.2",
47
45
  "axios": "^1.12.2"
48
46
  },
47
+ "dependencies": {},
49
48
  "devDependencies": {
49
+ "@johnqh/di": "^1.4.5",
50
+ "@johnqh/types": "^1.8.20",
51
+ "@tanstack/react-query": "^5.90.2",
52
+ "axios": "^1.12.2",
50
53
  "@testing-library/react": "^16.3.0",
51
54
  "@types/node": "^24.7.0",
52
55
  "@types/react": "^19.2.2",