@stylable/node
Advanced tools
Comparing version 4.2.1 to 4.2.2
{ | ||
"name": "@stylable/node", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Integrate Stylable into your node application", | ||
@@ -10,4 +10,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^4.2.1", | ||
"@stylable/module-utils": "^4.2.1", | ||
"@stylable/core": "^4.2.2", | ||
"@stylable/module-utils": "^4.2.2", | ||
"find-config": "^1.0.0" | ||
@@ -14,0 +14,0 @@ }, |
@@ -12,4 +12,3 @@ import { packageNamespaceFactory } from '@stylable/core'; | ||
export const resolveNamespace: ReturnType< | ||
typeof packageNamespaceFactory | ||
> = resolveNamespaceFactory(); | ||
export const resolveNamespace: ReturnType<typeof packageNamespaceFactory> = | ||
resolveNamespaceFactory(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17473
229
Updated@stylable/core@^4.2.2