cppay-sdk 0.0.2-beta.4 → 0.0.2-beta.41

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cppay-sdk",
3
- "version": "0.0.2-beta.4",
3
+ "version": "0.0.2-beta.41",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -33,42 +33,70 @@
33
33
  }
34
34
  },
35
35
  "peerDependencies": {
36
- "vue": "^3.0.0",
36
+ "qrcode": "^1.5.4",
37
37
  "react": ">=16.8.0",
38
- "react-dom": ">=16.8.0"
39
- },
40
- "peerDependenciesMeta": {
41
- "vue": {
42
- "optional": true
43
- },
44
- "react": {
45
- "optional": true
46
- },
47
- "react-dom": {
48
- "optional": true
49
- }
38
+ "react-dom": ">=16.8.0",
39
+ "viem": "^2.0.0",
40
+ "vue": "^3.0.0"
50
41
  },
51
42
  "devDependencies": {
52
43
  "@types/node": "^25.0.8",
44
+ "@types/qrcode": "^1",
53
45
  "@types/react": "^19",
54
46
  "@types/react-dom": "^19",
55
47
  "@vitejs/plugin-react": "^5.1.2",
56
48
  "@vitejs/plugin-vue": "^6.0.3",
49
+ "ethers": "^6.16.0",
50
+ "qrcode": "^1.5.4",
57
51
  "react": "^19.2.3",
58
52
  "react-dom": "^19.2.3",
59
53
  "typescript": "~5.9.3",
54
+ "viem": "^2.0.0",
60
55
  "vite": "npm:rolldown-vite@7.2.5",
61
56
  "vite-plugin-dts": "^4.5.4",
62
57
  "vitest": "^4.0.17",
63
58
  "vue": "^3.5.26"
64
59
  },
60
+ "dependencies": {
61
+ "@reown/appkit": "^1.8.16",
62
+ "@reown/appkit-adapter-ethers": "^1.8.16",
63
+ "cppay-sdk": "0.0.2-beta.28",
64
+ "rxjs": "^7.8.2"
65
+ },
66
+ "peerDependenciesMeta": {
67
+ "react": {
68
+ "optional": true
69
+ },
70
+ "react-dom": {
71
+ "optional": true
72
+ },
73
+ "viem": {
74
+ "optional": false
75
+ },
76
+ "vue": {
77
+ "optional": true
78
+ }
79
+ },
65
80
  "resolutions": {
66
81
  "vite": "npm:rolldown-vite@7.2.5"
67
82
  },
68
83
  "packageManager": "yarn@4.12.0",
69
- "description": "",
70
- "author": "",
84
+ "description": "Cppay SDK for cryptocurrency payments - supports React and Vue",
85
+ "author": "Cppay Team",
71
86
  "license": "MIT",
72
- "repository": "",
73
- "keywords": []
87
+ "repository": {
88
+ "type": "git",
89
+ "url": "https://github.com/cppay/cppay-sdk"
90
+ },
91
+ "keywords": [
92
+ "cppay",
93
+ "crypto",
94
+ "payment",
95
+ "wallet",
96
+ "web3",
97
+ "blockchain",
98
+ "ethereum",
99
+ "react",
100
+ "vue"
101
+ ]
74
102
  }