@lunora/payment 1.0.0-alpha.60 → 1.0.0-alpha.62

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/index.d.mts CHANGED
@@ -491,7 +491,7 @@ interface VerifyStandardWebhookInput {
491
491
  readonly toleranceSeconds?: number;
492
492
  /** `webhook-id` header. */
493
493
  readonly webhookId: string;
494
- /** `webhook-signature` header — space-separated `v1,<base64>` entries. */
494
+ /** `webhook-signature` header — space-separated `v1,<base64>` entries. */
495
495
  readonly webhookSignature: string;
496
496
  /** `webhook-timestamp` header — unix seconds as a string. */
497
497
  readonly webhookTimestamp: string;
package/dist/index.d.ts CHANGED
@@ -491,7 +491,7 @@ interface VerifyStandardWebhookInput {
491
491
  readonly toleranceSeconds?: number;
492
492
  /** `webhook-id` header. */
493
493
  readonly webhookId: string;
494
- /** `webhook-signature` header — space-separated `v1,&lt;base64>` entries. */
494
+ /** `webhook-signature` header — space-separated `v1,<base64>` entries. */
495
495
  readonly webhookSignature: string;
496
496
  /** `webhook-timestamp` header — unix seconds as a string. */
497
497
  readonly webhookTimestamp: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/payment",
3
- "version": "1.0.0-alpha.60",
3
+ "version": "1.0.0-alpha.62",
4
4
  "description": "Provider-agnostic payments for Lunora: Stripe-first adapter, webhook sync, and subscription/payment state machine",
5
5
  "keywords": [
6
6
  "billing",
@@ -71,9 +71,9 @@
71
71
  "access": "public"
72
72
  },
73
73
  "dependencies": {
74
- "@lunora/errors": "1.0.0-alpha.13",
75
- "@lunora/server": "1.0.0-alpha.60",
76
- "@lunora/values": "1.0.0-alpha.17",
74
+ "@lunora/errors": "1.0.0-alpha.14",
75
+ "@lunora/server": "1.0.0-alpha.62",
76
+ "@lunora/values": "1.0.0-alpha.19",
77
77
  "dinero.js": "2.0.2"
78
78
  },
79
79
  "peerDependencies": {