@gjsify/string_decoder 0.4.43 → 0.5.0

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 +5 -5
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/string_decoder
11
+
12
+ # npm or yarn also work (e.g. adding it to an existing project):
10
13
  npm install @gjsify/string_decoder
11
- # or
12
14
  yarn add @gjsify/string_decoder
13
15
  ```
14
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/string_decoder",
3
- "version": "0.4.43",
3
+ "version": "0.5.0",
4
4
  "description": "Node.js string_decoder module for Gjs",
5
5
  "type": "module",
6
6
  "module": "lib/esm/index.js",
@@ -36,13 +36,13 @@
36
36
  "string_decoder"
37
37
  ],
38
38
  "devDependencies": {
39
- "@gjsify/cli": "^0.4.43",
40
- "@gjsify/unit": "^0.4.43",
41
- "@types/node": "^25.9.1",
39
+ "@gjsify/cli": "^0.5.0",
40
+ "@gjsify/unit": "^0.5.0",
41
+ "@types/node": "^25.9.2",
42
42
  "typescript": "^6.0.3"
43
43
  },
44
44
  "dependencies": {
45
- "@gjsify/buffer": "^0.4.43"
45
+ "@gjsify/buffer": "^0.5.0"
46
46
  },
47
47
  "gjsify": {
48
48
  "runtimes": {