From 3da4581ca6c792b58fc56c5b550a142025612351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20M=C3=BCller?= Date: Sat, 27 Jul 2024 15:37:13 +0200 Subject: [PATCH] 2.0.3-1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 726ba461..ccef1631 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "superstruct", "description": "A simple and composable way to validate data in JavaScript (and TypeScript).", - "version": "2.0.3-0", + "version": "2.0.3-1", "license": "MIT", "repository": "git://github.com/ianstormtaylor/superstruct.git", "type": "module",