From 7a0b667db036e76aeb4b8da7d82ee104bce176fe Mon Sep 17 00:00:00 2001 From: alexekdahl <77007088+alexekdahl@users.noreply.github.com> Date: Thu, 13 Mar 2025 15:17:00 +0100 Subject: [PATCH] Added package assert (#2998) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 47cbd5a..aecb57c 100644 --- a/packages.json +++ b/packages.json @@ -34745,5 +34745,16 @@ "description": "Nim client for the DataForSEO API (v3). Zero dependencies, supports both sync and async requests.", "license": "MIT", "web": "https://github.com/Niminem/DataForSEO" + }, + { + "name": "assert", + "url": "https://github.com/alexekdahl/assert", + "method": "git", + "tags": [ + "y" + ], + "description": "DbC library for Nim providing precondition and postcondition assertions", + "license": "MIT", + "web": "https://github.com/alexekdahl/assert" } ]