diff --git a/dist/dompurify-html.d.ts b/dist/dompurify-html.d.ts index da6e9232..6ac7ebd7 100644 --- a/dist/dompurify-html.d.ts +++ b/dist/dompurify-html.d.ts @@ -1,6 +1,7 @@ import { ObjectDirective } from '@vue/runtime-core'; export interface MinimalDOMPurifyConfig { ADD_ATTR?: string[]; + ADD_DATA_URI_TAGS?: string[]; ADD_TAGS?: string[]; ALLOW_DATA_ATTR?: boolean; ALLOWED_ATTR?: string[]; diff --git a/package.json b/package.json index 94dc30d4..322ced74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-dompurify-html", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Safe replacement for the v-html directive", "license": "MIT", "author": "Thomas Gerbet",