# 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>
32 lines
804 B
JSON
32 lines
804 B
JSON
{
|
|
"name": "wideangle-vuejs",
|
|
"version": "2.0.0",
|
|
"description": "Wide Angle Analytics web analytics Plugin for Vue.js 3.x",
|
|
"homepage": "https://wideangle.co",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://cloud.inputobjects.eu/forge/wideangle/wideangle-vuejs.git"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"clear": "rimraf dist",
|
|
"rebuild": "npm run clear && npm run build",
|
|
"prepublishOnly": "npm run rebuild"
|
|
},
|
|
"keywords": [
|
|
"wide angle analytics",
|
|
"web analytics",
|
|
"vue.js",
|
|
"vuejs",
|
|
"plugin",
|
|
"vuejs plugin",
|
|
"privacy web analytics",
|
|
"privacy"
|
|
],
|
|
"author": "Wide Angle Analytics <developers@wideangle.co>",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|