@looker/components-test-utils
Advanced tools
Comparing version 0.10.1 to 0.10.2-canary.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.10.2-canary.0](https://github.com/looker-open-source/components/compare/v0.10.1...v0.10.2-canary.0) (2021-01-22) | ||
### Bug Fixes | ||
* On build properly set package.json "files" key ([#1806](https://github.com/looker-open-source/components/issues/1806)) ([c81c4bb](https://github.com/looker-open-source/components/commit/c81c4bb625c58ede49957aad90ac8d9d7b2c4b79)) | ||
## [0.10.1](https://github.com/looker-open-source/components/compare/v0.10.0...v0.10.1) (2021-01-22) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@looker/components-test-utils", | ||
"license": "MIT", | ||
"version": "0.10.1", | ||
"version": "0.10.2-canary.0", | ||
"main": "lib/cjs/index.js", | ||
@@ -9,5 +9,3 @@ "module": "lib/index.js", | ||
"files": [ | ||
"cjs", | ||
"esm", | ||
"types" | ||
"lib" | ||
], | ||
@@ -24,3 +22,3 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"@looker/components-providers": "^0.10.1", | ||
"@looker/components-providers": "0.10.2-canary.0", | ||
"@testing-library/react": "^11.2.2", | ||
@@ -42,3 +40,3 @@ "@types/enzyme": "^3.10.8", | ||
}, | ||
"gitHead": "3431d1666559722fbadae4eeb842a923f09eebc7" | ||
"gitHead": "81c0458af203165c61d1e675b580980de04ec31c" | ||
} |
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
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
41389
34
269