@stylable/core-test-kit
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -15,3 +15,3 @@ "use strict"; | ||
return meta; | ||
}, fs, x => x); | ||
}, fs, x => (x.startsWith('./') || path_1.isAbsolute(x) ? x : '/node_modules/' + x)); | ||
const resolver = new core_1.StylableResolver(fileProcessor, requireModule); | ||
@@ -18,0 +18,0 @@ return { resolver, requireModule, fileProcessor }; |
{ | ||
"name": "@stylable/core-test-kit", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Stylable core test-kit", | ||
@@ -14,6 +14,6 @@ "main": "./cjs/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^3.1.0", | ||
"@stylable/core": "^3.1.1", | ||
"chai": "^4.2.0", | ||
"flat": "^5.0.0", | ||
"postcss": "^7.0.25" | ||
"postcss": "^7.0.26" | ||
}, | ||
@@ -34,3 +34,3 @@ "files": [ | ||
"license": "BSD-3-Clause", | ||
"gitHead": "8a4adb3f4741359c5c9ae4f0b9a1195a78251338" | ||
"gitHead": "f793219f09b3fea83005ecd1848d1c9dfeb15df2" | ||
} |
@@ -59,3 +59,3 @@ import { | ||
fs, | ||
x => x | ||
x => (x.startsWith('./') || isAbsolute(x) ? x : '/node_modules/' + x) | ||
); | ||
@@ -62,0 +62,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
50348
Updated@stylable/core@^3.1.1
Updatedpostcss@^7.0.26