@phmotad/fire-code 0.2.1 → 0.2.2

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 +1 @@
1
- {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/utils/logger.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAIxB,eAAO,MAAM,MAAM,6BASlB,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG,OAAO,MAAM,CAAC"}
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/utils/logger.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAOxB,eAAO,MAAM,MAAM,6BAEL,CAAC;AAEf,MAAM,MAAM,MAAM,GAAG,OAAO,MAAM,CAAC"}
@@ -5,12 +5,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.logger = void 0;
7
7
  const pino_1 = __importDefault(require("pino"));
8
+ const pino_pretty_1 = __importDefault(require("pino-pretty"));
8
9
  const isDev = process.env.NODE_ENV !== 'production';
9
- exports.logger = (0, pino_1.default)({
10
- level: process.env.LOG_LEVEL ?? (isDev ? 'debug' : 'info'),
11
- base: undefined,
12
- timestamp: pino_1.default.stdTimeFunctions.isoTime,
13
- }, isDev
14
- ? pino_1.default.transport({ target: 'pino-pretty', options: { colorize: true, ignore: 'pid,hostname' } })
15
- : undefined);
10
+ const level = process.env.LOG_LEVEL ?? (isDev ? 'debug' : 'info');
11
+ const opts = { level, base: undefined, timestamp: pino_1.default.stdTimeFunctions.isoTime };
12
+ exports.logger = isDev
13
+ ? (0, pino_1.default)(opts, (0, pino_pretty_1.default)({ colorize: true, ignore: 'pid,hostname' }))
14
+ : (0, pino_1.default)(opts);
16
15
  //# sourceMappingURL=logger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/utils/logger.ts"],"names":[],"mappings":";;;;;;AAAA,gDAAwB;AAExB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,CAAC;AAEvC,QAAA,MAAM,GAAG,IAAA,cAAI,EACxB;IACE,KAAK,EAAE,OAAO,CAAC,GAAG,CAAC,SAAS,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC;IAC1D,IAAI,EAAE,SAAS;IACf,SAAS,EAAE,cAAI,CAAC,gBAAgB,CAAC,OAAO;CACzC,EACD,KAAK;IACH,CAAC,CAAC,cAAI,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,cAAc,EAAE,EAAE,CAAC;IAChG,CAAC,CAAC,SAAS,CACd,CAAC"}
1
+ {"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/utils/logger.ts"],"names":[],"mappings":";;;;;;AAAA,gDAAwB;AACxB,8DAAiC;AAEjC,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,CAAC;AACpD,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,SAAS,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;AAClE,MAAM,IAAI,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,cAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,CAAC;AAErE,QAAA,MAAM,GAAG,KAAK;IACzB,CAAC,CAAC,IAAA,cAAI,EAAC,IAAI,EAAE,IAAA,qBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC,CAAC;IAChE,CAAC,CAAC,IAAA,cAAI,EAAC,IAAI,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phmotad/fire-code",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Intelligent MCP execution engine for AI coding agents — persistent memory, context-aware, Git-traceable",
5
5
  "keywords": [
6
6
  "mcp",