@cmssy/next 0.2.5 → 0.2.6

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.cjs CHANGED
@@ -1113,6 +1113,8 @@ var ORDER_FIELDS = `
1113
1113
  subtotal
1114
1114
  tax
1115
1115
  total
1116
+ pricesIncludeTax
1117
+ taxSummary { rateId name rate base amount }
1116
1118
  currency
1117
1119
  customerEmail
1118
1120
  refundedAmount
package/dist/index.js CHANGED
@@ -1111,6 +1111,8 @@ var ORDER_FIELDS = `
1111
1111
  subtotal
1112
1112
  tax
1113
1113
  total
1114
+ pricesIncludeTax
1115
+ taxSummary { rateId name rate base amount }
1114
1116
  currency
1115
1117
  customerEmail
1116
1118
  refundedAmount
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmssy/next",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Next.js App Router bindings for cmssy headless sites (createCmssyPage + draft preview)",
5
5
  "keywords": [
6
6
  "cmssy",
@@ -49,7 +49,7 @@
49
49
  "tsup": "^8.3.0",
50
50
  "typescript": "^5.6.0",
51
51
  "vitest": "^2.1.0",
52
- "@cmssy/react": "0.2.5"
52
+ "@cmssy/react": "0.2.6"
53
53
  },
54
54
  "dependencies": {
55
55
  "jose": "^6.2.3"