@stylable/dom-test-kit
Advanced tools
Comparing version 1.0.0 to 1.0.1
export * from './stylable-dom-util'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { RuntimeStylesheet, StateValue } from '@stylable/runtime'; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; | ||
//# sourceMappingURL=stylable-dom-util.spec.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@stylable/dom-test-kit", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Stylable DOM testing utilities", | ||
@@ -17,4 +17,4 @@ "main": "./dist/src/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^1.0.0", | ||
"@stylable/runtime": "^1.0.0" | ||
"@stylable/core": "^1.0.1", | ||
"@stylable/runtime": "^1.0.1" | ||
}, | ||
@@ -34,3 +34,3 @@ "files": [ | ||
"license": "BSD-3-Clause", | ||
"gitHead": "7bd843581c1434621e159d6026c2c521382cf8c4" | ||
"gitHead": "29d2ee61af2f3b31a5f4128dd4f81be5debe9b23" | ||
} |
@@ -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
20027
Updated@stylable/core@^1.0.1
Updated@stylable/runtime@^1.0.1