From 5c224ea3583a5ade2b7acd4d4aa1387071a33f33 Mon Sep 17 00:00:00 2001 From: Cameron Pak Date: Thu, 26 Mar 2026 12:47:42 -0500 Subject: [PATCH] Add description and license to packages Updates the `package.json` files for `@youversion/platform-core`, `@youversion/platform-react-hooks`, and `@youversion/platform-react-ui` to include a `description` and `license` field. This provides clearer context for each package. --- packages/core/package.json | 2 ++ packages/hooks/package.json | 2 ++ packages/ui/package.json | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 16a754fe..9a89601b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,8 @@ { "name": "@youversion/platform-core", "version": "1.22.0", + "description": "A type-safe TypeScript SDK for accessing the YouVersion Platform APIs. Get Bible content and build Bible-based applications.", + "license": "Apache-2.0", "type": "module", "publishConfig": { "access": "public", diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 5de57880..b2ae2a56 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,8 @@ { "name": "@youversion/platform-react-hooks", "version": "1.22.0", + "description": "React hooks for accessing YouVersion Platform APIs with automatic loading/error states.", + "license": "Apache-2.0", "type": "module", "publishConfig": { "access": "public", diff --git a/packages/ui/package.json b/packages/ui/package.json index 66cfeba9..1168e070 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,8 +1,8 @@ { "name": "@youversion/platform-react-ui", "version": "1.22.0", - "description": "React SDK for YouVersion Platform", - "license": "TBD", + "description": "Pre-built React components for Bible applications with styling included.", + "license": "Apache-2.0", "type": "module", "source": "src/index.ts", "exports": {