Comparing version 5.4.0-beta.1 to 5.4.0-beta.2
{ | ||
"name": "xterm", | ||
"description": "Full xterm terminal, in your browser", | ||
"version": "5.4.0-beta.1", | ||
"version": "5.4.0-beta.2", | ||
"main": "lib/xterm.js", | ||
@@ -41,7 +41,7 @@ "style": "css/xterm.css", | ||
"test-api-webkit": "node ./bin/test_api.js --browser=webkit --timeout=20000", | ||
"test-playwright": "playwright test -c ./out-test/playwright/playwright.config.js --workers 4", | ||
"test-playwright-chromium": "playwright test -c ./out-test/playwright/playwright.config.js --workers 4 --project='Chrome Stable'", | ||
"test-playwright-firefox": "playwright test -c ./out-test/playwright/playwright.config.js --workers 4 --project='Firefox Stable'", | ||
"test-playwright-webkit": "playwright test -c ./out-test/playwright/playwright.config.js --workers 4 --project='WebKit'", | ||
"test-playwright-debug": "playwright test -c ./out-test/playwright/playwright.config.js --headed --workers 1 --timeout 30000", | ||
"test-playwright": "node ./bin/test_playwright.js --workers 4", | ||
"test-playwright-chromium": "node ./bin/test_playwright.js --workers 4 \"--project=Chrome Stable\"", | ||
"test-playwright-firefox": "node ./bin/test_playwright.js --workers 4 \"--project=Firefox Stable\"", | ||
"test-playwright-webkit": "node ./bin/test_playwright.js --workers 4 \"--project=WebKit\"", | ||
"test-playwright-debug": "node ./bin/test_playwright.js --headed --workers 1 --timeout 30000", | ||
"test-unit": "node ./bin/test.js", | ||
@@ -63,2 +63,3 @@ "test-unit-coverage": "node ./bin/test.js --coverage", | ||
"devDependencies": { | ||
"@lunapaint/png-codec": "^0.2.0", | ||
"@playwright/test": "^1.37.1", | ||
@@ -65,0 +66,0 @@ "@types/chai": "^4.2.22", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2344770
38