cooptypes 1.0.2 → 1.0.3

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
@@ -6624,7 +6624,7 @@ interface IAnnounce {
6624
6624
  interface IContacts {
6625
6625
  full_name: string;
6626
6626
  full_address: string;
6627
- details: string;
6627
+ details: Details;
6628
6628
  phone: string;
6629
6629
  email: string;
6630
6630
  chairman: {
package/dist/index.d.mts CHANGED
@@ -6624,7 +6624,7 @@ interface IAnnounce {
6624
6624
  interface IContacts {
6625
6625
  full_name: string;
6626
6626
  full_address: string;
6627
- details: string;
6627
+ details: Details;
6628
6628
  phone: string;
6629
6629
  email: string;
6630
6630
  chairman: {
package/dist/index.d.ts CHANGED
@@ -6624,7 +6624,7 @@ interface IAnnounce {
6624
6624
  interface IContacts {
6625
6625
  full_name: string;
6626
6626
  full_address: string;
6627
- details: string;
6627
+ details: Details;
6628
6628
  phone: string;
6629
6629
  email: string;
6630
6630
  chairman: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cooptypes",
3
3
  "type": "module",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "packageManager": "pnpm@9.0.6",
6
6
  "description": "_description_",
7
7
  "author": "Alex Ant <dacom.dark.sun@gmail.com>",