@curless/sinocare-demo 0.60.0 → 0.61.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.
@@ -1 +1 @@
1
- {"version":3,"file":"checkout-card.generated.js","sourceRoot":"","sources":["../src/checkout-card.generated.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,iFAAiF;AACjF,gFAAgF;AAChF,4DAA4D;AAC5D,MAAM,CAAC,MAAM,kBAAkB,GAAW,MAAM,CAAC,IAAI,CACnD,k44dAAk44d,EACl44d,QAAQ,CACT,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"checkout-card.generated.js","sourceRoot":"","sources":["../src/checkout-card.generated.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,iFAAiF;AACjF,gFAAgF;AAChF,4DAA4D;AAC5D,MAAM,CAAC,MAAM,kBAAkB,GAAW,MAAM,CAAC,IAAI,CACnD,0u5dAA0u5d,EAC1u5d,QAAQ,CACT,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC"}
package/dist/index.js CHANGED
@@ -645,7 +645,7 @@ const bookedView = (pick, r) => ({
645
645
  // corrected data and the old JS draws the old picture. Three widget changes
646
646
  // went out today without a bump, and the receipt/picker fix appeared to have
647
647
  // no effect at all because of it.
648
- const CHECKOUT_URI = 'ui://sinocare/card-v26.html';
648
+ const CHECKOUT_URI = 'ui://sinocare/card-v27.html';
649
649
  const CARD_MIME = 'text/html;profile=mcp-app';
650
650
  const CHECKOUT_UI_META = { ui: { resourceUri: CHECKOUT_URI }, 'ui/resourceUri': CHECKOUT_URI };
651
651
  // WHERE THE CARD MAY LOAD IMAGES FROM.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curless/sinocare-demo",
3
- "version": "0.60.0",
3
+ "version": "0.61.0",
4
4
  "description": "Sinocare storefront MCP — the buyer side of an agentbank demo. Seven payment rails plus the Curless buyer wallet.",
5
5
  "license": "MIT",
6
6
  "type": "module",