From 5e521cdcd8fd6d64516b13c8c1aabf989f527033 Mon Sep 17 00:00:00 2001 From: Johannes Lindgren <14206504+johannes-lindgren@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:39:43 +0100 Subject: [PATCH] chore: bump and update slogan (#88) --- README.md | 2 +- packages/pure-parse/docs/index.md | 2 +- packages/pure-parse/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4478fb2..bcb9f82 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
- Decouple type aliases from validation logic with explicit type declarations + Lightweight validation library that decouples type aliases from validation logic
Documentation diff --git a/packages/pure-parse/docs/index.md b/packages/pure-parse/docs/index.md index 57a7e8d..9148ba6 100644 --- a/packages/pure-parse/docs/index.md +++ b/packages/pure-parse/docs/index.md @@ -4,7 +4,7 @@ layout: home hero: name: PureParse text: Typesafe, lightweight parsers - tagline: Decouple type aliases from validation logic with explicit type declarations + tagline: Lightweight validation library that decouples type aliases from validation logic actions: - theme: brand text: Quick Start diff --git a/packages/pure-parse/package.json b/packages/pure-parse/package.json index fdc9fbf..998c1a1 100644 --- a/packages/pure-parse/package.json +++ b/packages/pure-parse/package.json @@ -1,8 +1,8 @@ { "name": "pure-parse", - "version": "0.0.0-beta.4", + "version": "0.0.0-beta.5", "private": false, - "description": "Minimalistic validation library with 100% type inference", + "description": "Lightweight validation library that decouples type aliases from validation logic", "author": { "name": "Johannes Lindgren" },