@voltro/plugin-billing 0.55.0 → 0.56.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +497 -0
  2. package/dist/index.js +397 -375
  3. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltro/plugin-billing",
3
- "version": "0.55.0",
3
+ "version": "0.56.0",
4
4
  "description": "Billing on the official Stripe SDK — subscriptions, plans, entitlements and usage metering. Proration, failed-payment retries, tax, promotion codes, trials and the checkout seat stepper are Stripe's own; the plugin adds the entitlement engine, the enforce interceptor, typed BillingError/EntitlementExceeded, the /billing/webhook mount with Stripe's signature verification, the BillingService Tag, requireEntitlement(), and a browser-safe useStartCheckout() hook. Money is integer minor units end-to-end.",
5
5
  "keywords": [
6
6
  "voltro",
@@ -48,11 +48,11 @@
48
48
  "node": ">=24.0.0"
49
49
  },
50
50
  "dependencies": {
51
- "@voltro/database": "0.55.0",
52
- "@voltro/env": "0.55.0",
53
- "@voltro/logger": "0.55.0",
54
- "@voltro/plugin-webhooks": "0.55.0",
55
- "@voltro/protocol": "0.55.0",
51
+ "@voltro/database": "0.56.0",
52
+ "@voltro/env": "0.56.0",
53
+ "@voltro/logger": "0.56.0",
54
+ "@voltro/plugin-webhooks": "0.56.0",
55
+ "@voltro/protocol": "0.56.0",
56
56
  "stripe": "22.5.0"
57
57
  },
58
58
  "peerDependencies": {