Hashpack / hashconnect

Hashconnect library, readme in progress
BSD Zero Clause License
45 stars 38 forks source link

Make @hashgraph/sdk a peerDependency #172

Closed franfernandez20 closed 8 months ago

franfernandez20 commented 1 year ago

I suggest having the hashgraph package as a peer dependency. I understand that most projects could already be using it.


[...]
},
  "dependencies": {
    "buffer": "^6.0.3",
    "crypto-es": "^1.2.7",
    "crypto-js": "^4.1.1",
    "i": "^0.3.7",
    "isomorphic-ws": "^5.0.0",
    "protons": "^2.0.3",
    "simple-crypto-js": "^3.0.1",
    "ts-typed-events": "3.0.0",
    "uuid": "^8.3.2",
    "ws": "^8.8.1"
  },
"peerDependencies": { 
   "@hashgraph/sdk": "^2.19.2",
},
[...]