@gem-sdk/core 1.44.2-staging.94 → 1.44.2-staging.99

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.
@@ -33,6 +33,9 @@ const BlogsDocument = `
33
33
  isSample
34
34
  platformCreatedAt
35
35
  author
36
+ content {
37
+ excerptHtml
38
+ }
36
39
  media {
37
40
  width
38
41
  src
@@ -31,6 +31,9 @@ const BlogsDocument = `
31
31
  isSample
32
32
  platformCreatedAt
33
33
  author
34
+ content {
35
+ excerptHtml
36
+ }
34
37
  media {
35
38
  width
36
39
  src
@@ -37230,6 +37230,7 @@ type BlogsQueryResponse = {
37230
37230
  articles?: Maybe$1<(Pick<ArticleConnection$1, 'totalCount'> & {
37231
37231
  edges: Array<(Pick<ArticleEdge$1, 'cursor'> & {
37232
37232
  node?: Maybe$1<(Pick<Article$2, 'id' | 'title' | 'handle' | 'description' | 'templateSuffix' | 'titleMeta' | 'descriptionMeta' | 'baseID' | 'tags' | 'isSample' | 'platformCreatedAt' | 'author'> & {
37233
+ content?: Maybe$1<Pick<ArticleContent$1, 'excerptHtml'>>;
37233
37234
  media?: Maybe$1<Pick<Media$1, 'width' | 'src' | 'height'>>;
37234
37235
  })>;
37235
37236
  })>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.44.2-staging.94",
3
+ "version": "1.44.2-staging.99",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",