@sequencemedia/certificates 1.0.3 → 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/ca-and-certs.sh CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/bin/bash
2
2
 
3
- if [ -z "$1" ]
3
+ if [ -z "$1" ];
4
4
  then
5
5
  SUBJ="/C=UK/ST=England/L=Greenwich/O=Sequence Media Limited/CN=Sequence Media/emailAddress=sequencemedia@sequencemedia.net"
6
6
  else
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/certs.sh CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/bin/bash
2
2
 
3
- if [ -z "$1" ]
3
+ if [ -z "$1" ];
4
4
  then
5
5
  SUBJ="/C=UK/ST=England/L=Greenwich/O=Sequence Media Limited/CN=Sequence Media/emailAddress=sequencemedia@sequencemedia.net"
6
6
  else
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sequencemedia/certificates",
3
- "version": "1.0.3",
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