@screenly/edge-apps 0.0.11 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/scripts/cli.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@screenly/edge-apps",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "A TypeScript library for interfacing with Screenly Edge Apps API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/scripts/cli.ts CHANGED
@@ -226,7 +226,7 @@ async function screenshotsCommand(_args: string[]) {
226
226
  'configs',
227
227
  'playwright.ts',
228
228
  )
229
- execSync(`"${playwrightBin}" test --config "${playwrightConfig}"`, {
229
+ execSync(`bun "${playwrightBin}" test --config "${playwrightConfig}"`, {
230
230
  stdio: 'inherit',
231
231
  cwd: process.cwd(),
232
232
  env: {