envilder 0.6.5 → 0.6.6
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/README.md +3 -0
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
<a href="https://macalbert.github.io/envilder/">
|
|
23
23
|
<img src="https://img.shields.io/badge/coverage-report-green.svg" alt="Coverage Report">
|
|
24
24
|
</a>
|
|
25
|
+
<a href="https://snyk.io/test/github/macalbert/envilder">
|
|
26
|
+
<img src="https://snyk.io/test/github/macalbert/envilder/badge.svg" alt="Known Vulnerabilities">
|
|
27
|
+
</a>
|
|
25
28
|
<a href="./LICENSE">
|
|
26
29
|
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License">
|
|
27
30
|
</a>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "envilder",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"description": "A CLI that securely centralizes your environment variables from AWS SSM as a single source of truth",
|
|
5
5
|
"main": "./lib/apps/cli/Cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -74,14 +74,13 @@
|
|
|
74
74
|
"@biomejs/biome": "^2.1.3",
|
|
75
75
|
"@secretlint/secretlint-rule-preset-recommend": "^11.2.4",
|
|
76
76
|
"@testcontainers/localstack": "^11.0.1",
|
|
77
|
-
"@
|
|
78
|
-
"@vitest/coverage-v8": "^3.1.1",
|
|
77
|
+
"@vitest/coverage-v8": "^4.0.6",
|
|
79
78
|
"glob": "^11.0.2",
|
|
80
79
|
"secretlint": "^11.2.0",
|
|
81
80
|
"testcontainers": "^11.0.1",
|
|
82
81
|
"ts-node": "^10.9.2",
|
|
83
82
|
"typescript": "^5.6.2",
|
|
84
|
-
"vitest": "^
|
|
83
|
+
"vitest": "^4.0.6"
|
|
85
84
|
},
|
|
86
85
|
"engines": {
|
|
87
86
|
"node": ">=20.0.0"
|