@seaverse/payment-sdk 0.6.1 → 0.6.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.
Files changed (2) hide show
  1. package/dist/style.css +1482 -0
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seaverse/payment-sdk",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "SeaVerse Payment SDK - Credit management and payment checkout using Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "scripts": {
58
58
  "build": "rollup -c && npm run copy-css",
59
- "copy-css": "cp node_modules/@seaart/payment-component/dist/seaart-payment.css dist/style.css 2>/dev/null || cp node_modules/@seaart/payment-component/style.css dist/style.css 2>/dev/null || echo 'Warning: CSS file not found, build may be incomplete'",
59
+ "copy-css": "cp node_modules/@seaart/payment-component/dist/seaart-payment.css dist/style.css 2>/dev/null || cp ../../node_modules/@seaart/payment-component/dist/seaart-payment.css dist/style.css 2>/dev/null || echo 'Warning: CSS file not found, build may be incomplete'",
60
60
  "dev": "ROLLUP_WATCH=true rollup -c -w",
61
61
  "clean": "rm -rf dist",
62
62
  "typecheck": "tsc --noEmit"