Skip to content

Commit

Permalink
#58 remove wait
Browse files Browse the repository at this point in the history
  • Loading branch information
last-hit-b committed Dec 26, 2019
1 parent a688dbc commit 0c123c2
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 40 deletions.
4 changes: 2 additions & 2 deletions extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "last-hit-extensions",
"version": "0.8.5-dev.2",
"version": "0.8.5-dev.3",
"description": "extensions for last-hit",
"main": "dist/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@types/jsonfile": "^5.0.0",
"jsonfile": "^5.0.0",
"last-hit-types": "^0.8.5-dev.3",
"last-hit-types": "^0.8.5-dev.4",
"typescript": "^3.7.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions extensions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1330,10 +1330,10 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==

last-hit-types@^0.8.5-dev.3:
version "0.8.5-dev.3"
resolved "https://registry.npmjs.org/last-hit-types/-/last-hit-types-0.8.5-dev.3.tgz#e6d124b8766b975d80042852ac66fcc05c0959d0"
integrity sha512-P7SyDfWq5ll9M61IY2SuMg/UX6b1GizNBgb87ucDIRt4lAqTgCEIF4fNm75mtW5M7wMi2Stf6bxmYY02bc642Q==
last-hit-types@^0.8.5-dev.4:
version "0.8.5-dev.4"
resolved "https://registry.npmjs.org/last-hit-types/-/last-hit-types-0.8.5-dev.4.tgz#8e07fd3a364a4e016b6fe7ed6c635cc4210460ea"
integrity sha512-fSWvCbXbGpr9/A4uiAjJwWKmwaXl104tjkItd/f6biLTekxcNHwAS3xoAL2sQUdWjswv7X+YHCtDOFnVVFRuWg==

last-run@^1.1.0:
version "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/puppeteer": "^1.20.2",
"@types/uuid": "^3.4.6",
"cssesc": "^3.0.0",
"last-hit-replayer": "^0.8.5-dev.1",
"last-hit-replayer": "^0.8.5-dev.2",
"pino": "^5.13.4",
"pino-pretty": "^3.2.1",
"puppeteer": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions replayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "last-hit-replayer",
"version": "0.8.5-dev.1",
"version": "0.8.5-dev.2",
"description": "Replayer for last-hit recorded data.",
"main": "dist/index.js",
"types": "index",
Expand Down Expand Up @@ -47,7 +47,7 @@
"handlebars": "^4.5.3",
"image-ssim": "^0.2.0",
"jsonfile": "^5.0.0",
"last-hit-extensions": "^0.8.5-dev.2",
"last-hit-extensions": "^0.8.5-dev.3",
"mkdirp": "^0.5.1",
"node-resemble-js": "^0.2.0",
"nyc": "^14.1.1",
Expand Down
18 changes: 9 additions & 9 deletions replayer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1920,20 +1920,20 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==

last-hit-extensions@^0.8.5-dev.2:
version "0.8.5-dev.2"
resolved "https://registry.npmjs.org/last-hit-extensions/-/last-hit-extensions-0.8.5-dev.2.tgz#a0e4150edf784a69ccc8b8277db16cfceb577be1"
integrity sha512-cS32imLCQq4HsrLXgNm4yh1MP0VLamLi76qT6J9+FmMK4NCdmxTut/uc3MkyH12EMsDLdAWBt6lTFEsNY3VgDw==
last-hit-extensions@^0.8.5-dev.3:
version "0.8.5-dev.3"
resolved "https://registry.npmjs.org/last-hit-extensions/-/last-hit-extensions-0.8.5-dev.3.tgz#10f70aa66122a99cb9db8e28273b5f259402a74c"
integrity sha512-Wal4CzrC1hFyhRgH8nS+FPvk/tmiG7+qFX4OsveScHOOQ66GpLCkaPTwLFbXs3Z+fGd1JvfrSrzZTvAoC9K6Ig==
dependencies:
"@types/jsonfile" "^5.0.0"
jsonfile "^5.0.0"
last-hit-types "^0.8.5-dev.3"
last-hit-types "^0.8.5-dev.4"
typescript "^3.7.2"

last-hit-types@^0.8.5-dev.3:
version "0.8.5-dev.3"
resolved "https://registry.npmjs.org/last-hit-types/-/last-hit-types-0.8.5-dev.3.tgz#e6d124b8766b975d80042852ac66fcc05c0959d0"
integrity sha512-P7SyDfWq5ll9M61IY2SuMg/UX6b1GizNBgb87ucDIRt4lAqTgCEIF4fNm75mtW5M7wMi2Stf6bxmYY02bc642Q==
last-hit-types@^0.8.5-dev.4:
version "0.8.5-dev.4"
resolved "https://registry.npmjs.org/last-hit-types/-/last-hit-types-0.8.5-dev.4.tgz#8e07fd3a364a4e016b6fe7ed6c635cc4210460ea"
integrity sha512-fSWvCbXbGpr9/A4uiAjJwWKmwaXl104tjkItd/f6biLTekxcNHwAS3xoAL2sQUdWjswv7X+YHCtDOFnVVFRuWg==

last-run@^1.1.0:
version "1.1.1"
Expand Down
1 change: 0 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ declare module 'last-hit-types' {
propName: string,
pageUuid?: string
): Promise<string | null>;
wait(time: number): Promise<void>;
waitForElement(
selector: string,
time: number,
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "last-hit-types",
"version": "0.8.5-dev.3",
"version": "0.8.5-dev.4",
"description": "types declaration of last-hit packages",
"main": "index.js",
"types": "index",
Expand Down
4 changes: 2 additions & 2 deletions workspace-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "last-hit-workspace-extension",
"version": "0.8.5-dev.1",
"version": "0.8.5-dev.2",
"description": "workspace extension abstract implementation",
"main": "dist/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"private": false,
"dependencies": {
"decache": "^4.5.1",
"last-hit-types": "^0.8.5-dev.3",
"last-hit-types": "^0.8.5-dev.4",
"typescript": "^3.7.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions workspace-extension/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1321,10 +1321,10 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==

last-hit-types@^0.8.5-dev.3:
version "0.8.5-dev.3"
resolved "https://registry.npmjs.org/last-hit-types/-/last-hit-types-0.8.5-dev.3.tgz#e6d124b8766b975d80042852ac66fcc05c0959d0"
integrity sha512-P7SyDfWq5ll9M61IY2SuMg/UX6b1GizNBgb87ucDIRt4lAqTgCEIF4fNm75mtW5M7wMi2Stf6bxmYY02bc642Q==
last-hit-types@^0.8.5-dev.4:
version "0.8.5-dev.4"
resolved "https://registry.npmjs.org/last-hit-types/-/last-hit-types-0.8.5-dev.4.tgz#8e07fd3a364a4e016b6fe7ed6c635cc4210460ea"
integrity sha512-fSWvCbXbGpr9/A4uiAjJwWKmwaXl104tjkItd/f6biLTekxcNHwAS3xoAL2sQUdWjswv7X+YHCtDOFnVVFRuWg==

last-run@^1.1.0:
version "1.1.1"
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2575,20 +2575,20 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==

last-hit-extensions@^0.8.5-dev.2:
version "0.8.5-dev.2"
resolved "https://registry.npmjs.org/last-hit-extensions/-/last-hit-extensions-0.8.5-dev.2.tgz#a0e4150edf784a69ccc8b8277db16cfceb577be1"
integrity sha512-cS32imLCQq4HsrLXgNm4yh1MP0VLamLi76qT6J9+FmMK4NCdmxTut/uc3MkyH12EMsDLdAWBt6lTFEsNY3VgDw==
last-hit-extensions@^0.8.5-dev.3:
version "0.8.5-dev.3"
resolved "https://registry.npmjs.org/last-hit-extensions/-/last-hit-extensions-0.8.5-dev.3.tgz#10f70aa66122a99cb9db8e28273b5f259402a74c"
integrity sha512-Wal4CzrC1hFyhRgH8nS+FPvk/tmiG7+qFX4OsveScHOOQ66GpLCkaPTwLFbXs3Z+fGd1JvfrSrzZTvAoC9K6Ig==
dependencies:
"@types/jsonfile" "^5.0.0"
jsonfile "^5.0.0"
last-hit-types "^0.8.5-dev.3"
last-hit-types "^0.8.5-dev.4"
typescript "^3.7.2"

last-hit-replayer@^0.8.5-dev.1:
version "0.8.5-dev.1"
resolved "https://registry.npmjs.org/last-hit-replayer/-/last-hit-replayer-0.8.5-dev.1.tgz#451ac40884c83bb1959e6e5bf4f586cc3ee977a4"
integrity sha512-NJI/pJdd2ke+jG5vW90RJO8jdISxECyp54rtCpoMbF44KU/l9vhVVbPd7h3szmhmxCArg/BF9BHHSW/DhrEsZw==
last-hit-replayer@^0.8.5-dev.2:
version "0.8.5-dev.2"
resolved "https://registry.npmjs.org/last-hit-replayer/-/last-hit-replayer-0.8.5-dev.2.tgz#79da8ae79c3d3e242944e3d7c4bb23e0bfe5f3fa"
integrity sha512-3uw1lc/E5pfZmSGz5p9kXbcwheeytTHD/X36wWyPIj2QMT4stlAiCcd/Lp+1GXMJMMNfz8Qwe9XmXVjc7CwOaQ==
dependencies:
"@types/atob" "^2.1.2"
"@types/clone" "^0.1.30"
Expand All @@ -2606,7 +2606,7 @@ last-hit-replayer@^0.8.5-dev.1:
handlebars "^4.5.3"
image-ssim "^0.2.0"
jsonfile "^5.0.0"
last-hit-extensions "^0.8.5-dev.2"
last-hit-extensions "^0.8.5-dev.3"
mkdirp "^0.5.1"
node-resemble-js "^0.2.0"
nyc "^14.1.1"
Expand All @@ -2617,10 +2617,10 @@ last-hit-replayer@^0.8.5-dev.1:
uuid "^3.3.3"
yargs "^14.0.0"

last-hit-types@^0.8.5-dev.3:
version "0.8.5-dev.3"
resolved "https://registry.npmjs.org/last-hit-types/-/last-hit-types-0.8.5-dev.3.tgz#e6d124b8766b975d80042852ac66fcc05c0959d0"
integrity sha512-P7SyDfWq5ll9M61IY2SuMg/UX6b1GizNBgb87ucDIRt4lAqTgCEIF4fNm75mtW5M7wMi2Stf6bxmYY02bc642Q==
last-hit-types@^0.8.5-dev.4:
version "0.8.5-dev.4"
resolved "https://registry.npmjs.org/last-hit-types/-/last-hit-types-0.8.5-dev.4.tgz#8e07fd3a364a4e016b6fe7ed6c635cc4210460ea"
integrity sha512-fSWvCbXbGpr9/A4uiAjJwWKmwaXl104tjkItd/f6biLTekxcNHwAS3xoAL2sQUdWjswv7X+YHCtDOFnVVFRuWg==

last-run@^1.1.0:
version "1.1.1"
Expand Down

0 comments on commit 0c123c2

Please sign in to comment.