@sequencemedia/certificates 1.0.4 → 1.0.5

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/ca-and-certs.mjs CHANGED
@@ -1,3 +1,5 @@
1
+ #!/bin/node
2
+
1
3
  import debug from 'debug'
2
4
  import os from 'node:os'
3
5
  import ip from 'ip'
package/certs.mjs CHANGED
@@ -1,3 +1,5 @@
1
+ #!/bin/node
2
+
1
3
  import debug from 'debug'
2
4
  import os from 'node:os'
3
5
  import ip from 'ip'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sequencemedia/certificates",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Generate root CA and self-signed certificates with OpenSSL",
5
5
  "type": "module",
6
6
  "author": {
File without changes
File without changes