Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
52fb003e5e | |||
d8866a79bf |
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-08-29 - 3.0.4 - fix(smartsystem)
|
||||||
|
Bump version to 3.0.4
|
||||||
|
|
||||||
|
- Patch release: increment package version to 3.0.4
|
||||||
|
- No functional code changes detected in source files
|
||||||
|
- Tests are present but contain placeholder implementations
|
||||||
|
- Dependencies are pinned as wildcard '*' and were not updated
|
||||||
|
|
||||||
## 2025-08-29 - 3.0.3 - fix(readme)
|
## 2025-08-29 - 3.0.3 - fix(readme)
|
||||||
Update README: expand documentation, add installation, usage examples, API overview, and advanced guides
|
Update README: expand documentation, add installation, usage examples, API overview, and advanced guides
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartsystem",
|
"name": "@push.rocks/smartsystem",
|
||||||
"version": "3.0.3",
|
"version": "3.0.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@push.rocks/smartsystem",
|
"name": "@push.rocks/smartsystem",
|
||||||
"version": "3.0.3",
|
"version": "3.0.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@push.rocks/lik": "^6.0.0",
|
"@push.rocks/lik": "^6.0.0",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartsystem",
|
"name": "@push.rocks/smartsystem",
|
||||||
"version": "3.0.3",
|
"version": "3.0.4",
|
||||||
"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.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartsystem',
|
name: '@push.rocks/smartsystem',
|
||||||
version: '3.0.3',
|
version: '3.0.4',
|
||||||
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.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user