@stylable/dom-test-kit
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@stylable/dom-test-kit", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Stylable DOM testing utilities", | ||
@@ -17,4 +17,4 @@ "main": "./dist/src/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^1.0.3", | ||
"@stylable/runtime": "^1.0.3" | ||
"@stylable/core": "^1.0.4", | ||
"@stylable/runtime": "^1.0.4" | ||
}, | ||
@@ -34,3 +34,3 @@ "files": [ | ||
"license": "BSD-3-Clause", | ||
"gitHead": "c1482394cb94ebcd9e290f25e0d92ca36499fe08" | ||
"gitHead": "c8b12cc3c64557c6721beec89353b25adb8cc78c" | ||
} |
@@ -0,0 +0,0 @@ # @stylable/dom-test-kit |
export * from './stylable-dom-util'; |
@@ -0,0 +0,0 @@ import { parseSelector, stringifySelector, traverseNode } from '@stylable/core'; |
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
19891
Updated@stylable/core@^1.0.4
Updated@stylable/runtime@^1.0.4