@absolutejs/billing 0.3.0 → 0.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/billing",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Cost-model substrate for the AbsoluteJS PaaS. createPlan declares a priced product (base fee + per-dimension unit prices + tiered / free-tier rules); computeInvoice turns a @absolutejs/metering Usage snapshot into Invoice line items in integer micros (no float drift). Pluggable invoice sinks (Stripe / etc.) live in @absolutejs/billing-adapters/*.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,16 +53,13 @@
53
53
  "saas",
54
54
  "pricing"
55
55
  ],
56
- "peerDependencies": {
57
- "bun-types": "^1.3.14"
58
- },
59
56
  "devDependencies": {
60
57
  "@types/bun": "^1.3.14",
61
58
  "prettier": "^3.8.3",
62
59
  "typescript": "^5.9.0"
63
60
  },
64
61
  "dependencies": {
65
- "@absolutejs/manifest": "^0.4.0",
62
+ "@absolutejs/manifest": "^0.7.1",
66
63
  "@sinclair/typebox": "^0.34.0"
67
64
  },
68
65
  "absolutejs": {