Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Commit 09ebbe8

Browse files
authored
refactor: switch to new package @guidepup/record (#15)
* 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
1 parent d8413e0 commit 09ebbe8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"dependencies": {
3535
"@guidepup/guidepup": "^0.23.0",
3636
"@guidepup/playwright": "^0.14.0",
37+
"@guidepup/record": "^0.1.0",
3738
"@playwright/test": "^1.45.3",
3839
"csvtojson": "^2.0.10",
3940
"playwright-merge-html-reports": "^0.2.8"

src/record.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { macOSRecord, windowsRecord } from "@guidepup/guidepup";
1+
import { macOSRecord, windowsRecord } from "@guidepup/record";
22
import { test as playwrightTest } from "@playwright/test";
33
import { platform, release } from "os";
44
import { join } from "path";

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@
6666
resolved "https://registry.yarnpkg.com/@guidepup/playwright/-/playwright-0.14.0.tgz#9c955d3a4816a6dde7d0261be1568d2f52cf8984"
6767
integrity sha512-hsiPTQMeA0vK0i5FXS2X8Yd+SJvfXoiCyWSeoYc0WhVPaMX22FjWt04PZREZA9PURo/zGXj+KVwgzEW60DYjLQ==
6868

69+
"@guidepup/record@^0.1.0":
70+
version "0.1.0"
71+
resolved "https://registry.yarnpkg.com/@guidepup/record/-/record-0.1.0.tgz#03acb4286aab208037a4d5ef65fc2f5615ce485f"
72+
integrity sha512-jtSqZ0CZVdWzWIbLWHYoUi1IbNJVKns20oEYzwcTftw8rY5RXsK1OTXaXFx9Gup5mnmYaFLnON8WwTS+4DYwrQ==
73+
dependencies:
74+
ffmpeg-static "^5.2.0"
75+
6976
"@humanwhocodes/config-array@^0.11.14":
7077
version "0.11.14"
7178
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"

0 commit comments

Comments
 (0)