@remkoj/optimizely-graph-functions 3.2.3 → 4.0.0-rc1

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 ICompositionElementNode {
27
- element {
26
+ ... on ICompositionComponentNode {
27
+ component {
28
+ ...BlockData
28
29
  ...ElementData
29
30
  }
30
31
  }
31
32
  }`,
32
- `fragment IElementData on _IElement {
33
+ `fragment IElementData on _IComponent {
33
34
  _metadata {
34
35
  ...IContentInfo
35
36
  }
36
37
  _type: __typename
37
38
  }`,
38
- `fragment ElementData on _IElement {
39
+ `fragment ElementData on _IComponent {
39
40
  ...IElementData
40
41
  }`,
41
- `fragment BlockData on _IContent {
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;;;;;;;;;;;;;;;;;;;;MAoBE;IACF;;;;;MAKE;IACF;;MAEE;IACF;;MAEE;IACF;;MAEE;IACF;;;;MAIE;IACF;;;;;MAKE;IACF;;;;;;;;;MASE;IACF;;MAEE;IACF;;;;MAIE;IACF;;;;;;;MAOE;CACL,CAAA"}
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@remkoj/optimizely-graph-functions",
3
3
  "license": "Apache-2.0",
4
- "version": "3.2.3",
4
+ "version": "4.0.0-rc1",
5
5
  "packageManager": "yarn@4.1.1",
6
6
  "repository": "https://github.com/remkoj/optimizely-dxp-clients.git",
7
7
  "author": "Remko Jantzen <693172+remkoj@users.noreply.github.com>",
@@ -62,9 +62,10 @@
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@graphql-typed-document-node/core": "*",
65
- "@remkoj/optimizely-graph-client": "3.2.3",
65
+ "@remkoj/optimizely-graph-client": "4.0.0-rc1",
66
66
  "graphql": "*",
67
67
  "graphql-request": "^6.1.0",
68
68
  "graphql-tag": "*"
69
- }
69
+ },
70
+ "stableVersion": "3.2.3"
70
71
  }