@sequencemedia/certificates 1.0.184 → 1.0.186

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/package.json +1 -1
  2. package/.gitattributes +0 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sequencemedia/certificates",
3
- "version": "1.0.184",
3
+ "version": "1.0.186",
4
4
  "description": "Generate root CA and self-signed certificates with OpenSSL",
5
5
  "type": "module",
6
6
  "author": {
package/.gitattributes DELETED
@@ -1,18 +0,0 @@
1
- # Default behavior
2
- * text=auto
3
-
4
- # LF line endings
5
- *.json text eol=lf
6
- *.sh text eol=lf
7
- *.mjs text eol=lf
8
- *.cjs text eol=lf
9
- *.mts text eol=lf
10
- .editorconfig text eol=lf
11
- .eslintignore text eol=lf
12
- .eslintrc text eol=lf
13
- .gitattributes text eol=lf
14
- .gitignore text eol=lf
15
- .husky/* text eol=lf
16
-
17
- # CRLF line endings
18
- *.bat text eol=crlf