@aurora-studio/starter-core 0.1.9 → 0.1.11

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.
@@ -106,6 +106,9 @@ export declare function holmesSimilarProducts(productId: string, limit?: number,
106
106
  /** Home personalization - sections for SSR fallback. sid optional (omit for default sections). excludeDietary filters products and sections by dietary preferences. */
107
107
  export declare function getHomePersonalization(sid?: string, opts?: {
108
108
  excludeDietary?: string[];
109
+ contentPage?: string;
110
+ contentRegion?: string;
111
+ categorySlug?: string | null;
109
112
  }): Promise<HomePersonalizationResult | null>;
110
113
  /** Current user metadata and related data (e.g. addresses) when userId is provided. Uses GET /me from tenant spec. */
111
114
  export declare function getMe(userId?: string): Promise<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurora-studio/starter-core",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "scripts": {
5
5
  "build": "tsc -p tsconfig.build.json && node scripts/minify-dist.mjs",
6
6
  "prepare": "tsc -p tsconfig.build.json && node scripts/minify-dist.mjs",
@@ -31,14 +31,14 @@
31
31
  "access": "public"
32
32
  },
33
33
  "peerDependencies": {
34
- "@aurora-studio/sdk": "^0.2.29",
34
+ "@aurora-studio/sdk": "^0.2.31",
35
35
  "lucide-react": ">=0.400",
36
36
  "next": ">=14",
37
37
  "react": "^18 || ^19",
38
38
  "react-dom": "^18 || ^19"
39
39
  },
40
40
  "devDependencies": {
41
- "@aurora-studio/sdk": "^0.2.29",
41
+ "@aurora-studio/sdk": "^0.2.31",
42
42
  "@eslint/js": "^10.0.1",
43
43
  "@types/node": "^22.0.0",
44
44
  "@types/react": "^19.0.0",