envilder 0.6.2 → 0.6.4

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/README.md +0 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -138,8 +138,6 @@ Watch how easy it is to automate your .env management in less than 1 minute:
138
138
  After configuring the AWS CLI and ensuring you have the necessary permissions to create SSM parameters,
139
139
  you can begin pushing your first environment variables.
140
140
 
141
- Let me know if you want it split into two lines to resolve the markdown lint warning.
142
-
143
141
  1. **Create a mapping file:**
144
142
 
145
143
  ```json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "envilder",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
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": {
@@ -71,10 +71,10 @@
71
71
  "reflect-metadata": "^0.2.2"
72
72
  },
73
73
  "devDependencies": {
74
- "@biomejs/biome": "^2.0.6",
74
+ "@biomejs/biome": "^2.1.3",
75
75
  "@secretlint/secretlint-rule-preset-recommend": "^10.1.1",
76
76
  "@testcontainers/localstack": "^11.0.1",
77
- "@types/glob": "^8.1.0",
77
+ "@types/glob": "^9.0.0",
78
78
  "@vitest/coverage-v8": "^3.1.1",
79
79
  "glob": "^11.0.2",
80
80
  "secretlint": "^10.1.1",