Consent API (#1)

# Changelog
- fix typo in `supressDnt` to `suppressDnt` setting, and
- expose `recordConsent` and `revokeConsent` API calls.

Reviewed-on: https://cloud.inputobjects.eu/forge/forge/wideangle/wideangle-vuejs/pulls/1
Co-authored-by: Jarek Rozanski <jrozanski@inputobjects.eu>
Co-committed-by: Jarek Rozanski <jrozanski@inputobjects.eu>
This commit is contained in:
Jarek Rozanski 2025-01-29 20:25:24 +00:00 committed by Jarek Rozanski
parent 124958f815
commit ce4a66ecc0
6 changed files with 73 additions and 22 deletions

View file

@ -1,9 +1,12 @@
{
"name": "wideangle-vuejs",
"version": "1.0.1",
"version": "2.0.0",
"description": "Wide Angle Analytics web analytics Plugin for Vue.js 3.x",
"homepage": "https://wideangle.co",
"repository": "github:wideangleanalytics/wideangle-vuejs",
"repository": {
"type": "git",
"url": "https://cloud.inputobjects.eu/forge/wideangle/wideangle-vuejs.git"
},
"main": "index.js",
"scripts": {
"build": "tsc -p tsconfig.json",