@usercentrics/cmp-browser-sdk
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -16,2 +16,13 @@ # Changelog | ||
## [0.4.1] - 2020-05-08 | ||
### Changed | ||
- Update `uuid` to version `8.0.0` | ||
### Fixed | ||
- Fix a bug which resulted in `Cross-Device Consent Sharing` causing an incorrect `INITIAL_VIEW` value | ||
- Fix a bug which resulted in the `Show Banner Again` feature not working properly | ||
## [0.4.0] - 2020-04-27 | ||
@@ -18,0 +29,0 @@ |
{ | ||
"name": "@usercentrics/cmp-browser-sdk", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": "Usercentrics GmbH", | ||
@@ -33,3 +33,3 @@ "description": "Usercentrics CMP Browser SDK", | ||
"dependencies": { | ||
"@types/crypto-js": "^3.1.44", | ||
"@types/crypto-js": "^3.1.45", | ||
"@types/lodash": "^4.14.150", | ||
@@ -41,9 +41,9 @@ "@types/uuid": "^7.0.3", | ||
"regenerator-runtime": "^0.13.5", | ||
"uuid": "^7.0.3" | ||
"uuid": "^8.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0", | ||
"@babel/core": "^7.9.6", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.5", | ||
"@babel/preset-env": "^7.9.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"@rollup/plugin-commonjs": "^11.1.0", | ||
@@ -53,8 +53,8 @@ "@rollup/plugin-json": "^4.0.3", | ||
"@types/jest": "^25.2.1", | ||
"@typescript-eslint/eslint-plugin": "^2.29.0", | ||
"@typescript-eslint/parser": "^2.29.0", | ||
"commitizen": "^4.0.4", | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
"@typescript-eslint/parser": "^2.31.0", | ||
"commitizen": "^4.1.2", | ||
"core-js": "^3.6.5", | ||
"custom-event-polyfill": "^1.0.7", | ||
"cz-conventional-changelog": "^3.1.0", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"eslint": "^6.8.0", | ||
@@ -64,18 +64,18 @@ "eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jest": "^23.8.2", | ||
"eslint-plugin-jest": "^23.9.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-tsdoc": "^0.2.4", | ||
"husky": "^4.2.5", | ||
"jest": "^25.4.0", | ||
"jest-localstorage-mock": "^2.4.0", | ||
"lint-staged": "^10.1.7", | ||
"jest": "^26.0.1", | ||
"jest-localstorage-mock": "^2.4.2", | ||
"lint-staged": "^10.2.2", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.0.5", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.7.2", | ||
"rollup": "^2.8.2", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-filesize": "^7.0.0", | ||
"rollup-plugin-filesize": "^8.0.2", | ||
"rollup-plugin-terser": "^5.3.0", | ||
"rollup-plugin-typescript2": "^0.27.0", | ||
"ts-jest": "^25.4.0", | ||
"ts-jest": "^25.5.0", | ||
"typedoc": "^0.17.6", | ||
@@ -82,0 +82,0 @@ "typedoc-neo-theme": "^1.0.8", |
@@ -79,3 +79,3 @@ # Usercentrics CMP Browser SDK | ||
```html | ||
<script type="application/javascript" src="https://app.usercentrics.eu/browser-sdk/0.3.11/bundle.js"></script> | ||
<script type="application/javascript" src="https://app.usercentrics.eu/browser-sdk/0.4.1/bundle.js"></script> | ||
``` | ||
@@ -107,3 +107,3 @@ | ||
**NOTE**: If you need Internet Explorer 11 support, you can point the `src` attribute to `https://app.usercentrics.eu/browser-sdk/0.3.11/bundle_legacy.js`. | ||
**NOTE**: If you need Internet Explorer 11 support, you can point the `src` attribute to `https://app.usercentrics.eu/browser-sdk/0.4.1/bundle_legacy.js`. | ||
@@ -110,0 +110,0 @@ ## Documentation |
Sorry, the diff of this file is too big to display
94880
841
+ Addeduuid@8.3.2(transitive)
- Removeduuid@7.0.3(transitive)
Updated@types/crypto-js@^3.1.45
Updateduuid@^8.0.0