@voltro/plugin-billing 0.1.2 → 0.1.3

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltro/plugin-billing",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Billing — subscriptions, plans, entitlements + usage metering on top of a pluggable BillingProvider (Stripe + mock). Ships billingPlugin() (provider-event webhook via @voltro/plugin-webhooks, the entitlement interceptor, typed BillingError + EntitlementExceeded errors, the _voltro_billing_* tables), the BillingService Context.Tag, the requireEntitlement() in-handler guard, and a browser-safe useStartCheckout() hook. Money is integer minor units end-to-end.",
5
5
  "keywords": [
6
6
  "voltro",
@@ -47,11 +47,11 @@
47
47
  "node": ">=24.0.0"
48
48
  },
49
49
  "dependencies": {
50
- "@voltro/database": "0.1.2",
51
- "@voltro/env": "0.1.2",
52
- "@voltro/logger": "0.1.2",
53
- "@voltro/plugin-webhooks": "0.1.2",
54
- "@voltro/protocol": "0.1.2"
50
+ "@voltro/database": "0.1.3",
51
+ "@voltro/env": "0.1.3",
52
+ "@voltro/logger": "0.1.3",
53
+ "@voltro/plugin-webhooks": "0.1.3",
54
+ "@voltro/protocol": "0.1.3"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "effect": "^3.21.4",