@stylable/e2e-test-kit
Advanced tools
Comparing version 5.12.0 to 5.13.0
@@ -9,3 +9,3 @@ "use strict"; | ||
if (config.plugins) { | ||
const plugin = config.plugins.find((plugin) => plugin.constructor.name === 'StylableWebpackPlugin'); | ||
const plugin = config.plugins.find((plugin) => plugin?.constructor.name === 'StylableWebpackPlugin'); | ||
if (plugin) { | ||
@@ -12,0 +12,0 @@ if ('userOptions' in plugin) { |
{ | ||
"name": "@stylable/e2e-test-kit", | ||
"version": "5.12.0", | ||
"version": "5.13.0", | ||
"description": "A collection of tools to help test Stylable components and applications from end-to-end", | ||
@@ -10,5 +10,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/runtime": "^5.12.0", | ||
"@stylable/runtime": "^5.13.0", | ||
"node-eval": "^2.0.0", | ||
"playwright-core": "^1.35.0", | ||
"playwright-core": "^1.35.1", | ||
"rimraf": "^5.0.1" | ||
@@ -15,0 +15,0 @@ }, |
@@ -8,3 +8,3 @@ import { ProjectRunner } from './project-runner'; | ||
const plugin = config.plugins.find( | ||
(plugin) => plugin.constructor.name === 'StylableWebpackPlugin' | ||
(plugin) => plugin?.constructor.name === 'StylableWebpackPlugin' | ||
); | ||
@@ -11,0 +11,0 @@ |
Sorry, the diff of this file is not supported yet
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
119742
Updated@stylable/runtime@^5.13.0
Updatedplaywright-core@^1.35.1