This commit is contained in:
2026-05-30 10:02:36 +00:00
parent 47d9846c93
commit cfa972cbbe
3 changed files with 12 additions and 1 deletions
+3
View File
@@ -3,6 +3,9 @@
## Pending
## 2026-05-30 - 2.1.0
### Features
- add SSH data access proxy CLI and core managers (core)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dap",
"version": "2.0.0",
"version": "2.1.0",
"private": false,
"description": "Data access proxy for SSH hosts, port forwards, and remote filesystem mounts.",
"main": "dist_ts/index.js",
+8
View File
@@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: 'dap',
version: '2.1.0',
description: 'Data access proxy for SSH hosts, port forwards, and remote filesystem mounts.'
}