fix(npm): Corrected project description and added keywords in package.json and npmextra.json.

This commit is contained in:
2024-12-26 00:30:12 +01:00
parent fbeb94fd63
commit 4b363e304a
5 changed files with 200 additions and 36 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@losslessone_private/nullresolve',
version: '1.0.30',
description: 'servezone service. the null service takes care of handling requests and giving feedback for those that would otherwise not be served.'
version: '1.0.31',
description: 'The nullresolve project is a private service designed to handle requests that would otherwise remain unserved, providing appropriate feedback mechanisms within the servzone architecture.'
}