@replohq/sdk 0.6.0 → 0.6.1

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,7 +1,7 @@
1
1
  export const BUILD_METADATA = {
2
2
  "packageName": "@replohq/sdk",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "branch": "HEAD",
5
- "commit": "bcdd1e929edca05c6245d0bc2af6978fc9e402e8",
6
- "builtAt": "2026-08-19T16:52:57.734Z"
5
+ "commit": "53885fcc411325244dae08b8ba0697eea8e8b1b5",
6
+ "builtAt": "2026-08-19T22:25:34.675Z"
7
7
  };
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@replohq/sdk",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "reploBuild": {
5
5
  "packageName": "@replohq/sdk",
6
- "version": "0.6.0",
6
+ "version": "0.6.1",
7
7
  "branch": "HEAD",
8
- "commit": "bcdd1e929edca05c6245d0bc2af6978fc9e402e8",
9
- "builtAt": "2026-08-19T16:52:57.734Z"
8
+ "commit": "53885fcc411325244dae08b8ba0697eea8e8b1b5",
9
+ "builtAt": "2026-08-19T22:25:34.675Z"
10
10
  },
11
11
  "description": "Replo SDK — cart, analytics, and data loaders for agent-built Next.js sites.",
12
12
  "license": "SEE LICENSE IN LICENSE",
@@ -229,6 +229,11 @@
229
229
  "react": ">=18.2.0",
230
230
  "react-dom": ">=18.2.0"
231
231
  },
232
+ "repository": {
233
+ "type": "git",
234
+ "url": "git+https://github.com/replohq/andytown.git",
235
+ "directory": "packages/sdk"
236
+ },
232
237
  "publishConfig": {
233
238
  "registry": "https://registry.npmjs.org/",
234
239
  "access": "public"