calabasas 0.1.1 → 0.1.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 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3974,10 +3974,8 @@ export default defineCalabasas({
3974
3974
  members: false, // Requires privileged intent
3975
3975
  },
3976
3976
  events: {
3977
- // All fields
3977
+ messageCreate: true,
3978
3978
  interactionCreate: true,
3979
- // Only specific fields
3980
- messageCreate: ["id", "content", "author", "channelId"],
3981
3979
  },
3982
3980
  });
3983
3981
  \`\`\`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "calabasas",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI for Calabasas - Discord Gateway as a Service for Convex",
5
5
  "type": "module",
6
6
  "bin": {