nuxt-api-party
Advanced tools
Comparing version 0.20.1 to 0.21.0
@@ -52,2 +52,3 @@ import * as _nuxt_schema from '@nuxt/schema'; | ||
* By default, API requests are only made on the server-side. This option allows you to make requests on the client-side as well. Keep in mind that this will expose your API credentials to the client. | ||
* Note: If Nuxt SSR is disabled, all requests are made on the client-side by default. | ||
* | ||
@@ -59,3 +60,3 @@ * @example | ||
*/ | ||
allowClient?: boolean; | ||
client?: boolean | 'allow' | 'always'; | ||
/** | ||
@@ -62,0 +63,0 @@ * Global options for openapi-typescript |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.20.1" | ||
"version": "0.21.0" | ||
} |
@@ -6,3 +6,5 @@ import type { NitroFetchOptions } from 'nitropack'; | ||
* Skip the Nuxt server proxy and fetch directly from the API. | ||
* Requires `allowClient` to be enabled in the module options as well. | ||
* Requires `client` set to `true` in the module options. | ||
* @remarks | ||
* If Nuxt SSR is disabled, client-side requests are enabled by default. | ||
* @default false | ||
@@ -9,0 +11,0 @@ */ |
@@ -12,3 +12,5 @@ import type { FetchError } from 'ofetch'; | ||
* Skip the Nuxt server proxy and fetch directly from the API. | ||
* Requires `allowClient` to be enabled in the module options as well. | ||
* Requires `client` set to `true` in the module options. | ||
* @remarks | ||
* If Nuxt SSR is disabled, client-side requests are enabled by default. | ||
* @default false | ||
@@ -15,0 +17,0 @@ */ |
{ | ||
"name": "nuxt-api-party", | ||
"type": "module", | ||
"version": "0.20.1", | ||
"packageManager": "pnpm@8.7.6", | ||
"version": "0.21.0", | ||
"packageManager": "pnpm@8.8.0", | ||
"description": "Nuxt 3 module to securely connect with any API", | ||
@@ -51,3 +51,3 @@ "author": "Johann Schopplich <pkg@johannschopplich.com>", | ||
"dependencies": { | ||
"@nuxt/kit": "^3.7.3", | ||
"@nuxt/kit": "^3.7.4", | ||
"defu": "^6.1.2", | ||
@@ -58,3 +58,3 @@ "ofetch": "^1.3.3", | ||
"scule": "^1.0.0", | ||
"ufo": "^1.3.0" | ||
"ufo": "^1.3.1" | ||
}, | ||
@@ -65,14 +65,14 @@ "optionalDependencies": { | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.42.1", | ||
"@nuxt/module-builder": "^0.5.1", | ||
"@nuxt/test-utils": "^3.7.3", | ||
"@types/node": "^20.6.2", | ||
"@antfu/eslint-config": "^1.0.0-beta.18", | ||
"@nuxt/module-builder": "^0.5.2", | ||
"@nuxt/test-utils": "^3.7.4", | ||
"@types/node": "^20.8.0", | ||
"bumpp": "^9.2.0", | ||
"eslint": "^8.49.0", | ||
"nuxt": "^3.7.3", | ||
"eslint": "^8.50.0", | ||
"nuxt": "^3.7.4", | ||
"nuxt-api-party": "workspace:*", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.4", | ||
"vue-tsc": "^1.8.11" | ||
"vitest": "^0.34.6", | ||
"vue-tsc": "^1.8.15" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
43103
2508
864
22
+ Addedjiti@2.4.0(transitive)
+ Addedunimport@3.13.4(transitive)
- Removedfdir@6.4.2(transitive)
- Removedjiti@2.4.1(transitive)
- Removedtinyglobby@0.2.10(transitive)
- Removedunimport@3.14.2(transitive)
Updated@nuxt/kit@^3.7.4
Updatedufo@^1.3.1