create-mercato-app 0.5.1-develop.2802.9223828f7f → 0.5.1-develop.2855.9b058b7483

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mercato-app",
3
- "version": "0.5.1-develop.2802.9223828f7f",
3
+ "version": "0.5.1-develop.2855.9b058b7483",
4
4
  "type": "module",
5
5
  "description": "Create a new Open Mercato application",
6
6
  "main": "./dist/index.js",
@@ -749,7 +749,6 @@ function decodeCursor(token: string | undefined): CursorPayload | null {
749
749
  if (typeof parsed.id !== 'string' || typeof parsed.createdAt !== 'string') return null
750
750
  return parsed
751
751
  } catch {
752
- /* malformed cursor token — treat as no cursor */
753
752
  return null
754
753
  }
755
754
  }