@kookee/sdk 0.0.20 → 0.0.21

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.d.cts CHANGED
@@ -138,6 +138,7 @@ interface ChangelogEntryListItem {
138
138
  id: string;
139
139
  slug: string;
140
140
  title: string;
141
+ contentHtml: string;
141
142
  type: ChangelogType;
142
143
  version: string | null;
143
144
  publishedAt: string | null;
package/dist/index.d.ts CHANGED
@@ -138,6 +138,7 @@ interface ChangelogEntryListItem {
138
138
  id: string;
139
139
  slug: string;
140
140
  title: string;
141
+ contentHtml: string;
141
142
  type: ChangelogType;
142
143
  version: string | null;
143
144
  publishedAt: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kookee/sdk",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Official Kookee SDK - Access your blog, changelog, help center, and more",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",