pubface 1.0.5 → 1.0.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.7](https://github.com/postalsys/pubface/compare/v1.0.6...v1.0.7) (2024-02-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** Bumped nodemailer ([0410b96](https://github.com/postalsys/pubface/commit/0410b9606d2af8c1bb4cffb9428ab1ce8ad65ade))
9
+
10
+ ## [1.0.6](https://github.com/postalsys/pubface/compare/v1.0.5...v1.0.6) (2023-09-20)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **license:** Changed license name ([986068f](https://github.com/postalsys/pubface/commit/986068f585b6c82c3b83ed6eb9d30463dac3a730))
16
+
3
17
  ## [1.0.5](https://github.com/postalsys/pubface/compare/v1.0.4...v1.0.5) (2023-09-20)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pubface",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Resolve public network interfaces for current machine",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,7 +8,8 @@
8
8
  "build-source": "rm -rf node_modules package-lock.json && npm install && npm run licenses && rm -rf node_modules package-lock.json && npm install --production && rm -rf package-lock.json",
9
9
  "build-dist": "npx pkg --compress Brotli package.json && rm -rf package-lock.json && npm install",
10
10
  "build-dist-fast": "npx pkg --debug package.json && rm -rf package-lock.json && npm install",
11
- "licenses": "license-report --only=prod --output=table --config license-report-config.json > licenses.txt"
11
+ "licenses": "license-report --only=prod --output=table --config license-report-config.json > licenses.txt",
12
+ "update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
12
13
  },
13
14
  "keywords": [],
14
15
  "author": "Postal Systems OÜ",
@@ -26,11 +27,11 @@
26
27
  },
27
28
  "dependencies": {
28
29
  "ipaddr.js": "2.1.0",
29
- "nodemailer": "6.9.5"
30
+ "nodemailer": "6.9.9"
30
31
  },
31
32
  "devDependencies": {
32
33
  "pkg": "5.8.1",
33
- "license-report": "6.4.0"
34
+ "license-report": "6.5.0"
34
35
  },
35
36
  "pkg": {
36
37
  "assets": [