@chinchillaenterprises/mcp-slack 4.0.1 → 4.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -2
package/dist/index.js CHANGED
@@ -456,7 +456,7 @@ export class SlackerV3Server {
456
456
  constructor() {
457
457
  this.server = new Server({
458
458
  name: "mcp-slack",
459
- version: "4.0.1",
459
+ version: "4.0.2",
460
460
  }, {
461
461
  capabilities: {
462
462
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chinchillaenterprises/mcp-slack",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -42,7 +42,6 @@
42
42
  "@modelcontextprotocol/sdk": "^1.12.3",
43
43
  "@slack/web-api": "^7.9.2",
44
44
  "fuse.js": "^7.1.0",
45
- "puppeteer": "^24.40.0",
46
45
  "zod": "^3.25.64"
47
46
  },
48
47
  "devDependencies": {