calabasas 0.23.1 → 0.24.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2621,11 +2621,11 @@ async function generate(options) {
2621
2621
  if (text.includes("roles") && text.includes("true"))
2622
2622
  syncExports.push("syncRole", "syncRoleBatch");
2623
2623
  if (text.includes("members") && text.includes("true"))
2624
- syncExports.push("syncMember", "syncMemberBatch", "deleteMemberBatch");
2624
+ syncExports.push("syncMember", "syncMemberBatch", "deleteMemberBatch", "bootstrapMemberCache");
2625
2625
  if (text.includes("presence") && text.includes("true"))
2626
2626
  syncExports.push("syncPresence", "syncPresenceBatch");
2627
2627
  if (syncExports.length === 0) {
2628
- syncExports.push("syncGuild", "syncChannel", "syncChannelBatch", "syncRole", "syncRoleBatch", "syncMember", "syncMemberBatch", "deleteMemberBatch", "syncPresence", "syncPresenceBatch");
2628
+ syncExports.push("syncGuild", "syncChannel", "syncChannelBatch", "syncRole", "syncRoleBatch", "syncMember", "syncMemberBatch", "deleteMemberBatch", "bootstrapMemberCache", "syncPresence", "syncPresenceBatch");
2629
2629
  }
2630
2630
  syncExports.push("updateSyncState");
2631
2631
  steps.push(`${stepNum}. Re-export sync mutations in convex/discord.ts:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "calabasas",
3
- "version": "0.23.1",
3
+ "version": "0.24.0",
4
4
  "description": "CLI for Calabasas - Discord Gateway as a Service for Convex",
5
5
  "type": "module",
6
6
  "bin": {