diff --git a/packages.json b/packages.json index e38096a..773dca9 100644 --- a/packages.json +++ b/packages.json @@ -26574,7 +26574,7 @@ "web": "https://github.com/ire4ever1190/anano", "doc": "https://tempdocs.netlify.app/anano/stable" }, - { + { "name": "pwnedpass", "url": "https://github.com/foxoman/pwnedpass", "method": "git", @@ -26585,5 +26585,19 @@ "description": "Check if a passphrase has been pwned using the Pwned Passwords v3 API", "license": "MIT", "web": "https://github.com/foxoman/pwnedpass" - } + }, + { + "name": "seq2d", + "url": "https://github.com/avahe-kellenberger/seq2d", + "method": "git", + "tags": [ + "seq2d", + "grid", + "array2d", + "collection" + ], + "description": "A 2D Sequence Implementation", + "license": "GPL-2.0-only", + "web": "https://github.com/avahe-kellenberger/seq2d" + } ]