@stylable/e2e-test-kit
Advanced tools
Comparing version 4.13.2 to 5.0.0-rc.1
@@ -39,3 +39,3 @@ "use strict"; | ||
this.tmp = (0, file_system_helpers_1.createTempDirectorySync)('dts-gen'); | ||
this.stylable = core_1.Stylable.create({ | ||
this.stylable = new core_1.Stylable({ | ||
projectRoot: this.tmp.path, | ||
@@ -42,0 +42,0 @@ fileSystem: fs_1.default, |
{ | ||
"name": "@stylable/e2e-test-kit", | ||
"version": "4.13.2", | ||
"version": "5.0.0-rc.1", | ||
"description": "A collection of tools to help test Stylable components and applications from end-to-end", | ||
@@ -10,6 +10,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/runtime": "^4.13.2", | ||
"@stylable/runtime": "^v5.0.0-rc.1", | ||
"express": "^4.18.1", | ||
"node-eval": "^2.0.0", | ||
"playwright-core": "^1.21.1", | ||
"playwright-core": "^1.22.2", | ||
"rimraf": "^3.0.2" | ||
@@ -24,3 +24,3 @@ }, | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14.14.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "publishConfig": { |
@@ -24,3 +24,3 @@ import fs, { readFileSync, symlinkSync, writeFileSync } from 'fs'; | ||
this.stylable = Stylable.create({ | ||
this.stylable = new Stylable({ | ||
projectRoot: this.tmp.path, | ||
@@ -27,0 +27,0 @@ fileSystem: fs, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
111971
2
+ Added@stylable/runtime@5.19.0(transitive)
- Removed@stylable/runtime@4.15.1(transitive)
Updatedplaywright-core@^1.22.2