@naturalcycles/dev-lib 13.14.2 → 13.16.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.
@@ -33,6 +33,8 @@ node_modules
33
33
  /.sass-cache
34
34
  /.sourcemaps
35
35
  /docs/.vuepress/dist
36
+ /docs/.vitepress/dist
37
+ /docs/.vitepress/cache
36
38
  /loader
37
39
  /.angular/cache
38
40
 
package/cfg/tsconfig.json CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  // Target/module
13
13
  "target": "es2021",
14
- "lib": ["es2021"], // add "dom" if needed
14
+ "lib": ["esnext"], // add "dom" if needed
15
15
  "module": "commonjs",
16
16
  "moduleResolution": "node",
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "13.14.2",
3
+ "version": "13.16.0",
4
4
  "scripts": {
5
5
  "prepare": "husky install",
6
6
  "tsn-debug": "tsn testScript.ts",