@stylable/core-test-kit
Advanced tools
Comparing version 3.11.1 to 3.11.2
@@ -31,3 +31,3 @@ "use strict"; | ||
return meta; | ||
}, undefined, undefined, undefined, undefined, diagnostics); | ||
}, 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.1", | ||
"version": "3.11.2", | ||
"description": "Stylable core test-kit", | ||
@@ -13,6 +13,6 @@ "main": "./cjs/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^3.11.1", | ||
"@stylable/core": "^3.11.2", | ||
"chai": "^4.2.0", | ||
"flat": "^5.0.2", | ||
"postcss": "^8.0.8" | ||
"postcss": "^8.1.1" | ||
}, | ||
@@ -19,0 +19,0 @@ "files": [ |
@@ -62,3 +62,3 @@ import { | ||
undefined, | ||
diagnostics | ||
() => diagnostics | ||
); | ||
@@ -65,0 +65,0 @@ const resolver = new StylableResolver(fileProcessor, requireModule); |
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
52771
Updated@stylable/core@^3.11.2
Updatedpostcss@^8.1.1