@wscsports/blaze-web-sdk 0.19.3-beta.1 → 0.20.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wscsports/blaze-web-sdk",
3
- "version": "0.19.3-beta.1",
3
+ "version": "0.20.1",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -15,49 +15,17 @@
15
15
  "publish:latest": "npm run build:prod && npm publish --access public --tag latest",
16
16
  "publish:beta": "npm run build:prod && npm publish --access public --tag beta",
17
17
  "version-download": "node ./version-downloader.js",
18
-
19
- "test": "node ./node_modules/@playwright/test/cli.js test --project='Desktop Chrome'",
20
- "test:desktop": "node ./node_modules/@playwright/test/cli.js test --project='Desktop Chrome' --project='Desktop Firefox' --project='Desktop Safari'",
21
- "test:desktop:stories": "node ./node_modules/@playwright/test/cli.js test --project='Desktop Chrome' e2e-tests/tests/stories",
22
- "test:desktop:stories:headed": "node ./node_modules/@playwright/test/cli.js test --project='Desktop Chrome' e2e-tests/tests/stories --headed",
23
- "test:desktop:stories:watch": "node ./node_modules/@playwright/test/cli.js test --project='Desktop Chrome' e2e-tests/tests/stories --headed ",
24
- "test:desktop:stories:controls:watch": "node ./node_modules/@playwright/test/cli.js test --project='Desktop Chrome' e2e-tests/tests/stories/controls --headed",
25
- "test:desktop:stories:navigation:watch": "node ./node_modules/@playwright/test/cli.js test --project='Desktop Chrome' e2e-tests/tests/stories/navigation --headed",
26
- "test:desktop:moments": "node ./node_modules/@playwright/test/cli.js test --project='Desktop Chrome' e2e-tests/tests/moments",
27
- "test:desktop:moments:headed": "node ./node_modules/@playwright/test/cli.js test --project='Desktop Chrome' e2e-tests/tests/moments --headed",
28
- "test:desktop:moments:watch": "node ./node_modules/@playwright/test/cli.js test --project='Desktop Chrome' e2e-tests/tests/moments --headed --workers=1",
29
- "test:mobile:emulated": "node ./node_modules/@playwright/test/cli.js test --project='iOS Safari 13'",
30
- "test:mobile:emulated:stories": "node ./node_modules/@playwright/test/cli.js test --project='iOS Safari 13' e2e-tests/tests/stories",
31
- "test:mobile:emulated:stories:headed": "node ./node_modules/@playwright/test/cli.js test --project='iOS Safari 13' e2e-tests/tests/stories --headed",
32
- "test:mobile:emulated:stories:navigation:headed": "node ./node_modules/@playwright/test/cli.js test --project='iOS Safari 13' e2e-tests/tests/stories/navigation --headed",
33
- "test:mobile:emulated:stories:watch": "node ./node_modules/@playwright/test/cli.js test --project='iOS Safari 13' e2e-tests/tests/stories --headed",
34
- "test:mobile:emulated:moments": "node ./node_modules/@playwright/test/cli.js test --project='iOS Safari 13' e2e-tests/tests/moments",
35
- "test:mobile:emulated:moments:headed": "node ./node_modules/@playwright/test/cli.js test --project='iOS Safari 13' e2e-tests/tests/moments --headed",
36
- "test:mobile:emulated:moments:watch": "node ./node_modules/@playwright/test/cli.js test --project='iOS Safari 13' e2e-tests/tests/moments --headed --workers=1",
37
- "test:ui": "node ./node_modules/@playwright/test/cli.js test --ui",
38
- "test:debug": "node ./node_modules/@playwright/test/cli.js test --debug",
39
- "test:report": "node ./node_modules/@playwright/test/cli.js show-report",
40
- "test:android": "export USE_PHYSICAL_DEVICE=true && export $(cat .env.physical-device 2>/dev/null | xargs) && node ./node_modules/@playwright/test/cli.js test --config=playwright.config.physical-device.ts --project='Android Mobile Chrome'",
41
- "test:android:stories": "export USE_PHYSICAL_DEVICE=true && export $(cat .env.physical-device 2>/dev/null | xargs) && node ./node_modules/@playwright/test/cli.js test --config=playwright.config.physical-device.ts --project='Android Mobile Chrome' e2e-tests/tests/stories",
42
- "test:android:stories:auto": "./setup-stories-on-android.sh",
43
- "test:android:moments": "export USE_PHYSICAL_DEVICE=true && export $(cat .env.physical-device 2>/dev/null | xargs) && node ./node_modules/@playwright/test/cli.js test --config=playwright.config.physical-device.ts --project='Android Mobile Chrome' e2e-tests/tests/moments",
44
- "test:android:moments:auto": "./setup-moments-on-android.sh",
45
- "test:ios:simulator": "node ./node_modules/@playwright/test/cli.js test --config=playwright.config.ios-device.ts --project='iOS Safari Simulator'",
46
- "test:ios:simulator:stories": "node ./node_modules/@playwright/test/cli.js test --config=playwright.config.ios-device.ts --project='iOS Safari Simulator' e2e-tests/tests/stories",
47
- "test:ios:simulator:moments": "node ./node_modules/@playwright/test/cli.js test --config=playwright.config.ios-device.ts --project='iOS Safari Simulator' e2e-tests/tests/moments",
48
- "test:ios:simulator:report": "node ./node_modules/@playwright/test/cli.js show-report e2e-tests/reports/html-report-ios-device"
18
+ "test": "npx playwright test",
19
+ "test:debug": "npx playwright test --debug"
49
20
  },
50
21
  "devDependencies": {
51
- "@playwright/test": "^1.56.0",
22
+ "@playwright/test": "^1.44.1",
52
23
  "@types/animejs": "^3.1.7",
53
24
  "@types/google_interactive_media_ads_types": "^1.20241219.0",
54
25
  "@types/hammerjs": "^2.0.45",
55
- "@types/node": "^24.7.0",
56
26
  "@types/ua-parser-js": "^0.7.36",
57
27
  "@types/uuid": "^10.0.0",
58
28
  "@types/videojs-vtt.js": "^0.15.3",
59
- "browserstack-local": "^1.5.8",
60
- "browserstack-node-sdk": "^1.45.0",
61
29
  "css-loader": "^6.8.1",
62
30
  "fs-extra": "^11.1.1",
63
31
  "glob-promise": "^6.0.5",
@@ -66,8 +34,6 @@
66
34
  "javascript-obfuscator": "^4.0.2",
67
35
  "media-captions": "^0.0.18",
68
36
  "npm-registry-fetch": "^16.0.0",
69
- "playwright-chromium": "^1.56.0",
70
- "playwright-webkit": "^1.56.0",
71
37
  "style-loader": "^3.3.3",
72
38
  "ts-loader": "^9.4.4",
73
39
  "typescript": "^5.4.2",