diff --git a/apps/dashboard/app/(app)/apis/[apiId]/keys/[keyAuthId]/[keyId]/page.tsx b/apps/dashboard/app/(app)/apis/[apiId]/keys/[keyAuthId]/[keyId]/page.tsx
index 1e88390db0..34cb668c83 100644
--- a/apps/dashboard/app/(app)/apis/[apiId]/keys/[keyAuthId]/[keyId]/page.tsx
+++ b/apps/dashboard/app/(app)/apis/[apiId]/keys/[keyAuthId]/[keyId]/page.tsx
@@ -160,7 +160,7 @@ export default async function APIKeyDetailPage(props: {
-
+
}
@@ -354,8 +354,10 @@ const Metric: React.FC<{
}> = ({ label, value, tooltip }) => {
const component = (
-
{label}
-
{value}
+
{label}
+
+ {value}
+
);
diff --git a/packages/api/package.json b/packages/api/package.json
index 8f10f6463a..2106bb9e7c 100644
--- a/packages/api/package.json
+++ b/packages/api/package.json
@@ -9,18 +9,12 @@
"publishConfig": {
"access": "public"
},
- "keywords": [
- "unkey",
- "client",
- "api"
- ],
+ "keywords": ["unkey", "client", "api"],
"bugs": {
"url": "https://github.com/unkeyed/unkey/issues"
},
"homepage": "https://github.com/unkeyed/unkey#readme",
- "files": [
- "./dist/**"
- ],
+ "files": ["./dist/**"],
"author": "Andreas Thomas ",
"scripts": {
"generate": "openapi-typescript https://api.unkey.dev/openapi.json -o ./src/openapi.d.ts",
diff --git a/packages/hono/package.json b/packages/hono/package.json
index 311ed14bd2..020985cd9d 100644
--- a/packages/hono/package.json
+++ b/packages/hono/package.json
@@ -8,19 +8,12 @@
"publishConfig": {
"access": "public"
},
- "keywords": [
- "unkey",
- "client",
- "api",
- "hono"
- ],
+ "keywords": ["unkey", "client", "api", "hono"],
"bugs": {
"url": "https://github.com/unkeyed/unkey/issues"
},
"homepage": "https://github.com/unkeyed/unkey#readme",
- "files": [
- "./dist/**"
- ],
+ "files": ["./dist/**"],
"author": "Andreas Thomas ",
"scripts": {
"build": "tsup",
diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json
index a3b305e2a6..4dc72ba730 100644
--- a/packages/nextjs/package.json
+++ b/packages/nextjs/package.json
@@ -8,18 +8,12 @@
"publishConfig": {
"access": "public"
},
- "keywords": [
- "unkey",
- "client",
- "api"
- ],
+ "keywords": ["unkey", "client", "api"],
"bugs": {
"url": "https://github.com/unkeyed/unkey/issues"
},
"homepage": "https://github.com/unkeyed/unkey#readme",
- "files": [
- "./dist/**"
- ],
+ "files": ["./dist/**"],
"author": "Andreas Thomas ",
"scripts": {
"build": "tsup"
diff --git a/packages/ratelimit/package.json b/packages/ratelimit/package.json
index a8016f81ff..eb7721309b 100644
--- a/packages/ratelimit/package.json
+++ b/packages/ratelimit/package.json
@@ -9,19 +9,12 @@
"publishConfig": {
"access": "public"
},
- "keywords": [
- "unkey",
- "ratelimit",
- "global",
- "serverless"
- ],
+ "keywords": ["unkey", "ratelimit", "global", "serverless"],
"bugs": {
"url": "https://github.com/unkeyed/unkey/issues"
},
"homepage": "https://github.com/unkeyed/unkey#readme",
- "files": [
- "./dist/**"
- ],
+ "files": ["./dist/**"],
"author": "Andreas Thomas ",
"scripts": {
"build": "tsup"