@stylable/core-test-kit
Advanced tools
Comparing version 3.11.5 to 3.11.6
@@ -31,3 +31,3 @@ "use strict"; | ||
return meta; | ||
}, undefined, undefined, undefined, undefined, () => diagnostics); | ||
}, undefined, undefined, undefined, undefined, undefined, () => diagnostics); | ||
const resolver = new core_1.StylableResolver(fileProcessor, requireModule); | ||
@@ -34,0 +34,0 @@ return { resolver, requireModule, fileProcessor }; |
{ | ||
"name": "@stylable/core-test-kit", | ||
"version": "3.11.5", | ||
"version": "3.11.6", | ||
"description": "Stylable core test-kit", | ||
@@ -13,6 +13,6 @@ "main": "./cjs/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^3.11.5", | ||
"@stylable/core": "^3.11.6", | ||
"chai": "^4.2.0", | ||
"flat": "^5.0.2", | ||
"postcss": "^8.1.2" | ||
"postcss": "^8.1.8" | ||
}, | ||
@@ -19,0 +19,0 @@ "files": [ |
@@ -62,2 +62,3 @@ import { | ||
undefined, | ||
undefined, | ||
() => diagnostics | ||
@@ -64,0 +65,0 @@ ); |
Sorry, the diff of this file is not supported yet
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
52811
832
Updated@stylable/core@^3.11.6
Updatedpostcss@^8.1.8