@curless/shopify-adapter 0.9.2 → 0.9.3

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curless/shopify-adapter",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "Use a Shopify store as an agentbank catalog source, and record agent-settled sales back as paid Shopify orders. Maps Shopify Admin products → a generic CatalogItem your merchant backend prices from, writes an order back after an agent pays through agentbank, and records the reversal when that sale is refunded. Zero runtime dependencies (uses the platform fetch).",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -36,9 +36,10 @@
36
36
  "agent-commerce",
37
37
  "merchant"
38
38
  ],
39
+ "homepage": "https://mcp.curless.ai/doc/sdks/",
39
40
  "repository": {
40
41
  "type": "git",
41
- "url": "git+https://gitlab.com/robin-ruan/agentbank.git",
42
+ "url": "git+https://gitlab.com/curless-group1/agentbank.git",
42
43
  "directory": "packages/sdks/shopify-adapter"
43
44
  },
44
45
  "author": "robin",