@naturalcycles/dev-lib 13.32.5 → 13.33.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
@@ -14,6 +14,7 @@
14
14
  "lib": ["esnext"], // add "dom" if needed
15
15
  "module": "commonjs",
16
16
  "moduleResolution": "node",
17
+ "moduleDetection": "force",
17
18
 
18
19
  // Emit
19
20
  "sourceMap": false,
@@ -41,9 +41,7 @@ async function lintAllCommand() {
41
41
  console.log(`lint-all: there are changes before running lint-all, will not commit`);
42
42
  }
43
43
  else {
44
- const msg = 'style(ci): ' +
45
- (0, js_lib_1._truncate)((0, nodejs_lib_1.commitMessageToTitleMessage)((0, nodejs_lib_1.getLastGitCommitMsg)()), 60) +
46
- '\n\n[skip ci]';
44
+ const msg = 'style(ci): ' + (0, js_lib_1._truncate)((0, nodejs_lib_1.commitMessageToTitleMessage)((0, nodejs_lib_1.getLastGitCommitMsg)()), 60);
47
45
  // pull, commit, push changes
48
46
  (0, nodejs_lib_1.gitPull)();
49
47
  (0, nodejs_lib_1.gitCommitAll)(msg);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "13.32.5",
3
+ "version": "13.33.0",
4
4
  "scripts": {
5
5
  "prepare": "husky install",
6
6
  "tsn-debug": "tsn testScript.ts",