commerce-kit 0.26.0 → 0.27.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.
@@ -3409,6 +3409,7 @@ type APICartCreateBody = {
3409
3409
  quantity: number;
3410
3410
  cartId?: string | undefined;
3411
3411
  subscriptionPlanId?: string | null | undefined;
3412
+ currency?: string | undefined;
3412
3413
  };
3413
3414
  type APICartCreateResult = {
3414
3415
  lineItems: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "commerce-kit",
4
- "version": "0.26.0",
4
+ "version": "0.27.0",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
7
7
  "keywords": [