@remkoj/optimizely-graph-functions 3.2.3 → 4.0.0
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.
|
@@ -23,22 +23,23 @@ exports.default = [
|
|
|
23
23
|
name: displayName
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
... on
|
|
27
|
-
|
|
26
|
+
... on ICompositionComponentNode {
|
|
27
|
+
component {
|
|
28
|
+
...BlockData
|
|
28
29
|
...ElementData
|
|
29
30
|
}
|
|
30
31
|
}
|
|
31
32
|
}`,
|
|
32
|
-
`fragment IElementData on
|
|
33
|
+
`fragment IElementData on _IComponent {
|
|
33
34
|
_metadata {
|
|
34
35
|
...IContentInfo
|
|
35
36
|
}
|
|
36
37
|
_type: __typename
|
|
37
38
|
}`,
|
|
38
|
-
`fragment ElementData on
|
|
39
|
+
`fragment ElementData on _IComponent {
|
|
39
40
|
...IElementData
|
|
40
41
|
}`,
|
|
41
|
-
`fragment BlockData on
|
|
42
|
+
`fragment BlockData on _IComponent {
|
|
42
43
|
...IContentData
|
|
43
44
|
}`,
|
|
44
45
|
`fragment PageData on _IContent {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fragments.cms13.js","sourceRoot":"","sources":["../../src/documents/fragments.cms13.ts"],"names":[],"mappings":";;AAAA,kBAAe;IACX;;;;;;MAME;IACF
|
|
1
|
+
{"version":3,"file":"fragments.cms13.js","sourceRoot":"","sources":["../../src/documents/fragments.cms13.ts"],"names":[],"mappings":";;AAAA,kBAAe;IACX;;;;;;MAME;IACF;;;;;;;;;;;;;;;;;;;;;MAqBE;IACF;;;;;MAKE;IACF;;MAEE;IACF;;MAEE;IACF;;MAEE;IACF;;;;MAIE;IACF;;;;;MAKE;IACF;;;;;;;;;MASE;IACF;;MAEE;IACF;;;;MAIE;IACF;;;;;;;MAOE;CACL,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remkoj/optimizely-graph-functions",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "
|
|
5
|
-
"packageManager": "yarn@4.1.1",
|
|
4
|
+
"version": "4.0.0",
|
|
6
5
|
"repository": "https://github.com/remkoj/optimizely-dxp-clients.git",
|
|
7
6
|
"author": "Remko Jantzen <693172+remkoj@users.noreply.github.com>",
|
|
8
7
|
"homepage": "https://github.com/remkoj/optimizely-dxp-clients",
|
|
@@ -62,7 +61,7 @@
|
|
|
62
61
|
},
|
|
63
62
|
"peerDependencies": {
|
|
64
63
|
"@graphql-typed-document-node/core": "*",
|
|
65
|
-
"@remkoj/optimizely-graph-client": "
|
|
64
|
+
"@remkoj/optimizely-graph-client": "4.0.0",
|
|
66
65
|
"graphql": "*",
|
|
67
66
|
"graphql-request": "^6.1.0",
|
|
68
67
|
"graphql-tag": "*"
|