auto-cr-cmd 2.0.28 → 2.0.29

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -72,6 +72,7 @@ var i18n_1 = require("./i18n");
72
72
  var file_1 = require("./utils/file");
73
73
  var auto_cr_rules_1 = require("auto-cr-rules");
74
74
  var loader_1 = require("./rules/loader");
75
+ consola_1.consola.options.formatOptions = __assign(__assign({}, consola_1.consola.options.formatOptions), { date: false });
75
76
  var consolaLoggers = {
76
77
  info: consola_1.consola.info.bind(consola_1.consola),
77
78
  warn: consola_1.consola.warn.bind(consola_1.consola),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-cr-cmd",
3
- "version": "2.0.28",
3
+ "version": "2.0.29",
4
4
  "description": "Fast automated code review CLI powered by SWC-based static analysis",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "@swc/core": "^1.13.20",
50
50
  "@swc/wasm": "^1.13.20",
51
- "auto-cr-rules": "^2.0.28",
51
+ "auto-cr-rules": "^2.0.29",
52
52
  "commander": "^14.0.0",
53
53
  "consola": "^3.4.2"
54
54
  },