nuxt-api-party
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.1.1" | ||
"version": "1.1.2" | ||
} |
{ | ||
"name": "nuxt-api-party", | ||
"type": "module", | ||
"version": "1.1.1", | ||
"packageManager": "pnpm@8.15.5", | ||
"version": "1.1.2", | ||
"packageManager": "pnpm@8.15.6", | ||
"description": "Securely connect to any API with a server proxy and dynamic composables", | ||
@@ -50,9 +50,9 @@ "author": "Johann Schopplich <pkg@johannschopplich.com>", | ||
"dependencies": { | ||
"@nuxt/kit": "^3.11.1", | ||
"@nuxt/kit": "^3.11.2", | ||
"defu": "^6.1.4", | ||
"ofetch": "^1.3.3", | ||
"ofetch": "^1.3.4", | ||
"ohash": "^1.1.3", | ||
"pathe": "^1.1.2", | ||
"scule": "^1.3.0", | ||
"ufo": "^1.5.2" | ||
"ufo": "^1.5.3" | ||
}, | ||
@@ -63,13 +63,12 @@ "optionalDependencies": { | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.8.3", | ||
"@antfu/eslint-config": "^2.12.2", | ||
"@nuxt/module-builder": "^0.5.5", | ||
"@nuxt/test-utils": "^3.12.0", | ||
"@types/node": "^20.11.29", | ||
"@types/node": "^20.12.5", | ||
"bumpp": "^9.4.0", | ||
"eslint": "^8.57.0", | ||
"nuxt": "^3.11.1", | ||
"typescript": "^5.4.2", | ||
"vitest": "^1.4.0", | ||
"vue-tsc": "^2.0.6" | ||
"nuxt": "^3.11.2", | ||
"typescript": "^5.4.4", | ||
"vitest": "^1.4.0" | ||
} | ||
} |
@@ -28,7 +28,3 @@ [![nuxt-api-party](./docs/public/og.jpg)](https://nuxt-api-party.byjohann.dev) | ||
```bash | ||
# pnpm | ||
pnpm add -D nuxt-api-party | ||
# npm | ||
npm i -D nuxt-api-party | ||
npx nuxi@latest module add api-party | ||
``` | ||
@@ -35,0 +31,0 @@ |
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
9
44607
94
Updated@nuxt/kit@^3.11.2
Updatedofetch@^1.3.4
Updatedufo@^1.5.3