@sumup/collector
Advanced tools
Comparing version 1.5.1 to 1.6.0
{ | ||
"name": "@sumup/collector", | ||
"sideEffects": false, | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"main": "build/index.js", | ||
@@ -29,25 +29,25 @@ "module": "build/index.es.js", | ||
"devDependencies": { | ||
"@sumup/foundry": "^4.0.1", | ||
"@testing-library/jest-dom": "^5.16.1", | ||
"@testing-library/react": "^12.1.2", | ||
"@sumup/foundry": "^4.1.0", | ||
"@testing-library/jest-dom": "^5.16.3", | ||
"@testing-library/react": "^13.0.0", | ||
"@testing-library/react-hooks": "^7.0.2", | ||
"@types/jest": "^27.4.0", | ||
"@types/react": "^17.0.38", | ||
"@types/react-dom": "^17.0.11", | ||
"@types/jest": "^27.4.1", | ||
"@types/react": "^17.0.43", | ||
"@types/react-dom": "^17.0.14", | ||
"cz-conventional-changelog": "3.3.0", | ||
"jest": "^26.6.3", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-test-renderer": "^17.0.2", | ||
"rollup": "^2.66.0", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"react-test-renderer": "^18.0.0", | ||
"rollup": "^2.70.1", | ||
"rollup-plugin-peer-deps-external": "^2.2.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.31.1", | ||
"rollup-plugin-typescript2": "^0.31.2", | ||
"ts-jest": "^26.5.6", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.5.5" | ||
"typescript": "^4.6.3" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.8.0 <18.0.0", | ||
"react-dom": ">=16.8.0 <18.0.0" | ||
"react": ">=16.8.0 <19.0.0", | ||
"react-dom": ">=16.8.0 <19.0.0" | ||
}, | ||
@@ -54,0 +54,0 @@ "config": { |
@@ -8,3 +8,3 @@ <div align="center"> | ||
[![Stars](https://img.shields.io/github/stars/sumup-oss/collector?style=social)](https://github.com/sumup-oss/collector/) [![Version](https://img.shields.io/npm/v/@sumup/collector)](https://www.npmjs.com/package/@sumup/collector) [![License](https://img.shields.io/badge/license-Apache%202-lightgrey.svg)](LICENSE) | ||
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) | ||
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.1%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) | ||
@@ -364,3 +364,3 @@ </div> | ||
customParameters?: { | ||
[key: string]: any | ||
[key: string]: any; | ||
}; | ||
@@ -367,0 +367,0 @@ event: 'page-view'; // Added internally by the hook |
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
65303