denotify-client 1.1.27 → 1.1.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "denotify-client",
3
3
  "private": false,
4
- "version": "1.1.27",
4
+ "version": "1.1.28",
5
5
  "main": "./dist/denotify-client.cjs",
6
6
  "module": "./dist/denotify-client.mjs",
7
7
  "types": "./dist/denotify-client.d.ts",
@@ -53,6 +53,7 @@
53
53
  "@trpc/server": "^10.16.0",
54
54
  "axios": "^1.3.4",
55
55
  "ethers": "^6.1.0",
56
+ "path-browserify": "^1.0.1",
56
57
  "yup": "^1.0.2",
57
58
  "zod": "^3.21.4"
58
59
  }