@scaleway/cookie-consent
Advanced tools
Comparing version 1.0.3 to 1.0.4
# @scaleway/cookie-consent | ||
## 1.0.4 | ||
### Patch Changes | ||
- [#1584](https://github.com/scaleway/scaleway-lib/pull/1584) [`6b9dc14`](https://github.com/scaleway/scaleway-lib/commit/6b9dc147d24ed9716ea1c006521ef99f0e90ccf2) Thanks [@Vinzius](https://github.com/Vinzius)! - cover more edge cases for cookie tests | ||
- [#1586](https://github.com/scaleway/scaleway-lib/pull/1586) [`26e8519`](https://github.com/scaleway/scaleway-lib/commit/26e85191abf57fc2daa35a262238f9a824a12d7f) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/cookie` to `0.5.3`. | ||
## 1.0.3 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@scaleway/cookie-consent", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "React provider to handle website end user consent cookie storage based on segment integrations", | ||
@@ -31,3 +31,3 @@ "type": "module", | ||
"devDependencies": { | ||
"@types/cookie": "0.5.2", | ||
"@types/cookie": "0.5.3", | ||
"react": "18.2.0" | ||
@@ -34,0 +34,0 @@ }, |
15450