@naturalcycles/dev-lib 14.1.3 → 14.2.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.
@@ -1,5 +1,3 @@
1
- #!/bin/sh
2
1
  [ -n "$CI" ] && exit 0
3
- . "$(dirname "$0")/_/husky.sh"
4
2
 
5
3
  ./node_modules/.bin/commitlint-def $1
@@ -1,5 +1,3 @@
1
- #!/bin/sh
2
1
  [ -n "$CI" ] && exit 0
3
- . "$(dirname "$0")/_/husky.sh"
4
2
 
5
3
  ./node_modules/.bin/lint-staged-def
package/dist/bin/up.js CHANGED
@@ -6,6 +6,8 @@ const node_fs_1 = tslib_1.__importDefault(require("node:fs"));
6
6
  const nodejs_lib_1 = require("@naturalcycles/nodejs-lib");
7
7
  (0, nodejs_lib_1.runScript)(async () => {
8
8
  (0, nodejs_lib_1.execVoidCommandSync)('yarn', ['upgrade']);
9
+ (0, nodejs_lib_1.execVoidCommandSync)('yarn-deduplicate');
10
+ (0, nodejs_lib_1.execVoidCommandSync)('yarn');
9
11
  if (node_fs_1.default.existsSync(`node_modules/patch-package`)) {
10
12
  (0, nodejs_lib_1.execVoidCommandSync)('patch-package');
11
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "14.1.3",
3
+ "version": "14.2.0",
4
4
  "scripts": {
5
5
  "prepare": "husky",
6
6
  "tsn-debug": "tsn testScript.ts",