@8btc/ppt-generator-mcp 0.0.22 → 0.0.24

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.
@@ -24,13 +24,4 @@ const logger = winston_1.default.createLogger({
24
24
  new winston_1.default.transports.File({ filename: "ppt-logercombined.log" }),
25
25
  ],
26
26
  });
27
- //
28
- // If we're not in production then log to the `console` with the format:
29
- // `${info.level}: ${info.message} JSON.stringify({ ...rest }) `
30
- //
31
- if (process.env.NODE_ENV !== "production") {
32
- logger.add(new winston_1.default.transports.Console({
33
- format: winston_1.default.format.simple(),
34
- }));
35
- }
36
27
  exports.default = logger;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/ppt-generator-mcp",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "description": "MCP service for generating PPT files from AI-generated outlines and templates",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {