secretcarousel 2.1.0 → 2.4.0

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 CHANGED
@@ -1,17 +1,22 @@
1
1
  {
2
2
  "name": "secretcarousel",
3
- "version": "2.1.0",
3
+ "version": "2.4.0",
4
4
  "description": "The agent-first secret vault CLI. Store, rotate, and share secrets from any AI coding agent.",
5
5
  "bin": {
6
6
  "secretcarousel": "bin/cli.js",
7
7
  "sc": "bin/cli.js"
8
8
  },
9
- "files": ["bin/", "dist/"],
9
+ "files": [
10
+ "bin/",
11
+ "dist/"
12
+ ],
10
13
  "scripts": {
11
14
  "build": "node scripts/build.js",
12
15
  "prepublishOnly": "npm run build"
13
16
  },
14
- "engines": { "node": ">=18.0.0" },
17
+ "engines": {
18
+ "node": ">=18.0.0"
19
+ },
15
20
  "keywords": [
16
21
  "secretcarousel",
17
22
  "secrets",