Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Feb 4, 2022
1 parent 73a6c00 commit 4299426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ npm i run-in-client

### runInClient

[src/index.ts:44-82](https://github.com/stagas/run-in-client/blob/68285420b263e76ee26f07e626e869b67c1b5461/src/index.ts#L44-L82 "Source code on GitHub")
[src/index.ts:43-92](https://github.com/stagas/run-in-client/blob/73a6c003203299a30c1469173e1a00bcd43a986d/src/index.ts#L43-L92 "Source code on GitHub")

Creates a static server with esbuild transforms, creates a puppeteer instance,
executes a single function, returns its result and tears down.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "stagas",
"short": "stagas/run-in-client",
"description": "runs a single function in the client using puppeteer and esbuild",
"version": "1.0.3",
"version": "1.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4299426

Please sign in to comment.