This commit is contained in:
2025-08-29 12:59:57 +00:00
parent 71422beea3
commit 29b7d266b6
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@push.rocks/smartsystem", "name": "@push.rocks/smartsystem",
"version": "3.0.2", "version": "3.0.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@push.rocks/smartsystem", "name": "@push.rocks/smartsystem",
"version": "3.0.2", "version": "3.0.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@push.rocks/lik": "^6.0.0", "@push.rocks/lik": "^6.0.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartsystem", "name": "@push.rocks/smartsystem",
"version": "3.0.2", "version": "3.0.3",
"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",