@react-lgpd-consent/core 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog - @react-lgpd-consent/core
|
|
2
2
|
|
|
3
|
+
## 0.9.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e567094`](https://github.com/lucianoedipo/react-lgpd-consent/commit/e567094c999a9727cdbf6c31362d14759f7eba2e) Thanks [@lucianoedipo](https://github.com/lucianoedipo)! - chore: atualização de dependências
|
|
8
|
+
|
|
3
9
|
## 0.9.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -700,7 +700,7 @@ function removeConsentCookie(opts) {
|
|
|
700
700
|
}
|
|
701
701
|
|
|
702
702
|
// src/utils/dataLayerEvents.ts
|
|
703
|
-
var LIBRARY_VERSION = "0.9.
|
|
703
|
+
var LIBRARY_VERSION = "0.9.3";
|
|
704
704
|
function ensureDataLayer() {
|
|
705
705
|
const currentWindow = globalThis.window;
|
|
706
706
|
if (!currentWindow) return;
|
package/dist/index.js
CHANGED
|
@@ -676,7 +676,7 @@ function removeConsentCookie(opts) {
|
|
|
676
676
|
}
|
|
677
677
|
|
|
678
678
|
// src/utils/dataLayerEvents.ts
|
|
679
|
-
var LIBRARY_VERSION = "0.9.
|
|
679
|
+
var LIBRARY_VERSION = "0.9.3";
|
|
680
680
|
function ensureDataLayer() {
|
|
681
681
|
const currentWindow = globalThis.window;
|
|
682
682
|
if (!currentWindow) return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-lgpd-consent/core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "Núcleo da biblioteca de consentimento LGPD para React - Estado, hooks e utilitários sem dependências de UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lgpd",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"node": ">=20.0.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"react": "^
|
|
52
|
-
"react-dom": "^
|
|
51
|
+
"react": "^19.2.4",
|
|
52
|
+
"react-dom": "^19.2.4"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"js-cookie": "^3.0.5",
|