@blamejs/core 0.7.24 → 0.7.39

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/lib/network.js CHANGED
@@ -6,6 +6,7 @@ var dns = require("./network-dns");
6
6
  var proxy = require("./network-proxy");
7
7
  var trust = require("./network-tls");
8
8
  var heartbeat = require("./network-heartbeat");
9
+ var smtpPolicy = require("./network-smtp-policy");
9
10
 
10
11
  var validateOpts = require("./validate-opts");
11
12
  var lazyRequire = require("./lazy-require");
@@ -219,6 +220,12 @@ module.exports = {
219
220
  proxy: proxy,
220
221
  tls: trust,
221
222
  heartbeat: heartbeat,
223
+ smtp: {
224
+ policy: smtpPolicy,
225
+ mtaSts: smtpPolicy.mtaSts,
226
+ dane: smtpPolicy.dane,
227
+ tlsRpt: smtpPolicy.tlsRpt,
228
+ },
222
229
  socket: {
223
230
  setDefaultNoDelay: _setSocketNoDelay,
224
231
  setDefaultKeepAlive: _setSocketKeepAlive,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blamejs/core",
3
- "version": "0.7.24",
3
+ "version": "0.7.39",
4
4
  "description": "The Node framework that owns its stack.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "blamejs contributors",
@@ -2,10 +2,10 @@
2
2
  "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
3
3
  "bomFormat": "CycloneDX",
4
4
  "specVersion": "1.5",
5
- "serialNumber": "urn:uuid:942606f7-1484-4ac3-9332-63f73e25256f",
5
+ "serialNumber": "urn:uuid:3c8db39e-745e-4810-ae2a-7b527c808492",
6
6
  "version": 1,
7
7
  "metadata": {
8
- "timestamp": "2026-05-05T06:51:47.053Z",
8
+ "timestamp": "2026-05-05T19:17:04.824Z",
9
9
  "lifecycles": [
10
10
  {
11
11
  "phase": "build"
@@ -19,14 +19,14 @@
19
19
  }
20
20
  ],
21
21
  "component": {
22
- "bom-ref": "@blamejs/core@0.7.24",
22
+ "bom-ref": "@blamejs/core@0.7.39",
23
23
  "type": "library",
24
24
  "name": "blamejs",
25
- "version": "0.7.24",
25
+ "version": "0.7.39",
26
26
  "scope": "required",
27
27
  "author": "blamejs contributors",
28
28
  "description": "The Node framework that owns its stack.",
29
- "purl": "pkg:npm/%40blamejs/core@0.7.24",
29
+ "purl": "pkg:npm/%40blamejs/core@0.7.39",
30
30
  "properties": [],
31
31
  "externalReferences": [
32
32
  {
@@ -54,7 +54,7 @@
54
54
  "components": [],
55
55
  "dependencies": [
56
56
  {
57
- "ref": "@blamejs/core@0.7.24",
57
+ "ref": "@blamejs/core@0.7.39",
58
58
  "dependsOn": []
59
59
  }
60
60
  ]