@retinalabsllc/zairusjs 0.7.2 → 0.7.4
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +304 -298
- package/dist/index.mjs +120 -107
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -209,7 +209,7 @@ interface EmailContact {
|
|
|
209
209
|
label: string;
|
|
210
210
|
/** The first part of the email before the @ (e.g., "info") */
|
|
211
211
|
user: string;
|
|
212
|
-
/** The domain after the @ (e.g., "
|
|
212
|
+
/** The domain after the @ (e.g., "retinaapps.com") */
|
|
213
213
|
domain: string;
|
|
214
214
|
}
|
|
215
215
|
interface SocialContact {
|
package/dist/index.d.ts
CHANGED
|
@@ -209,7 +209,7 @@ interface EmailContact {
|
|
|
209
209
|
label: string;
|
|
210
210
|
/** The first part of the email before the @ (e.g., "info") */
|
|
211
211
|
user: string;
|
|
212
|
-
/** The domain after the @ (e.g., "
|
|
212
|
+
/** The domain after the @ (e.g., "retinaapps.com") */
|
|
213
213
|
domain: string;
|
|
214
214
|
}
|
|
215
215
|
interface SocialContact {
|