@quilted/react-testing
Advanced tools
Comparing version 0.6.6 to 0.6.7
# @quilted/react-testing | ||
## 0.6.7 | ||
### Patch Changes | ||
- [`e3f70c7e`](https://github.com/lemonmade/quilt/commit/e3f70c7edbfee66d7071eafb3e64bcd2fa13ac7a) Thanks [@lemonmade](https://github.com/lemonmade)! - Add back CommonJS entry for react-testing package | ||
## 0.6.6 | ||
@@ -4,0 +10,0 @@ |
import {quiltPackage} from '@quilted/rollup/package'; | ||
export default quiltPackage(); | ||
export default quiltPackage({ | ||
commonjs: true, | ||
}); |
{ | ||
"name": "@quilted/react-testing", | ||
"type": "module", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"repository": { | ||
@@ -20,3 +20,4 @@ "type": "git", | ||
"quilt:esnext": "./build/esnext/index.esnext", | ||
"import": "./build/esm/index.mjs" | ||
"import": "./build/esm/index.mjs", | ||
"require": "./build/cjs/index.cjs" | ||
}, | ||
@@ -27,3 +28,4 @@ "./dom": { | ||
"quilt:esnext": "./build/esnext/implementations/react-dom.esnext", | ||
"import": "./build/esm/implementations/react-dom.mjs" | ||
"import": "./build/esm/implementations/react-dom.mjs", | ||
"require": "./build/cjs/implementations/react-dom.cjs" | ||
}, | ||
@@ -34,3 +36,4 @@ "./environment": { | ||
"quilt:esnext": "./build/esnext/environment.esnext", | ||
"import": "./build/esm/environment.mjs" | ||
"import": "./build/esm/environment.mjs", | ||
"require": "./build/cjs/environment.cjs" | ||
}, | ||
@@ -41,3 +44,4 @@ "./matchers": { | ||
"quilt:esnext": "./build/esnext/matchers.esnext", | ||
"import": "./build/esm/matchers.mjs" | ||
"import": "./build/esm/matchers.mjs", | ||
"require": "./build/cjs/matchers.cjs" | ||
}, | ||
@@ -48,3 +52,4 @@ "./preact": { | ||
"quilt:esnext": "./build/esnext/preact.esnext", | ||
"import": "./build/esm/preact.mjs" | ||
"import": "./build/esm/preact.mjs", | ||
"require": "./build/cjs/preact.cjs" | ||
} | ||
@@ -51,0 +56,0 @@ }, |
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
332650
109
4565