fix(metadata): Clarify package/module description by expanding contraction

This commit is contained in:
2025-08-29 13:22:53 +00:00
parent 52fb003e5e
commit 2a6bfc7a9d
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## 2025-08-29 - 3.0.5 - fix(metadata)
Clarify package/module description by expanding contraction
- Replaced "it's" with "it is" in the package/module description to improve clarity (files updated: npmextra.json, ts/00_commitinfo_data.ts).
- Documentation/metadata-only change; no runtime or API changes.
- Bump patch version to 3.0.5.
## 2025-08-29 - 3.0.4 - fix(smartsystem) ## 2025-08-29 - 3.0.4 - fix(smartsystem)
Bump version to 3.0.4 Bump version to 3.0.4

View File

@@ -9,7 +9,7 @@
"githost": "code.foss.global", "githost": "code.foss.global",
"gitscope": "push.rocks", "gitscope": "push.rocks",
"gitrepo": "smartsystem", "gitrepo": "smartsystem",
"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.",
"npmPackagename": "@push.rocks/smartsystem", "npmPackagename": "@push.rocks/smartsystem",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartsystem', name: '@push.rocks/smartsystem',
version: '3.0.4', 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's running on, including environment, network, and hardware information.'
} }