@remkoj/optimizely-cms-nextjs 6.0.0-pre7 → 6.0.0-pre8
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.
|
@@ -15,8 +15,20 @@ export type IContentInfo<LT = string> = {
|
|
|
15
15
|
};
|
|
16
16
|
export type LinkData = {
|
|
17
17
|
__typename?: "ContentUrl";
|
|
18
|
+
/**
|
|
19
|
+
* The type of router within the CMS instance that has generated the link data
|
|
20
|
+
* typical values are: "EXTERNAL", "SIMPLE" or "HIERARCHICAL".
|
|
21
|
+
*/
|
|
22
|
+
type?: string | null;
|
|
23
|
+
/**
|
|
24
|
+
* The base for the link, typically this is either null or the domain, use this
|
|
25
|
+
* to ensure that there's always a full URL.
|
|
26
|
+
*/
|
|
18
27
|
base?: string | null;
|
|
19
|
-
|
|
28
|
+
/**
|
|
29
|
+
* The default path for the Link, this is either the relative path for an internal
|
|
30
|
+
* link or the full path for an external link or media asset.
|
|
31
|
+
*/
|
|
20
32
|
default?: string | null;
|
|
21
33
|
};
|
|
22
34
|
export type LinkItemData = {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@remkoj/optimizely-cms-nextjs",
|
|
3
3
|
"description": "Next.JS integration for Optimizely SaaS CMS",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
|
-
"version": "6.0.0-
|
|
5
|
+
"version": "6.0.0-pre8",
|
|
6
6
|
"repository": "https://github.com/remkoj/optimizely-dxp-clients.git",
|
|
7
7
|
"author": "Remko Jantzen <693172+remkoj@users.noreply.github.com>",
|
|
8
8
|
"homepage": "https://github.com/remkoj/optimizely-dxp-clients",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@remkoj/optimizely-cms-react": "6.0.0-
|
|
48
|
-
"@remkoj/optimizely-graph-client": "6.0.0-
|
|
47
|
+
"@remkoj/optimizely-cms-react": "6.0.0-pre8",
|
|
48
|
+
"@remkoj/optimizely-graph-client": "6.0.0-pre8",
|
|
49
49
|
"@types/negotiator": "^0.6.4",
|
|
50
50
|
"@types/node": "^22.16.4",
|
|
51
51
|
"@types/react": "^19.1.8",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@formatjs/intl-localematcher": "^0.6.1",
|
|
62
|
-
"@remkoj/optimizely-cms-react": "^6.0.0-
|
|
63
|
-
"@remkoj/optimizely-graph-client": "^6.0.0-
|
|
62
|
+
"@remkoj/optimizely-cms-react": "^6.0.0-pre8",
|
|
63
|
+
"@remkoj/optimizely-graph-client": "^6.0.0-pre8",
|
|
64
64
|
"deepmerge": "^4.3.1",
|
|
65
65
|
"entities": "^6.0.1",
|
|
66
66
|
"graphql": "^16.11.0",
|