@astropay/payments-lib 0.0.12 → 0.1.0

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/dist/main.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { AstroPayCore } from './public/AstroPayCore';
2
2
  import { AstroPayFullCheckout } from './public/AstroPayFullCheckout';
3
3
  import { AstroPayPayment } from './public/AstroPayPayment';
4
- export default AstroPayCore;
5
- export { AstroPayFullCheckout, AstroPayPayment };
4
+ export { AstroPayCore, AstroPayCore as Core, AstroPayFullCheckout, AstroPayPayment };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.12",
2
+ "version": "0.1.0",
3
3
  "type": "module",
4
4
  "name": "@astropay/payments-lib",
5
5
  "description": "Official AstroPay payments library for web and mobile.",
@@ -59,7 +59,10 @@
59
59
  "preview": "vite preview",
60
60
  "test": "jest",
61
61
  "test:watch": "jest --watch",
62
- "prepare": "husky"
62
+ "prepare": "husky",
63
+ "release:first": "standard-version --first-release --release-as $RELEASE_TYPE",
64
+ "release": "standard-version --release-as $RELEASE_TYPE",
65
+ "release:dry": "standard-version --release-as $RELEASE_TYPE --dry-run"
63
66
  },
64
67
  "peerDependencies": {
65
68
  "@emotion/css": "^11.13.5",
@@ -97,6 +100,7 @@
97
100
  "rollup-plugin-visualizer": "^5.14.0",
98
101
  "ts-jest": "^29.3.1",
99
102
  "typescript": "~5.7.2",
103
+ "standard-version": "^9.5.0",
100
104
  "typescript-eslint": "^8.22.0",
101
105
  "vite": "^6.1.0",
102
106
  "vite-plugin-dts": "^4.5.0",