diff --git a/README.md b/README.md index 7874f7c..c2da6a9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Just enough JavaScript object validation. -[![JSR](https://jsr.io/badges/@dbushell/jsonlike?labelColor=98e6c8)](https://jsr.io/@dbushell/jsonlike) [![JSR Score](https://jsr.io/badges/@dbushell/jsonlike/score?labelColor=98e6c8)](https://jsr.io/@dbushell/jsonlike) [![JSR](https://jsr.io/badges/@dbushell?labelColor=98e6c8)](https://jsr.io/@dbushell) +[![JSR](https://jsr.io/badges/@dbushell/xml-streamify?labelColor=98e6c8&color=333)](https://jsr.io/@dbushell/@dbushell/jsonlike) [![NPM](https://img.shields.io/npm/v/@dbushell/jsonlike?labelColor=98e6c8&color=333)](https://www.npmjs.com/package/@dbushell/jsonlike) **jsonlike** is a tiny < 1kB library used to validate JavaScript objects against a JSON-like schema. diff --git a/deno.json b/deno.json index 16abb6d..6c89488 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@dbushell/jsonlike", - "version": "0.2.3", + "version": "0.2.4", "exports": { ".": "./mod.ts", "./types": "./types.ts" diff --git a/package.json b/package.json index 9078ce0..2cd8c23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dbushell/jsonlike", - "version": "0.2.3", + "version": "0.2.4", "repository": { "type": "git", "url": "git+https://github.com/dbushell/jsonlike.git"