@coin-voyage/paykit 0.1.25 → 0.1.26

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 +3 -3
package/README.md CHANGED
@@ -28,7 +28,7 @@ Coming soon.
28
28
 
29
29
  ## Support
30
30
 
31
- [Contact us](mailto:support@coinvoyage.io) if you'd like to integrate CoinVoyage Pay.
31
+ [Contact us](mailto:help@coinvoyage.io) if you'd like to integrate CoinVoyage Pay.
32
32
 
33
33
  ## Credits
34
34
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coin-voyage/paykit",
3
3
  "description": "Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.",
4
- "version": "0.1.25",
4
+ "version": "0.1.26",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "author": "Lars <lars@coinvoyage.io>",
@@ -63,8 +63,8 @@
63
63
  "resize-observer-polyfill": "^1.5.1",
64
64
  "styled-components": "^5.3.11",
65
65
  "uuid": "13.0.0",
66
- "@coin-voyage/shared": "0.0.25",
67
- "@coin-voyage/crypto": "0.0.27"
66
+ "@coin-voyage/crypto": "0.0.28",
67
+ "@coin-voyage/shared": "0.0.25"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/qrcode": "1.5.5",