@dereekb/firebase-server 13.38.0 → 13.39.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 (41) hide show
  1. package/calcom/package.json +15 -15
  2. package/discord/package.json +15 -15
  3. package/mailgun/package.json +14 -14
  4. package/mcp/package.json +16 -16
  5. package/model/package.json +14 -14
  6. package/model/src/lib/notification/notification.module.d.ts +1 -1
  7. package/oidc/package.json +15 -15
  8. package/package.json +36 -45
  9. package/test/package.json +16 -16
  10. package/twilio/package.json +13 -13
  11. package/zoho/package.json +15 -15
  12. package/calcom/index.cjs.default.js +0 -1
  13. package/calcom/index.cjs.js +0 -1451
  14. package/calcom/index.cjs.mjs +0 -2
  15. package/discord/index.cjs.default.js +0 -1
  16. package/discord/index.cjs.js +0 -761
  17. package/discord/index.cjs.mjs +0 -2
  18. package/index.cjs.default.js +0 -1
  19. package/index.cjs.js +0 -14713
  20. package/index.cjs.mjs +0 -2
  21. package/mailgun/index.cjs.default.js +0 -1
  22. package/mailgun/index.cjs.js +0 -436
  23. package/mailgun/index.cjs.mjs +0 -2
  24. package/mcp/index.cjs.default.js +0 -1
  25. package/mcp/index.cjs.js +0 -8781
  26. package/mcp/index.cjs.mjs +0 -2
  27. package/model/index.cjs.default.js +0 -1
  28. package/model/index.cjs.js +0 -19965
  29. package/model/index.cjs.mjs +0 -2
  30. package/oidc/index.cjs.default.js +0 -1
  31. package/oidc/index.cjs.js +0 -8085
  32. package/oidc/index.cjs.mjs +0 -2
  33. package/test/index.cjs.default.js +0 -1
  34. package/test/index.cjs.js +0 -5728
  35. package/test/index.cjs.mjs +0 -2
  36. package/twilio/index.cjs.default.js +0 -1
  37. package/twilio/index.cjs.js +0 -404
  38. package/twilio/index.cjs.mjs +0 -2
  39. package/zoho/index.cjs.default.js +0 -1
  40. package/zoho/index.cjs.js +0 -1810
  41. package/zoho/index.cjs.mjs +0 -2
@@ -1,2 +0,0 @@
1
- export * from './index.cjs.js';
2
- export { _default as default } from './index.cjs.default.js';
@@ -1 +0,0 @@
1
- exports._default = require('./index.cjs.js').default;