tunnel-mcp 0.1.4 → 0.1.5

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/CHANGELOG.md CHANGED
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  - Nothing yet.
13
13
 
14
+ ## [0.1.5] - 2026-07-01
15
+
16
+ ### Changed
17
+
18
+ - Housekeeping: package authorship and the security/conduct reporting contacts
19
+ now use the project's GitHub handle and GitHub's private advisory flow instead
20
+ of a personal email. No functional or API changes.
21
+
14
22
  ## [0.1.4] - 2026-07-01
15
23
 
16
24
  ### Fixed
@@ -124,7 +132,8 @@ install-skill` copies the `tunnel-etiquette` skill into `~/.claude/skills`
124
132
  declaring a fix "confirmed".
125
133
  - Test suite of 109 tests built with vitest, developed test-first (TDD).
126
134
 
127
- [Unreleased]: https://github.com/zachlikefolio/tunnel-mcp/compare/v0.1.4...HEAD
135
+ [Unreleased]: https://github.com/zachlikefolio/tunnel-mcp/compare/v0.1.5...HEAD
136
+ [0.1.5]: https://github.com/zachlikefolio/tunnel-mcp/compare/v0.1.4...v0.1.5
128
137
  [0.1.4]: https://github.com/zachlikefolio/tunnel-mcp/compare/v0.1.3...v0.1.4
129
138
  [0.1.3]: https://github.com/zachlikefolio/tunnel-mcp/compare/v0.1.2...v0.1.3
130
139
  [0.1.2]: https://github.com/zachlikefolio/tunnel-mcp/compare/v0.1.1...v0.1.2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Zachary Kehl
3
+ Copyright (c) 2026 zachlikefolio
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/SECURITY.md CHANGED
@@ -21,11 +21,10 @@ security advisories:
21
21
  2. Open the **Security** tab.
22
22
  3. Click **Report a vulnerability** to open a new draft security advisory.
23
23
 
24
- This creates a private conversation with the maintainer and lets us
24
+ This creates a private conversation with the maintainers and lets us
25
25
  coordinate a fix and a disclosure timeline before any details become public.
26
26
 
27
- If you cannot use GitHub's advisory flow, you may instead email
28
- **zach@likefolio.com** with details of the issue. Please include:
27
+ When you report, please include:
29
28
 
30
29
  - A description of the vulnerability and its potential impact.
31
30
  - Steps to reproduce, or a proof-of-concept, if available.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tunnel-mcp",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Let two developers' Claude agents talk directly through an ephemeral, end-to-end-encrypted tunnel.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -45,7 +45,7 @@
45
45
  "websocket",
46
46
  "llm"
47
47
  ],
48
- "author": "Zachary Kehl <zach@likefolio.com>",
48
+ "author": "zachlikefolio (https://github.com/zachlikefolio)",
49
49
  "license": "MIT",
50
50
  "repository": {
51
51
  "type": "git",