@zthun/helpful-internet 4.0.2 → 4.0.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.
@@ -1,4 +1,5 @@
1
1
  import { IZEmailContact } from './email-contact.mjs';
2
+
2
3
  /**
3
4
  * Represents a builder that will build a comma separated
4
5
  * list of addresses for an email message.
@@ -1,4 +1,5 @@
1
1
  import { IZEmailContact } from './email-contact.mjs';
2
+
2
3
  /**
3
4
  * Represents an email envelope of information about who the email is from and where it's going to.
4
5
  */
@@ -1,4 +1,5 @@
1
1
  import { IZEmailEnvelope } from './email-envelope.mjs';
2
+
2
3
  /**
3
4
  * Represents an email message.
4
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zthun/helpful-internet",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "Helpful objects that represents internet base entities",
5
5
  "author": "Anthony Bonta",
6
6
  "license": "MIT",
@@ -25,7 +25,7 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@zthun/helpful-fn": "^4.0.2"
28
+ "@zthun/helpful-fn": "^4.0.4"
29
29
  },
30
30
  "devDependencies": {
31
31
  "vite": "^5.1.6",
@@ -35,5 +35,5 @@
35
35
  "dist"
36
36
  ],
37
37
  "sideEffects": false,
38
- "gitHead": "1a20a7a4bfc8ad976bbceb85eca7848772c64e64"
38
+ "gitHead": "6afe41b9e9e5dfb160a3b37c98de6a31e127b7fd"
39
39
  }