@teamnovu/vite-plugin-vue-gql-statamic
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -12,5 +12,5 @@ import type { Plugin as Plugin_2 } from 'vite'; | ||
declare function (options?: Partial<Config>): Plugin_2; | ||
export default default_2; | ||
declare function vueGqlStatamic(options?: Partial<Config>): Plugin_2<any>; | ||
export default vueGqlStatamic; | ||
export { } |
{ | ||
"name": "@teamnovu/vite-plugin-vue-gql-statamic", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "A Vite plugin to write GraphQL queries for Statamic inside Vue components.", | ||
@@ -46,5 +46,3 @@ "repository": "https://github.com/teamnovu/vite-plugin-vue-gql-statamic", | ||
"graphql": "^16.9.0", | ||
"node-html-parser": "^6.1.13", | ||
"vite": "^5.4.11", | ||
"vue": "^3.5.13" | ||
"node-html-parser": "^6.1.13" | ||
}, | ||
@@ -65,4 +63,6 @@ "devDependencies": { | ||
"vite-plugin-dts": "^3.5.2", | ||
"vitest": "^0.34.1" | ||
"vitest": "^0.34.1", | ||
"vite": "^5.4.11", | ||
"vue": "^3.5.13" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1037117
6
16
- Removedvite@^5.4.11
- Removedvue@^3.5.13