@gjsify/os 0.4.42 → 0.4.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -7,8 +7,10 @@ Part of the [gjsify](https://github.com/gjsify/gjsify) project — Node.js and W
7
7
  ## Installation
8
8
 
9
9
  ```bash
10
+ gjsify install @gjsify/os
11
+
12
+ # npm or yarn also work (e.g. adding it to an existing project):
10
13
  npm install @gjsify/os
11
- # or
12
14
  yarn add @gjsify/os
13
15
  ```
14
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/os",
3
- "version": "0.4.42",
3
+ "version": "0.4.44",
4
4
  "description": "Node.js os module for Gjs",
5
5
  "module": "lib/esm/index.js",
6
6
  "types": "lib/types/index.d.ts",
@@ -40,11 +40,11 @@
40
40
  "dependencies": {
41
41
  "@girs/gio-2.0": "2.88.0-4.0.4",
42
42
  "@girs/glib-2.0": "2.88.0-4.0.4",
43
- "@gjsify/utils": "^0.4.42"
43
+ "@gjsify/utils": "^0.4.44"
44
44
  },
45
45
  "devDependencies": {
46
- "@gjsify/cli": "^0.4.42",
47
- "@gjsify/unit": "^0.4.42",
46
+ "@gjsify/cli": "^0.4.44",
47
+ "@gjsify/unit": "^0.4.44",
48
48
  "@types/node": "^25.9.1",
49
49
  "typescript": "^6.0.3"
50
50
  },