@commercetools-frontend/cookie-consent 2.4.6 → 2.4.8
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "../../dist/declarations/src/core/index";
|
|
1
|
+
export * from "../../dist/declarations/src/core/index.js";
|
|
2
2
|
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy1mcm9udGVuZC1jb29raWUtY29uc2VudC1jb3JlLmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vZGlzdC9kZWNsYXJhdGlvbnMvc3JjL2NvcmUvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/cookie-consent",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.8",
|
|
4
4
|
"description": "A package integrating with OneTrust cookie consent",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,36 +20,35 @@
|
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/core": "^7.22.11",
|
|
23
|
-
"@babel/runtime": "^7.21.0",
|
|
24
23
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
25
|
-
"@commercetools-frontend/application-components": "npm:@commercetools-frontend/application-components@^22.
|
|
26
|
-
"@commercetools-uikit/collapsible-panel": "npm:@commercetools-uikit/collapsible-panel@^19.
|
|
27
|
-
"@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.
|
|
28
|
-
"@commercetools-uikit/grid": "npm:@commercetools-uikit/grid@^19.
|
|
29
|
-
"@commercetools-uikit/link": "npm:@commercetools-uikit/link@^19.
|
|
30
|
-
"@commercetools-uikit/primary-button": "npm:@commercetools-uikit/primary-button@^19.
|
|
31
|
-
"@commercetools-uikit/spacings": "npm:@commercetools-uikit/spacings@^19.
|
|
32
|
-
"@commercetools-uikit/text": "npm:@commercetools-uikit/text@^19.
|
|
33
|
-
"@commercetools-uikit/toggle-input": "npm:@commercetools-uikit/toggle-input@^19.
|
|
24
|
+
"@commercetools-frontend/application-components": "npm:@commercetools-frontend/application-components@^22.37.0",
|
|
25
|
+
"@commercetools-uikit/collapsible-panel": "npm:@commercetools-uikit/collapsible-panel@^19.22.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.22.0",
|
|
27
|
+
"@commercetools-uikit/grid": "npm:@commercetools-uikit/grid@^19.22.0",
|
|
28
|
+
"@commercetools-uikit/link": "npm:@commercetools-uikit/link@^19.22.0",
|
|
29
|
+
"@commercetools-uikit/primary-button": "npm:@commercetools-uikit/primary-button@^19.22.0",
|
|
30
|
+
"@commercetools-uikit/spacings": "npm:@commercetools-uikit/spacings@^19.22.0",
|
|
31
|
+
"@commercetools-uikit/text": "npm:@commercetools-uikit/text@^19.22.0",
|
|
32
|
+
"@commercetools-uikit/toggle-input": "npm:@commercetools-uikit/toggle-input@^19.22.0"
|
|
34
33
|
},
|
|
35
34
|
"devDependencies": {
|
|
36
35
|
"@apollo/client": "3.7.10",
|
|
37
|
-
"@commercetools-frontend/application-shell": "22.
|
|
38
|
-
"@commercetools-frontend/application-shell-connectors": "22.
|
|
36
|
+
"@commercetools-frontend/application-shell": "22.37.0",
|
|
37
|
+
"@commercetools-frontend/application-shell-connectors": "22.37.0",
|
|
39
38
|
"@emotion/react": "11.13.3",
|
|
40
39
|
"@testing-library/react": "12.1.5",
|
|
41
40
|
"@testing-library/react-hooks": "8.0.1",
|
|
42
41
|
"@types/jest": "^29.5.2",
|
|
43
|
-
"@types/node": "
|
|
44
|
-
"@types/react": "17.0.
|
|
42
|
+
"@types/node": "22.10.10",
|
|
43
|
+
"@types/react": "17.0.83",
|
|
45
44
|
"@types/testing-library__jest-dom": "^5.14.6",
|
|
46
45
|
"react": "17.0.2",
|
|
47
46
|
"react-intl": "6.6.8",
|
|
48
47
|
"typescript": "5.2.2"
|
|
49
48
|
},
|
|
50
49
|
"peerDependencies": {
|
|
51
|
-
"@commercetools-frontend/application-shell": "^22.
|
|
52
|
-
"@commercetools-frontend/application-shell-connectors": "^22.
|
|
50
|
+
"@commercetools-frontend/application-shell": "^22.37.0",
|
|
51
|
+
"@commercetools-frontend/application-shell-connectors": "^22.37.0",
|
|
53
52
|
"@emotion/react": "11.x",
|
|
54
53
|
"react": "17.x",
|
|
55
54
|
"react-intl": "6.x"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "../../dist/declarations/src/react/index";
|
|
1
|
+
export * from "../../dist/declarations/src/react/index.js";
|
|
2
2
|
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy1mcm9udGVuZC1jb29raWUtY29uc2VudC1yZWFjdC5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2Rpc3QvZGVjbGFyYXRpb25zL3NyYy9yZWFjdC9pbmRleC5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
|