@replayio/puppeteer
Advanced tools
Comparing version 0.1.26 to 0.1.27
{ | ||
"name": "@replayio/puppeteer", | ||
"version": "0.1.26", | ||
"version": "0.1.27", | ||
"description": "Configuration utilities for using the Replay browsers with puppeteer", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"if:exists": "node -e 'require(\"fs\").existsSync(process.argv[1]) ? require(\"child_process\").spawnSync(process.argv[2], process.argv.slice(3), {stdio: \"inherit\"}) : 0'", | ||
"if:exists": "node -e \"require('fs').existsSync(process.argv[1]) ? require('child_process').spawnSync(process.argv[2], process.argv.slice(3), {shell: true, stdio: 'inherit'}) : 0\"", | ||
"if:source": "npm run if:exists -- src/index.ts", | ||
@@ -36,5 +36,5 @@ "if:dist": "npm run if:exists -- src/index.js", | ||
"dependencies": { | ||
"@replayio/replay": "^0.10.3" | ||
"@replayio/replay": "^0.10.4" | ||
}, | ||
"gitHead": "4cff287bc9f9a49695e5057bc7fd90a1dc7195f4" | ||
"gitHead": "e5d1208c1691f442ef4aeba6a238ec0b76a03a9b" | ||
} |
9544
Updated@replayio/replay@^0.10.4