@almadar/std 14.7.2 → 14.9.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 (59) hide show
  1. package/behaviors/registry/app/organisms/std-api-gateway.orb +1167 -4114
  2. package/behaviors/registry/app/organisms/std-booking-system.orb +2627 -4281
  3. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +1313 -3724
  4. package/behaviors/registry/app/organisms/std-cms.orb +1658 -4903
  5. package/behaviors/registry/app/organisms/std-coding-academy.orb +686 -1238
  6. package/behaviors/registry/app/organisms/std-crm.orb +1778 -5995
  7. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1918 -5539
  8. package/behaviors/registry/app/organisms/std-finance-tracker.orb +1064 -3721
  9. package/behaviors/registry/app/organisms/std-healthcare.orb +2810 -7215
  10. package/behaviors/registry/app/organisms/std-helpdesk.orb +1065 -4161
  11. package/behaviors/registry/app/organisms/std-hr-portal.orb +2300 -6322
  12. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +1582 -3721
  13. package/behaviors/registry/app/organisms/std-lms.orb +1885 -3952
  14. package/behaviors/registry/app/organisms/std-project-manager.orb +1226 -5123
  15. package/behaviors/registry/app/organisms/std-realtime-chat.orb +1147 -3794
  16. package/behaviors/registry/app/organisms/std-social-feed.orb +1044 -1728
  17. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +1208 -3186
  18. package/behaviors/registry/core/atoms/std-graphs.orb +40 -41
  19. package/behaviors/registry/core/atoms/std-stats.orb +131 -110
  20. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +351 -345
  21. package/behaviors/registry/service/atoms/std-service-email.orb +334 -328
  22. package/behaviors/registry/service/atoms/std-service-github.orb +308 -365
  23. package/behaviors/registry/service/atoms/std-service-llm.orb +329 -437
  24. package/behaviors/registry/service/atoms/std-service-oauth.orb +261 -564
  25. package/behaviors/registry/service/atoms/std-service-redis.orb +299 -405
  26. package/behaviors/registry/service/atoms/std-service-storage.orb +293 -505
  27. package/behaviors/registry/service/atoms/std-service-stripe.orb +121 -95
  28. package/behaviors/registry/service/atoms/std-service-twilio.orb +315 -393
  29. package/behaviors/registry/service/atoms/std-service-youtube.orb +266 -547
  30. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +1167 -4114
  31. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +2627 -4281
  32. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +1313 -3724
  33. package/dist/behaviors/registry/app/organisms/std-cms.orb +1658 -4903
  34. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +686 -1238
  35. package/dist/behaviors/registry/app/organisms/std-crm.orb +1778 -5995
  36. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1918 -5539
  37. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +1064 -3721
  38. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +2810 -7215
  39. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +1065 -4161
  40. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +2300 -6322
  41. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +1582 -3721
  42. package/dist/behaviors/registry/app/organisms/std-lms.orb +1885 -3952
  43. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +1226 -5123
  44. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +1147 -3794
  45. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +1044 -1728
  46. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +1208 -3186
  47. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -41
  48. package/dist/behaviors/registry/core/atoms/std-stats.orb +131 -110
  49. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +351 -345
  50. package/dist/behaviors/registry/service/atoms/std-service-email.orb +334 -328
  51. package/dist/behaviors/registry/service/atoms/std-service-github.orb +308 -365
  52. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +329 -437
  53. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +261 -564
  54. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +299 -405
  55. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +293 -505
  56. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +121 -95
  57. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +315 -393
  58. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +266 -547
  59. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/std",
3
- "version": "14.7.2",
3
+ "version": "14.9.0",
4
4
  "description": "Standard library operators for Almadar (math, string, array, etc.)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",