@soga/types 1.3.24 → 1.3.25

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.mts CHANGED
@@ -637,7 +637,7 @@ type SubListItem = {
637
637
  has_update: number;
638
638
  synced_version: number;
639
639
  transfer_at: string;
640
- };
640
+ }[];
641
641
  };
642
642
 
643
643
  type SpaceLevelItem = {
package/dist/index.d.ts CHANGED
@@ -637,7 +637,7 @@ type SubListItem = {
637
637
  has_update: number;
638
638
  synced_version: number;
639
639
  transfer_at: string;
640
- };
640
+ }[];
641
641
  };
642
642
 
643
643
  type SpaceLevelItem = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soga/types",
3
- "version": "1.3.24",
3
+ "version": "1.3.25",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },