updates 16.5.2 → 16.5.4
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.
- package/README.md +1 -1
- package/dist/index.js +506 -509
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ All `pkg` options support glob matching via [picomatch](https://github.com/micro
|
|
|
31
31
|
|
|
32
32
|
The config file is used to configure certain options of the module. It is placed at `updates.config.{js,ts,mjs,mts}` or `.config/updates.config.{js,ts,mjs,mts}`, relative to `package.json` / `pyproject.toml` / `go.mod`.
|
|
33
33
|
|
|
34
|
-
Since Node.js
|
|
34
|
+
Since Node.js v22.18.0, typescript configuration files work out of the box. For older node versions, set `NODE_OPTIONS="--experimental-strip-types"` in your environment.
|
|
35
35
|
|
|
36
36
|
```ts
|
|
37
37
|
export default {
|