This commit is contained in:
Philipp Kunz 2025-04-26 12:48:38 +00:00
parent b84714b208
commit 82bfc20a6d

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartacme", "name": "@push.rocks/smartacme",
"version": "5.0.0", "version": "5.0.1",
"private": false, "private": false,
"description": "A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.", "description": "A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -81,4 +81,4 @@
"pnpm": { "pnpm": {
"overrides": {} "overrides": {}
} }
} }