@glowlabs-org/utils 0.2.67 → 0.2.68

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.
@@ -207,7 +207,6 @@ export interface SponsoredFarm {
207
207
  name: string;
208
208
  location: string;
209
209
  certifiedInstallerId: string | null;
210
- ownerId: string;
211
210
  kwhCapacity: string;
212
211
  solarPanelsQuantity: number;
213
212
  adjustedWeeklyCarbonCredits: string;
@@ -207,7 +207,6 @@ export interface SponsoredFarm {
207
207
  name: string;
208
208
  location: string;
209
209
  certifiedInstallerId: string | null;
210
- ownerId: string;
211
210
  kwhCapacity: string;
212
211
  solarPanelsQuantity: number;
213
212
  adjustedWeeklyCarbonCredits: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.67",
3
+ "version": "0.2.68",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -259,7 +259,6 @@ export interface SponsoredFarm {
259
259
  name: string;
260
260
  location: string;
261
261
  certifiedInstallerId: string | null;
262
- ownerId: string;
263
262
  kwhCapacity: string;
264
263
  solarPanelsQuantity: number;
265
264
  adjustedWeeklyCarbonCredits: string;