@net-protocol/score 0.1.4 → 0.1.5

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 (1) hide show
  1. package/package.json +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net-protocol/score",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Score/upvoting functionality for Net Protocol - on-chain scoring system",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -42,9 +42,8 @@
42
42
  "test:ui": "vitest --ui"
43
43
  },
44
44
  "dependencies": {
45
- "@net-protocol/core": "^0.1.9",
46
- "@net-protocol/storage": "^0.1.13",
47
- "viem": "^2.45.0"
45
+ "@net-protocol/core": "^0.1.11",
46
+ "@net-protocol/storage": "^0.1.16"
48
47
  },
49
48
  "devDependencies": {
50
49
  "@tanstack/react-query": "^5.0.0",
@@ -56,22 +55,24 @@
56
55
  "react-dom": "^18.0.0",
57
56
  "tsup": "^8.0.0",
58
57
  "typescript": "^5.0.0",
58
+ "viem": "^2.45.0",
59
59
  "vitest": "^1.0.0",
60
60
  "wagmi": "^2.15.0"
61
61
  },
62
62
  "peerDependencies": {
63
+ "@tanstack/react-query": "^5.0.0",
63
64
  "react": "^18.0.0",
64
- "wagmi": "^2.15.0",
65
- "@tanstack/react-query": "^5.0.0"
65
+ "viem": "^2.31.4",
66
+ "wagmi": "^2.15.0"
66
67
  },
67
68
  "peerDependenciesMeta": {
68
- "react": {
69
+ "@tanstack/react-query": {
69
70
  "optional": true
70
71
  },
71
- "wagmi": {
72
+ "react": {
72
73
  "optional": true
73
74
  },
74
- "@tanstack/react-query": {
75
+ "wagmi": {
75
76
  "optional": true
76
77
  }
77
78
  },