@avensio/cookie-consent
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@avensio/cookie-consent", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"private": false, | ||
@@ -39,9 +39,10 @@ "scripts": { | ||
"module": "./dist/cookie-consent.es.js", | ||
"types": ["./dist/components/CookieConsent.vue.d.ts", "./dist/components/CookieConsentFewerLanguages.vue.d.ts"], | ||
"types": "./dist/components/CookieConsent.vue.d.ts", | ||
"exports": { | ||
"./style.css": "./dist/style.css", | ||
"./fewer-languages/style.css": "./dist/fewer/style.css", | ||
"./fewer-languages": { | ||
"import": "./dist/cookie-consent-fewer-languages.es.js", | ||
"require": "./dist/cookie-consent-fewer-languages.umd.js" | ||
"import": "./dist/fewer/cookie-consent-fewer-languages.es.js", | ||
"require": "./dist/fewer/cookie-consent-fewer-languages.umd.js" | ||
}, | ||
"./style.css": "./dist/style.css", | ||
".": { | ||
@@ -48,0 +49,0 @@ "import": "./dist/cookie-consent.es.js", |
Sorry, the diff of this file is not supported yet
524162
16
4997