@glowlabs-org/utils 0.2.41 → 0.2.42

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.
@@ -141,6 +141,7 @@ export interface Kickstarter {
141
141
  title: string;
142
142
  description: string;
143
143
  slug: string;
144
+ bannerUrl: string;
144
145
  status: KickstarterStatus | string;
145
146
  createdAt: string;
146
147
  updatedAt: string;
@@ -141,6 +141,7 @@ export interface Kickstarter {
141
141
  title: string;
142
142
  description: string;
143
143
  slug: string;
144
+ bannerUrl: string;
144
145
  status: KickstarterStatus | string;
145
146
  createdAt: string;
146
147
  updatedAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.41",
3
+ "version": "0.2.42",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -176,6 +176,7 @@ export interface Kickstarter {
176
176
  title: string;
177
177
  description: string;
178
178
  slug: string;
179
+ bannerUrl: string;
179
180
  status: KickstarterStatus | string;
180
181
  createdAt: string; // ISO 8601
181
182
  updatedAt: string; // ISO 8601