Skip to content

Commit

Permalink
release 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
faulpeltz committed Apr 10, 2024
1 parent bb9fbb4 commit 9b4cedf
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 94 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# DerTunnel Changelog

## 0.6.9

- Add macOS builds
- Upgrade deps

## 0.6.8

- Collect bundled licenses in dist/LICENSES_bundled.txt
Expand Down
170 changes: 85 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dertunnel",
"version": "0.6.8",
"version": "0.6.9",
"description": "A ngrok-style tunnel client/server",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,18 +31,18 @@
"@types/dns2": "2.0.9",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.11.30",
"@types/node": "20.12.7",
"@types/prompts": "~2.4.9",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@yao-pkg/pkg": "5.11.5",
"esbuild": "0.20.2",
"esbuild-register": "3.5.0",
"eslint": "8.57.0",
"eslint-plugin-jest": "27.9.0",
"jest": "29.7.0",
"license-compliance": "2.0.1",
"typescript": "5.4.3"
"typescript": "5.4.4"
},
"dependencies": {
"acme-client": "5.3.0",
Expand All @@ -52,7 +52,7 @@
"dns2": "2.1.0",
"express": "4.19.2",
"lru-cache": "10.2.0",
"nanoid": "5.0.6",
"nanoid": "5.0.7",
"prompts": "2.4.2",
"rate-limiter-flexible": "5.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dertunnel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faulpeltz/dertunnel",
"version": "0.6.8",
"version": "0.6.9",
"description": "A client for the dertunnel public endpoint forwarder",
"main": "./index.js",
"typings": "./client.d.ts",
Expand Down
Loading

0 comments on commit 9b4cedf

Please sign in to comment.