@sequencemedia/certificates 1.0.185 → 1.0.187
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/package.json +2 -2
- package/.gitattributes +0 -18
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sequencemedia/certificates",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.187",
|
4
4
|
"description": "Generate root CA and self-signed certificates with OpenSSL",
|
5
5
|
"type": "module",
|
6
6
|
"author": {
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"@babel/core": "^7.22.1",
|
36
36
|
"@babel/eslint-parser": "^7.21.8",
|
37
37
|
"@babel/preset-env": "^7.22.4",
|
38
|
-
"@sequencemedia/hooks": "^1.0.
|
38
|
+
"@sequencemedia/hooks": "^1.0.430",
|
39
39
|
"core-js": "^3.30.2",
|
40
40
|
"eslint": "^8.41.0",
|
41
41
|
"eslint-config-standard": "^17.1.0",
|
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
|