@stylable/dom-test-kit
Advanced tools
Comparing version 4.0.0-alpha.10 to 4.0.0
{ | ||
"name": "@stylable/dom-test-kit", | ||
"version": "4.0.0-alpha.10", | ||
"version": "4.0.0", | ||
"description": "Stylable DOM testing utilities", | ||
"main": "./cjs/index.js", | ||
"types": "./cjs/index.d.ts", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"clean": "rimraf ./cjs", | ||
"build": "ts-build ./src --cjs", | ||
"test": "mocha \"./test/**/*.spec.ts\"", | ||
"start": "webpack serve", | ||
"prepack": "yarn build" | ||
"test": "mocha \"./dist/test/**/*.spec.js\"", | ||
"start": "webpack serve" | ||
}, | ||
"dependencies": { | ||
"@stylable/core": "^4.0.0-alpha.10", | ||
"@stylable/runtime": "^4.0.0-alpha.10" | ||
"@stylable/core": "^4.0.0", | ||
"@stylable/runtime": "^4.0.0" | ||
}, | ||
"files": [ | ||
"cjs", | ||
"src" | ||
"dist", | ||
"!dist/test", | ||
"src", | ||
"!*/tsconfig.{json,tsbuildinfo}" | ||
], | ||
@@ -30,4 +28,3 @@ "engines": { | ||
"author": "Wix.com", | ||
"license": "BSD-3-Clause", | ||
"gitHead": "73175a1223e30b7900e26953215abbf9ae297937" | ||
"license": "BSD-3-Clause" | ||
} |
@@ -0,0 +0,0 @@ # @stylable/dom-test-kit |
export * from './stylable-dom-util'; |
@@ -8,3 +8,3 @@ import { | ||
} from '@stylable/core'; | ||
import { RuntimeStylesheet, StateValue } from '@stylable/runtime'; | ||
import type { RuntimeStylesheet, StateValue } from '@stylable/runtime'; | ||
@@ -11,0 +11,0 @@ export interface PartialElement { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1
18136
1
Updated@stylable/core@^4.0.0
Updated@stylable/runtime@^4.0.0