updating-secrets 1.0.3 → 1.0.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.
@@ -43,7 +43,7 @@ export declare const rotatableSecretShape: Shape<{
43
43
  /** The latest up-to-date version of the secret's value. */
44
44
  current: string;
45
45
  /** The optional legacy value for the secret. Use for graceful secret rotation. */
46
- legacy: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
46
+ legacy: Shape<import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>>;
47
47
  }>;
48
48
  /**
49
49
  * Type expansion for {@link rotatableSecretShape}.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "updating-secrets",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Automatically update secrets on an interval with support for seamless secret rotation.",
5
5
  "keywords": [
6
6
  "secrets",
@@ -44,20 +44,20 @@
44
44
  "test:update": "npm run test update"
45
45
  },
46
46
  "dependencies": {
47
- "@augment-vir/assert": "^31.34.0",
48
- "@augment-vir/common": "^31.34.0",
49
- "date-vir": "^7.4.2",
50
- "object-shape-tester": "^6.2.1",
51
- "type-fest": "^4.41.0"
47
+ "@augment-vir/assert": "^31.40.0",
48
+ "@augment-vir/common": "^31.40.0",
49
+ "date-vir": "^8.0.0",
50
+ "object-shape-tester": "^6.9.2",
51
+ "type-fest": "^5.1.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@augment-vir/test": "^31.34.0",
55
- "@types/node": "^24.3.1",
54
+ "@augment-vir/test": "^31.40.0",
55
+ "@types/node": "^24.7.2",
56
56
  "c8": "^10.1.3",
57
57
  "istanbul-smart-text-reporter": "^1.1.5",
58
58
  "markdown-code-example-inserter": "^3.0.3",
59
- "typedoc": "^0.28.12",
60
- "typescript": "^5.9.2"
59
+ "typedoc": "^0.28.14",
60
+ "typescript": "^5.9.3"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=22"