@naturalcycles/backend-lib 5.13.0 → 5.14.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
@@ -6,7 +6,7 @@
6
6
  {
7
7
  "compilerOptions": {
8
8
  // Target/module
9
- "target": "es2022",
9
+ "target": "es2023",
10
10
  "lib": ["esnext"], // add "dom" if needed
11
11
  // module `nodenext` is a modern mode that auto-detects cjs/esm
12
12
  // it also defaults `esModuleInterop` and `allowSyntheticDefaultImports` to true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/backend-lib",
3
- "version": "5.13.0",
3
+ "version": "5.14.0",
4
4
  "scripts": {
5
5
  "prepare": "husky",
6
6
  "build": "dev-lib build",