@stacksjs/chat 0.63.0 → 0.64.0

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/dist/index.js CHANGED
@@ -1,15 +1,5 @@
1
1
  // @bun
2
- // src/drivers/discord.ts
3
- var exports_discord = {};
4
- // src/drivers/teams.ts
5
- var exports_teams = {};
6
- // src/drivers/slack.ts
7
- var exports_slack = {};
8
- export {
9
- exports_teams as teams,
10
- exports_slack as slack,
11
- exports_discord as discord
12
- };
2
+ var s={};var o={};var e={};export{o as teams,e as slack,s as discord};
13
3
 
14
- //# debugId=BF59E8C5C40B4C0C64756E2164756E21
4
+ //# debugId=5E0FD0012B9E216564756E2164756E21
15
5
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -4,6 +4,6 @@
4
4
  "sourcesContent": [
5
5
  ],
6
6
  "mappings": "",
7
- "debugId": "BF59E8C5C40B4C0C64756E2164756E21",
7
+ "debugId": "5E0FD0012B9E216564756E2164756E21",
8
8
  "names": []
9
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/chat",
3
3
  "type": "module",
4
- "version": "0.63.0",
4
+ "version": "0.64.0",
5
5
  "description": "Easily interact with chat APIs.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -47,12 +47,6 @@
47
47
  "typecheck": "bun --bun tsc --noEmit",
48
48
  "prepublishOnly": "bun run build"
49
49
  },
50
- "peerDependencies": {
51
- "@stacksjs/cli": "latest",
52
- "@stacksjs/config": "latest",
53
- "@stacksjs/error-handling": "latest",
54
- "@stacksjs/types": "latest"
55
- },
56
50
  "dependencies": {
57
51
  "@stacksjs/cli": "latest",
58
52
  "@stacksjs/config": "latest",