@naturalcycles/dev-lib 15.25.0 → 15.26.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
  "outDir": "${configDir}/dist",
11
11
 
12
12
  // Target/module
13
- "target": "es2022",
13
+ "target": "es2023",
14
14
  "lib": ["esnext"], // add "dom" if needed
15
15
  // module `nodenext` is a modern mode that auto-detects cjs/esm
16
16
  // it also defaults `esModuleInterop` and `allowSyntheticDefaultImports` to true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "15.25.0",
3
+ "version": "15.26.0",
4
4
  "scripts": {
5
5
  "prepare": "husky",
6
6
  "tsn-debug": "tsn testScript.ts",