fix(smartsystem): Add typings entry and normalize package description; sync commitinfo

This commit is contained in:
2025-08-29 13:29:47 +00:00
parent 28407cc658
commit e4563320bd
3 changed files with 10 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartsystem",
"version": "3.0.5",
"description": "A TypeScript library for interacting with the system it's running on, including environment, network, and hardware information.",
"description": "A TypeScript library for interacting with the system it is running on, including environment, network, and hardware information.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",