@naturalcycles/dev-lib 13.15.0 → 13.16.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "13.15.0",
3
+ "version": "13.16.1",
4
4
  "scripts": {
5
5
  "prepare": "husky install",
6
6
  "tsn-debug": "tsn testScript.ts",
@@ -35,7 +35,7 @@
35
35
  "@naturalcycles/cli": "^1.0.0",
36
36
  "@naturalcycles/js-lib": "^14.0.0",
37
37
  "@naturalcycles/nodejs-lib": "^12.0.0",
38
- "@types/fs-extra": "^9.0.0",
38
+ "@types/fs-extra": "^11.0.0",
39
39
  "@types/jest": "^29.0.0",
40
40
  "@types/node": "^18.0.0",
41
41
  "@types/yargs": "^16.0.0",