@stylable/dom-test-kit
Advanced tools
Comparing version 0.1.8 to 0.1.9
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": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Stylable DOM testing utilities", | ||
@@ -17,4 +17,4 @@ "main": "./dist/src/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^0.1.15", | ||
"@stylable/runtime": "^0.1.10" | ||
"@stylable/core": "^0.1.16", | ||
"@stylable/runtime": "^0.1.11" | ||
}, | ||
@@ -34,3 +34,3 @@ "files": [ | ||
"license": "BSD-3-Clause", | ||
"gitHead": "27d3597a45de3119c4d74e6c92822a45bd7125a7" | ||
"gitHead": "1126baf1321a0b5d30685a2a33395f73372ea076" | ||
} |
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
20029
1
Updated@stylable/core@^0.1.16
Updated@stylable/runtime@^0.1.11