@naturalcycles/dev-lib 13.16.1 → 13.17.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.
package/cfg/tsconfig.json CHANGED
@@ -10,7 +10,7 @@
10
10
  // "rootDir": "./src",
11
11
 
12
12
  // Target/module
13
- "target": "es2021",
13
+ "target": "es2022",
14
14
  "lib": ["esnext"], // add "dom" if needed
15
15
  "module": "commonjs",
16
16
  "moduleResolution": "node",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "13.16.1",
3
+ "version": "13.17.0",
4
4
  "scripts": {
5
5
  "prepare": "husky install",
6
6
  "tsn-debug": "tsn testScript.ts",
@@ -104,7 +104,7 @@
104
104
  "update-from-dev-lib": "dist/bin/update-from-dev-lib.js"
105
105
  },
106
106
  "engines": {
107
- "node": ">=16.10.0"
107
+ "node": ">=18.12.0"
108
108
  },
109
109
  "publishConfig": {
110
110
  "access": "public"