devbcn-mcp-server 0.0.0-202511180540 → 0.0.0-202511200533

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/bun.lock CHANGED
@@ -27,7 +27,7 @@
27
27
 
28
28
  "call-bound": ["call-bound@1.0.4", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.2", "get-intrinsic": "^1.3.0" } }, "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg=="],
29
29
 
30
- "content-disposition": ["content-disposition@1.0.0", "", { "dependencies": { "safe-buffer": "5.2.1" } }, "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg=="],
30
+ "content-disposition": ["content-disposition@1.0.1", "", {}, "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q=="],
31
31
 
32
32
  "content-type": ["content-type@1.0.5", "", {}, "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA=="],
33
33
 
@@ -145,8 +145,6 @@
145
145
 
146
146
  "router": ["router@2.2.0", "", { "dependencies": { "debug": "^4.4.0", "depd": "^2.0.0", "is-promise": "^4.0.0", "parseurl": "^1.3.3", "path-to-regexp": "^8.0.0" } }, "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ=="],
147
147
 
148
- "safe-buffer": ["safe-buffer@5.2.1", "", {}, "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="],
149
-
150
148
  "safer-buffer": ["safer-buffer@2.1.2", "", {}, "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="],
151
149
 
152
150
  "send": ["send@1.2.0", "", { "dependencies": { "debug": "^4.3.5", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "etag": "^1.8.1", "fresh": "^2.0.0", "http-errors": "^2.0.0", "mime-types": "^3.0.1", "ms": "^2.1.3", "on-finished": "^2.4.1", "range-parser": "^1.2.1", "statuses": "^2.0.1" } }, "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw=="],
@@ -183,7 +181,7 @@
183
181
 
184
182
  "zod": ["zod@3.25.76", "", {}, "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ=="],
185
183
 
186
- "zod-to-json-schema": ["zod-to-json-schema@3.24.6", "", { "peerDependencies": { "zod": "^3.24.1" } }, "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg=="],
184
+ "zod-to-json-schema": ["zod-to-json-schema@3.25.0", "", { "peerDependencies": { "zod": "^3.25 || ^4" } }, "sha512-HvWtU2UG41LALjajJrML6uQejQhNJx+JBO9IflpSja4R03iNWfKXrj6W2h7ljuLyc1nKS+9yDyL/9tD1U/yBnQ=="],
187
185
 
188
186
  "body-parser/iconv-lite": ["iconv-lite@0.6.3", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw=="],
189
187
 
package/dist/index.js CHANGED
@@ -25283,63 +25283,6 @@ var require_request = __commonJS((exports, module) => {
25283
25283
  }
25284
25284
  });
25285
25285
 
25286
- // node_modules/safe-buffer/index.js
25287
- var require_safe_buffer = __commonJS((exports, module) => {
25288
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
25289
- var buffer = __require("buffer");
25290
- var Buffer2 = buffer.Buffer;
25291
- function copyProps(src, dst) {
25292
- for (var key in src) {
25293
- dst[key] = src[key];
25294
- }
25295
- }
25296
- if (Buffer2.from && Buffer2.alloc && Buffer2.allocUnsafe && Buffer2.allocUnsafeSlow) {
25297
- module.exports = buffer;
25298
- } else {
25299
- copyProps(buffer, exports);
25300
- exports.Buffer = SafeBuffer;
25301
- }
25302
- function SafeBuffer(arg, encodingOrOffset, length) {
25303
- return Buffer2(arg, encodingOrOffset, length);
25304
- }
25305
- SafeBuffer.prototype = Object.create(Buffer2.prototype);
25306
- copyProps(Buffer2, SafeBuffer);
25307
- SafeBuffer.from = function(arg, encodingOrOffset, length) {
25308
- if (typeof arg === "number") {
25309
- throw new TypeError("Argument must not be a number");
25310
- }
25311
- return Buffer2(arg, encodingOrOffset, length);
25312
- };
25313
- SafeBuffer.alloc = function(size, fill, encoding) {
25314
- if (typeof size !== "number") {
25315
- throw new TypeError("Argument must be a number");
25316
- }
25317
- var buf = Buffer2(size);
25318
- if (fill !== undefined) {
25319
- if (typeof encoding === "string") {
25320
- buf.fill(fill, encoding);
25321
- } else {
25322
- buf.fill(fill);
25323
- }
25324
- } else {
25325
- buf.fill(0);
25326
- }
25327
- return buf;
25328
- };
25329
- SafeBuffer.allocUnsafe = function(size) {
25330
- if (typeof size !== "number") {
25331
- throw new TypeError("Argument must be a number");
25332
- }
25333
- return Buffer2(size);
25334
- };
25335
- SafeBuffer.allocUnsafeSlow = function(size) {
25336
- if (typeof size !== "number") {
25337
- throw new TypeError("Argument must be a number");
25338
- }
25339
- return buffer.SlowBuffer(size);
25340
- };
25341
- });
25342
-
25343
25286
  // node_modules/content-disposition/index.js
25344
25287
  var require_content_disposition = __commonJS((exports, module) => {
25345
25288
  /*!
@@ -25350,7 +25293,6 @@ var require_content_disposition = __commonJS((exports, module) => {
25350
25293
  module.exports = contentDisposition;
25351
25294
  module.exports.parse = parse;
25352
25295
  var basename = __require("path").basename;
25353
- var Buffer2 = require_safe_buffer().Buffer;
25354
25296
  var ENCODE_URL_ATTR_CHAR_REGEXP = /[\x00-\x20"'()*,/:;<=>?@[\\\]{}\x7f]/g;
25355
25297
  var HEX_ESCAPE_REGEXP = /%[0-9A-Fa-f]{2}/;
25356
25298
  var HEX_ESCAPE_REPLACE_REGEXP = /%([0-9A-Fa-f]{2})/g;
@@ -25430,7 +25372,7 @@ var require_content_disposition = __commonJS((exports, module) => {
25430
25372
  break;
25431
25373
  case "utf-8":
25432
25374
  case "utf8":
25433
- value = Buffer2.from(binary, "binary").toString("utf8");
25375
+ value = Buffer.from(binary, "binary").toString("utf8");
25434
25376
  break;
25435
25377
  default:
25436
25378
  throw new TypeError("unsupported charset in extended field");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devbcn-mcp-server",
3
- "version": "0.0.0-202511180540",
3
+ "version": "0.0.0-202511200533",
4
4
  "homepage": "https://github.com/marcnuri-demo/blog-tutorials",
5
5
  "licenese": "Apache-2.0",
6
6
  "main": "./dist/index.js",