Skip to content

Commit

Permalink
Merge branch 'main' into http2-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastercuber committed Aug 24, 2023
2 parents 2f2c833 + bc3286b commit 945bec7
Show file tree
Hide file tree
Showing 7 changed files with 743 additions and 512 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v1.4.0

[compare changes](https://github.com/unjs/listhen/compare/v1.3.1...v1.4.0)

### 🚀 Enhancements

- **cli:** Expose `getArgs` and `parseArgs` ([#109](https://github.com/unjs/listhen/pull/109))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.3.1

[compare changes](https://github.com/unjs/listhen/compare/v1.3.0...v1.3.1)

### 🩹 Fixes

- Update qr code padding ([#105](https://github.com/unjs/listhen/pull/105))
- Use unicode char for network placeholder ([e80f658](https://github.com/unjs/listhen/commit/e80f658))

### 🏡 Chore

- Update dependencies ([f187156](https://github.com/unjs/listhen/commit/f187156))
- Lint ([275e6bc](https://github.com/unjs/listhen/commit/275e6bc))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Anthony Fu <anthonyfu117@hotmail.com>

## v1.3.0

[compare changes](https://github.com/unjs/listhen/compare/v1.2.2...v1.3.0)
Expand Down
1 change: 1 addition & 0 deletions cli.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/cli'
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listhen",
"version": "1.3.0",
"version": "1.4.0",
"description": "👂 Elegant HTTP Listener",
"repository": "unjs/listhen",
"license": "MIT",
Expand All @@ -25,7 +25,8 @@
"files": [
"dist",
"lib",
"bin"
"bin",
"cli.d.ts"
],
"scripts": {
"build": "unbuild",
Expand All @@ -39,34 +40,34 @@
},
"dependencies": {
"@parcel/watcher": "^2.2.0",
"@parcel/watcher-wasm": "2.3.0-alpha.1",
"@parcel/watcher-wasm": "2.3.0-alpha.3",
"citty": "^0.1.2",
"clipboardy": "^3.0.0",
"consola": "^3.2.3",
"defu": "^6.1.2",
"get-port-please": "^3.0.1",
"h3": "^1.8.0-rc.3",
"h3": "^1.8.0",
"http-shutdown": "^1.2.2",
"jiti": "^1.19.1",
"jiti": "^1.19.3",
"mlly": "^1.4.0",
"node-forge": "^1.3.1",
"pathe": "^1.1.1",
"ufo": "^1.2.0",
"untun": "^0.1.1",
"uqr": "^0.1.0"
"uqr": "^0.1.2"
},
"devDependencies": {
"@types/node": "^20.4.10",
"@types/node": "^20.5.3",
"@types/node-forge": "^1.3.4",
"@vitest/coverage-v8": "^0.34.1",
"changelogen": "^0.5.4",
"@vitest/coverage-v8": "^0.34.2",
"changelogen": "^0.5.5",
"eslint": "^8.47.0",
"eslint-config-unjs": "^0.2.1",
"ip-regex": "^5.0.0",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"typescript": "^5.1.6",
"unbuild": "^2.0.0-rc.0",
"vitest": "^0.34.1"
"unbuild": "^2.0.0",
"vitest": "^0.34.2"
},
"packageManager": "pnpm@8.6.12"
}
Loading

0 comments on commit 945bec7

Please sign in to comment.