@zodic/shared 0.0.259 → 0.0.260

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.259",
3
+ "version": "0.0.260",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -480,7 +480,6 @@ export interface AstroKVData {
480
480
  type: string;
481
481
  orb: number;
482
482
  diff: number;
483
- description: string | null;
484
483
  report: string | null;
485
484
  }>;
486
485
  }