@stylable/core-test-kit
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -36,4 +36,4 @@ import { Diagnostics, FileProcessor, postProcessor, processNamespace, replaceValueHook, Stylable, StylableMeta, StylableResolver, StylableResults, StylableTransformer } from '@stylable/core'; | ||
export declare function generateStylableRoot(config: Config): postcss.Root; | ||
export declare function generateStylableExports(config: Config): import("../../core/src/stylable-transformer").StylableExports; | ||
export declare function generateStylableExports(config: Config): import("../../core/src").StylableExports; | ||
export declare function createStylableInstance(config: Config): Stylable; | ||
//# sourceMappingURL=generate-test-util.d.ts.map |
{ | ||
"name": "@stylable/core-test-kit", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Stylable core test-kit", | ||
@@ -14,11 +14,10 @@ "main": "./cjs/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^2.3.1", | ||
"@stylable/core": "^2.3.2", | ||
"chai": "^4.2.0", | ||
"flat": "^4.1.0", | ||
"postcss": "^7.0.18" | ||
"flat": "^5.0.0", | ||
"postcss": "^7.0.21" | ||
}, | ||
"files": [ | ||
"cjs", | ||
"src", | ||
"!src/tsconfig.json" | ||
"src" | ||
], | ||
@@ -35,3 +34,3 @@ "engines": { | ||
"license": "BSD-3-Clause", | ||
"gitHead": "f28edefa3aa4a1276789b206e9e9f25d7869447f" | ||
"gitHead": "aa79998a8378f074a431aeea44c60d0e33531293" | ||
} |
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
50832
+ Addedflat@5.0.2(transitive)
- Removedflat@4.1.1(transitive)
- Removedis-buffer@2.0.5(transitive)
Updated@stylable/core@^2.3.2
Updatedflat@^5.0.0
Updatedpostcss@^7.0.21