@cyanheads/mcp-ts-core 0.10.9 → 0.10.11

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.
@@ -15,9 +15,11 @@ summary: ""
15
15
  # usage. Flagged as `Breaking` in the rollup.
16
16
  breaking: false
17
17
 
18
- # Set `true` if this release contains any security fix. Pairs with the
19
- # `## Security` section below. Flagged as `Security` in the rollup so
20
- # users can triage upgrade urgency at a glance.
18
+ # Set `true` ONLY for a security fix in THIS project's own source code — a
19
+ # vulnerability or hardening in code you ship. A dependency or transitive CVE
20
+ # bump is routine maintenance, NOT a security release: record it under
21
+ # `## Dependencies` (with the advisory ID) and leave this `false`. When true,
22
+ # pairs with the `## Security` section below and flags `Security` in the rollup.
21
23
  security: false
22
24
 
23
25
  # Optional free-form notes for maintenance agents processing this release.
@@ -62,8 +62,8 @@
62
62
  "zod": "{{ZOD_VERSION}}"
63
63
  },
64
64
  "devDependencies": {
65
- "@biomejs/biome": "2.4.16",
66
- "@types/node": "25.9.3",
65
+ "@biomejs/biome": "2.5.2",
66
+ "@types/node": "26.1.0",
67
67
  "depcheck": "^1.4.7",
68
68
  "ignore": "^7.0.5",
69
69
  "tsc-alias": "^1.8.17",