Skip to content

Commit

Permalink
Merge pull request #15 from khskeb0513/staging
Browse files Browse the repository at this point in the history
server have option to listen socket
  • Loading branch information
hyeonseungkang authored Nov 30, 2022
2 parents 0e968ce + 8132698 commit eab3f2a
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 eab3f2a

Please sign in to comment.