@sikka/aps 0.0.1 → 0.0.2

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": "@sikka/aps",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A Stripe-like developer-friendly SDK for Amazon Payment Services integration. Supports payment links, hosted checkout, tokenization, webhooks, and payment management.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -62,13 +62,11 @@
62
62
  "devDependencies": {
63
63
  "@types/node": "^20.19.35",
64
64
  "@types/react": "^19.0.0",
65
- "crypto-js": "^4.2.0",
66
65
  "react": "^19.0.0",
67
66
  "tsup": "^8.5.1",
68
67
  "typescript": "^5.9.3"
69
68
  },
70
69
  "peerDependencies": {
71
- "crypto-js": "^4.2.0",
72
70
  "react": "^18.0.0 || ^19.0.0"
73
71
  },
74
72
  "engines": {