@stylable/node
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "@stylable/node", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Integrate Stylable into your node application", | ||
@@ -10,6 +10,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@file-services/node": "^9.0.0", | ||
"@stylable/build-tools": "^6.0.1", | ||
"@stylable/core": "^6.0.1", | ||
"@stylable/module-utils": "^6.0.1", | ||
"@file-services/node": "^9.2.0", | ||
"@stylable/build-tools": "^6.0.2", | ||
"@stylable/core": "^6.0.2", | ||
"@stylable/module-utils": "^6.0.2", | ||
"find-config": "^1.0.0" | ||
@@ -16,0 +16,0 @@ }, |
@@ -61,3 +61,3 @@ import type { StylableConfig } from '@stylable/core'; | ||
require.extensions[HOOK_EXTENSION] = function cssModulesHook(m: any, filename: string) { | ||
if (matcher!(filename) || !prevHook) { | ||
if (matcher(filename) || !prevHook) { | ||
const useJSModule = !ignoreJSModules && fs.existsSync(filename + '.js'); | ||
@@ -64,0 +64,0 @@ const source = fs.readFileSync(useJSModule ? filename + '.js' : filename).toString(); |
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
35798
Updated@file-services/node@^9.2.0
Updated@stylable/build-tools@^6.0.2
Updated@stylable/core@^6.0.2