@nuxtjs/strapi
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.9.1" | ||
"version": "1.9.2" | ||
} |
@@ -0,1 +1,2 @@ | ||
import type { FetchOptions } from 'ofetch'; | ||
export declare const useStrapiClient: () => <T>(url: string, fetchOptions?: FetchOptions) => Promise<T>; |
@@ -9,3 +9,8 @@ | ||
declare module 'nuxt/schema' { | ||
interface NuxtConfig { ['strapi']?: Partial<ModuleOptions> } | ||
interface NuxtOptions { ['strapi']?: ModuleOptions } | ||
} | ||
export { AuthOptions, ModuleOptions, default } from './module' |
{ | ||
"name": "@nuxtjs/strapi", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "Strapi module for Nuxt", | ||
@@ -19,26 +19,29 @@ "repository": "nuxt-modules/strapi", | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
"build": "nuxt-module-build", | ||
"dev": "nuxi dev example", | ||
"lint": "eslint --ext .js,.ts,.vue .", | ||
"prepack": "yarn build", | ||
"typecheck": "nuxi typecheck", | ||
"prepack": "pnpm build", | ||
"prepare": "nuxi prepare example", | ||
"release": "yarn lint && standard-version && git push --follow-tags" | ||
"release": "pnpm lint && standard-version && git push --follow-tags" | ||
}, | ||
"dependencies": { | ||
"@nuxt/kit": "^3.4.1", | ||
"@nuxt/kit": "^3.5.1", | ||
"defu": "^6.1.2", | ||
"graphql": "^16.6.0", | ||
"qs": "^6.11.1", | ||
"ufo": "^1.1.1" | ||
"qs": "^6.11.2", | ||
"ufo": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@nuxt/devtools": "^0.4.1", | ||
"@nuxt/module-builder": "^0.3.0", | ||
"@nuxt/devtools": "^0.5.3", | ||
"@nuxt/module-builder": "^0.3.1", | ||
"@nuxtjs/eslint-config-typescript": "^12.0.0", | ||
"@types/node": "^18.15.12", | ||
"@types/node": "^20.2.3", | ||
"@types/qs": "^6.9.7", | ||
"eslint": "^8.38.0", | ||
"eslint": "^8.41.0", | ||
"husky": "^8.0.3", | ||
"nuxt": "^3.4.1", | ||
"standard-version": "^9.5.0" | ||
"nuxt": "^3.5.1", | ||
"standard-version": "^9.5.0", | ||
"vue-tsc": "^1.6.5" | ||
}, | ||
@@ -45,0 +48,0 @@ "publishConfig": { |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
30955
1136
10
1
Updated@nuxt/kit@^3.5.1
Updatedqs@^6.11.2
Updatedufo@^1.1.2