@burdenoff/website-sdk 2026.516.20 → 2026.517.2

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.
package/dist/index.mjs CHANGED
@@ -2731,6 +2731,13 @@ var PUBLIC_CONTENT_PAGE_QUERY = `
2731
2731
  seoKeywords
2732
2732
  lastUpdated
2733
2733
  version
2734
+ excerpt
2735
+ thumbnail
2736
+ author
2737
+ publishedAt
2738
+ readingTime
2739
+ featured
2740
+ category
2734
2741
  }
2735
2742
  }
2736
2743
  `;
@@ -2747,6 +2754,13 @@ var PUBLIC_RESOLVED_CONTENT_PAGE_QUERY = `
2747
2754
  seoKeywords
2748
2755
  lastUpdated
2749
2756
  version
2757
+ excerpt
2758
+ thumbnail
2759
+ author
2760
+ publishedAt
2761
+ readingTime
2762
+ featured
2763
+ category
2750
2764
  }
2751
2765
  }
2752
2766
  `;
@@ -2760,6 +2774,13 @@ var PUBLIC_CONTENT_PAGES_QUERY = `
2760
2774
  lastUpdated
2761
2775
  tags
2762
2776
  seoDescription
2777
+ excerpt
2778
+ thumbnail
2779
+ author
2780
+ publishedAt
2781
+ readingTime
2782
+ featured
2783
+ category
2763
2784
  }
2764
2785
  total
2765
2786
  hasMore
@@ -2867,6 +2888,13 @@ var BLOG_POSTS_QUERY = `
2867
2888
  lastUpdated
2868
2889
  tags
2869
2890
  seoDescription
2891
+ excerpt
2892
+ thumbnail
2893
+ author
2894
+ publishedAt
2895
+ readingTime
2896
+ featured
2897
+ category
2870
2898
  }
2871
2899
  total
2872
2900
  hasMore
@@ -2886,6 +2914,13 @@ var BLOG_POST_QUERY = `
2886
2914
  seoKeywords
2887
2915
  lastUpdated
2888
2916
  tags
2917
+ excerpt
2918
+ thumbnail
2919
+ author
2920
+ publishedAt
2921
+ readingTime
2922
+ featured
2923
+ category
2889
2924
  }
2890
2925
  }
2891
2926
  `;