Skip to content

Commit

Permalink
server have option to listen socket
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonseungkang committed Nov 30, 2022
1 parent 819e802 commit 8132698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virtual-printer",
"version": "1.0.16",
"version": "1.0.17",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/printer/printer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface PrinterOptionsRequest {
/**
* for fastify host and port
*/
serverUrl?: URL;
serverUrl?: URL | string;
/**
* printer-uri-supported (1setOf uri)
*/
Expand Down

0 comments on commit 8132698

Please sign in to comment.