Skip to content

Commit

Permalink
refactor: switch to new package @guidepup/record (#15)
Browse files Browse the repository at this point in the history
* refactor: switched to new package

If I'm not mistaken, this would need to get switched to the new `@guidepup/record` package as well.

* refactor: added new package
  • Loading branch information
mfranzke authored Nov 30, 2024
1 parent d8413e0 commit 09ebbe8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"dependencies": {
"@guidepup/guidepup": "^0.23.0",
"@guidepup/playwright": "^0.14.0",
"@guidepup/record": "^0.1.0",
"@playwright/test": "^1.45.3",
"csvtojson": "^2.0.10",
"playwright-merge-html-reports": "^0.2.8"
Expand Down
2 changes: 1 addition & 1 deletion src/record.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { macOSRecord, windowsRecord } from "@guidepup/guidepup";
import { macOSRecord, windowsRecord } from "@guidepup/record";
import { test as playwrightTest } from "@playwright/test";
import { platform, release } from "os";
import { join } from "path";
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@
resolved "https://registry.yarnpkg.com/@guidepup/playwright/-/playwright-0.14.0.tgz#9c955d3a4816a6dde7d0261be1568d2f52cf8984"
integrity sha512-hsiPTQMeA0vK0i5FXS2X8Yd+SJvfXoiCyWSeoYc0WhVPaMX22FjWt04PZREZA9PURo/zGXj+KVwgzEW60DYjLQ==

"@guidepup/record@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@guidepup/record/-/record-0.1.0.tgz#03acb4286aab208037a4d5ef65fc2f5615ce485f"
integrity sha512-jtSqZ0CZVdWzWIbLWHYoUi1IbNJVKns20oEYzwcTftw8rY5RXsK1OTXaXFx9Gup5mnmYaFLnON8WwTS+4DYwrQ==
dependencies:
ffmpeg-static "^5.2.0"

"@humanwhocodes/config-array@^0.11.14":
version "0.11.14"
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
Expand Down

0 comments on commit 09ebbe8

Please sign in to comment.