@stylable/jest
Advanced tools
Comparing version 4.13.2 to 5.0.0-rc.1
@@ -8,3 +8,3 @@ import type { StylableConfig } from '@stylable/core'; | ||
} | ||
export declare const createTransformer: (options?: StylableJestConfig | undefined) => { | ||
export declare const createTransformer: (options?: StylableJestConfig) => { | ||
process: (source: string, path: string) => string; | ||
@@ -11,0 +11,0 @@ getCacheKey: typeof getCacheKey; |
{ | ||
"name": "@stylable/jest", | ||
"version": "4.13.2", | ||
"version": "5.0.0-rc.1", | ||
"description": "Test your Stylable React components using Jest", | ||
@@ -10,6 +10,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^4.13.2", | ||
"@stylable/module-utils": "^4.13.2", | ||
"@stylable/node": "^4.13.2", | ||
"@stylable/runtime": "^4.13.2" | ||
"@stylable/core": "^v5.0.0-rc.1", | ||
"@stylable/module-utils": "^v5.0.0-rc.1", | ||
"@stylable/node": "^v5.0.0-rc.1", | ||
"@stylable/runtime": "^v5.0.0-rc.1" | ||
}, | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14.14.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "publishConfig": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
10134
2
+ Added@stylable/build-tools@5.19.0(transitive)
+ Added@stylable/core@5.19.0(transitive)
+ Added@stylable/module-utils@5.19.0(transitive)
+ Added@stylable/node@5.19.0(transitive)
+ Added@stylable/runtime@5.19.0(transitive)
+ Added@tokey/css-value-parser@0.1.4(transitive)
+ Added@tokey/imports-parser@1.0.0(transitive)
+ Addedpostcss-nested@6.2.0(transitive)
- Removed@stylable/core@4.15.1(transitive)
- Removed@stylable/module-utils@4.15.1(transitive)
- Removed@stylable/node@4.15.1(transitive)
- Removed@stylable/runtime@4.15.1(transitive)
- Removed@tokey/imports-parser@0.1.2(transitive)
- Removeddeindent@0.1.0(transitive)
- Removedpostcss-nested@5.0.6(transitive)
Updated@stylable/core@^v5.0.0-rc.1
Updated@stylable/node@^v5.0.0-rc.1