@cedros/pay-react 1.1.27 → 1.1.28

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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedros/pay-react",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
4
4
  "description": "React frontend library for Cedros Pay - unified Stripe and Solana x402 payments",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -182,8 +182,9 @@
182
182
  "analyze": "ANALYZE=true vite build",
183
183
  "storybook": "storybook dev -p 6006",
184
184
  "build-storybook": "storybook build",
185
- "prepublishOnly": "npm run lint && npm run type-check && npm test && npm run build",
186
- "prepack": "npm run build",
185
+ "verify:exports": "node scripts/verify-package-exports.mjs",
186
+ "prepublishOnly": "npm run lint && npm run type-check && npm test && npm run build && npm run verify:exports",
187
+ "prepack": "npm run build && npm run verify:exports",
187
188
  "prepare": "husky"
188
189
  },
189
190
  "overrides": {