@ambitiondev/nuxt-cookiebot
Advanced tools
Comparing version
{ | ||
"name": "@ambitiondev/nuxt-cookiebot", | ||
"version": "3.1.1", | ||
"version": "3.1.2-alpha.0", | ||
"configKey": "cookiebot", | ||
@@ -9,5 +9,5 @@ "compatibility": { | ||
"builder": { | ||
"@nuxt/module-builder": "0.6.0", | ||
"@nuxt/module-builder": "0.7.0", | ||
"unbuild": "2.0.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
declare const _default: any; | ||
declare const _default: import("#app").Plugin<Record<string, unknown>> & import("#app").ObjectPlugin<Record<string, unknown>>; | ||
export default _default; |
128
package.json
{ | ||
"name": "@ambitiondev/nuxt-cookiebot", | ||
"version": "3.1.1", | ||
"author": { | ||
"email": "info@ambitiondev.io", | ||
"name": "Berrie Nachtweh", | ||
"url": "https://ambitiondev.io" | ||
}, | ||
"dependencies": { | ||
"@ambitiondev/cookiebot-common": "^3.1.1", | ||
"@ambitiondev/vue-cookiebot": "^3.1.1", | ||
"@nuxt/kit": "^3.11.2" | ||
}, | ||
"description": "Implementation for Cookiebot in Nuxt applications", | ||
"devDependencies": { | ||
"@netvlies/prettier-config": "^1.1.6", | ||
"@nuxt/devtools": "latest", | ||
"@nuxt/eslint-config": "^0.2.0", | ||
"@nuxt/module-builder": "^0.6.0", | ||
"@nuxt/schema": "^3.11.2", | ||
"@nuxt/test-utils": "^3.12.1", | ||
"@nuxtjs/i18n": "^8.3.1", | ||
"@types/node": "^20.12.11", | ||
"changelogen": "^0.5.5", | ||
"eslint": "^8.56.0", | ||
"nuxt": "^3.11.2", | ||
"prettier": "^3.2.5", | ||
"vitest": "^1.6.0" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/module.mjs", | ||
"require": "./dist/module.cjs", | ||
"types": "./dist/types.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"homepage": "https://vue-nuxt-cookiebot.netlify.app", | ||
"keywords": [ | ||
"nuxt", | ||
"cookiebot", | ||
"ambitiondev", | ||
"vue" | ||
], | ||
"license": "MIT", | ||
"main": "./dist/module.cjs", | ||
"prettier": "@netvlies/prettier-config", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ambitiondev/cookiebot" | ||
}, | ||
"scripts": { | ||
"build": "npm run lint && npm run test && npm run prepack", | ||
"dev": "nuxi dev playground", | ||
"dev:build": "nuxi build playground", | ||
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", | ||
"lint": "eslint .", | ||
"prepack": "nuxt-module-build build", | ||
"test": "vitest run", | ||
"test:watch": "vitest watch" | ||
}, | ||
"type": "module", | ||
"types": "./dist/types.d.ts", | ||
"gitHead": "8ab93ca107070c215f28be47e92be96fcc31464f" | ||
"name": "@ambitiondev/nuxt-cookiebot", | ||
"version": "3.1.2-alpha.0", | ||
"author": { | ||
"email": "info@ambitiondev.io", | ||
"name": "Berrie Nachtweh", | ||
"url": "https://ambitiondev.io" | ||
}, | ||
"dependencies": { | ||
"@ambitiondev/cookiebot-common": "^3.1.2-alpha.0", | ||
"@ambitiondev/vue-cookiebot": "^3.1.2-alpha.0", | ||
"@nuxt/kit": "^3.11.2" | ||
}, | ||
"description": "Implementation for Cookiebot in Nuxt applications", | ||
"devDependencies": { | ||
"@nuxt/devtools": "latest", | ||
"@nuxt/eslint-config": "^0.3.13", | ||
"@nuxt/module-builder": "^0.7.0", | ||
"@nuxt/schema": "^3.11.2", | ||
"@nuxt/test-utils": "^3.13.1", | ||
"@nuxtjs/i18n": "^8.3.1", | ||
"@types/node": "^20.14.0", | ||
"@vue/test-utils": "^2.4.6", | ||
"changelogen": "^0.5.5", | ||
"happy-dom": "^14.12.0", | ||
"nuxt": "^3.11.2", | ||
"playwright-core": "^1.44.1", | ||
"vitest": "^1.6.0" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/module.mjs", | ||
"require": "./dist/module.cjs", | ||
"types": "./dist/types.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"homepage": "https://vue-nuxt-cookiebot.netlify.app", | ||
"keywords": [ | ||
"nuxt", | ||
"cookiebot", | ||
"ambitiondev", | ||
"vue" | ||
], | ||
"license": "MIT", | ||
"main": "./dist/module.cjs", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ambitiondev/cookiebot" | ||
}, | ||
"scripts": { | ||
"build": "npm run prepack", | ||
"dev": "nuxi dev playground", | ||
"dev:build": "nuxi build playground", | ||
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", | ||
"lint": "eslint src", | ||
"prepack": "nuxi generate && nuxt-module-build build", | ||
"test:coverage": "vitest run --coverage --coverage.reporter=json-summary --coverage.reporter=json --coverage.reporter=text --coverage.thresholds.lines=25 --coverage.thresholds.functions=25 --coverage.thresholds.branches=45 --coverage.thresholds.statements=25", | ||
"test": "vitest" | ||
}, | ||
"type": "module", | ||
"gitHead": "e77957fca8c7c10b63430b64ea4ae12049752769" | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11994
3.99%209
-2.34%1
Infinity%1
Infinity%