envpkt 0.11.1 → 0.11.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "envpkt",
3
- "version": "0.11.1",
3
+ "version": "0.11.3",
4
4
  "description": "Credential lifecycle and fleet management for AI agents",
5
5
  "keywords": [
6
6
  "credentials",
@@ -42,16 +42,16 @@
42
42
  "@modelcontextprotocol/sdk": "^1.29.0",
43
43
  "@sinclair/typebox": "^0.34.49",
44
44
  "commander": "^14.0.3",
45
- "functype": "^0.60.0",
46
- "functype-log": "^0.60.0",
47
- "functype-os": "^0.60.0",
45
+ "functype": "^0.60.7",
46
+ "functype-log": "^0.60.7",
47
+ "functype-os": "^0.60.7",
48
48
  "smol-toml": "^1.6.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@types/node": "^24.12.2",
52
- "ts-builds": "^2.7.0",
53
- "tsdown": "^0.21.9",
54
- "tsx": "^4.21.0"
51
+ "@types/node": "^24.12.4",
52
+ "ts-builds": "^2.8.1",
53
+ "tsdown": "^0.22.0",
54
+ "tsx": "^4.22.3"
55
55
  },
56
56
  "type": "module",
57
57
  "main": "./dist/index.js",
@@ -131,6 +131,11 @@
131
131
  "description": "Date the secret was provisioned (YYYY-MM-DD)",
132
132
  "type": "string"
133
133
  },
134
+ "last_rotated_at": {
135
+ "format": "date",
136
+ "description": "Date the secret value was most recently rotated (YYYY-MM-DD). Used by audit for staleness.",
137
+ "type": "string"
138
+ },
134
139
  "rotates": {
135
140
  "description": "Rotation schedule (e.g. '90d', 'quarterly')",
136
141
  "type": "string"