@reventlessdev/online-shop-aggregates-catalog 3.0.0-alpha.101

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 (330) hide show
  1. package/CHANGELOG.md +854 -0
  2. package/LICENSE +202 -0
  3. package/__mocks__/emptyModule.js +1 -0
  4. package/lib/bs/.compiler.log +2 -0
  5. package/lib/bs/CatalogPlugin.cmi +0 -0
  6. package/lib/bs/CatalogPlugin.cmj +0 -0
  7. package/lib/bs/CatalogPlugin.cmt +0 -0
  8. package/lib/bs/CatalogPlugin.mlmap +25 -0
  9. package/lib/bs/build.ninja +0 -0
  10. package/lib/bs/compiler-info.json +8 -0
  11. package/lib/bs/src/Category/Aggregate/Category-CatalogPlugin.cmi +0 -0
  12. package/lib/bs/src/Category/Aggregate/Category-CatalogPlugin.cmj +0 -0
  13. package/lib/bs/src/Category/Aggregate/Category-CatalogPlugin.cmt +0 -0
  14. package/lib/bs/src/Category/Aggregate/Category.ast +0 -0
  15. package/lib/bs/src/Category/Aggregate/Category.res +22 -0
  16. package/lib/bs/src/Category/Aggregate/Category.res.mjs +61 -0
  17. package/lib/bs/src/Category/Aggregate/Category_Behavior-CatalogPlugin.cmi +0 -0
  18. package/lib/bs/src/Category/Aggregate/Category_Behavior-CatalogPlugin.cmj +0 -0
  19. package/lib/bs/src/Category/Aggregate/Category_Behavior-CatalogPlugin.cmt +0 -0
  20. package/lib/bs/src/Category/Aggregate/Category_Behavior.ast +0 -0
  21. package/lib/bs/src/Category/Aggregate/Category_Behavior.res +36 -0
  22. package/lib/bs/src/Category/Aggregate/Category_Behavior.res.mjs +106 -0
  23. package/lib/bs/src/Category/ReadModel/Categories-CatalogPlugin.cmi +0 -0
  24. package/lib/bs/src/Category/ReadModel/Categories-CatalogPlugin.cmj +0 -0
  25. package/lib/bs/src/Category/ReadModel/Categories-CatalogPlugin.cmt +0 -0
  26. package/lib/bs/src/Category/ReadModel/Categories.ast +0 -0
  27. package/lib/bs/src/Category/ReadModel/Categories.res +11 -0
  28. package/lib/bs/src/Category/ReadModel/Categories.res.mjs +35 -0
  29. package/lib/bs/src/Category/ReadModel/Categories_Projections-CatalogPlugin.cmi +0 -0
  30. package/lib/bs/src/Category/ReadModel/Categories_Projections-CatalogPlugin.cmj +0 -0
  31. package/lib/bs/src/Category/ReadModel/Categories_Projections-CatalogPlugin.cmt +0 -0
  32. package/lib/bs/src/Category/ReadModel/Categories_Projections.ast +0 -0
  33. package/lib/bs/src/Category/ReadModel/Categories_Projections.res +19 -0
  34. package/lib/bs/src/Category/ReadModel/Categories_Projections.res.mjs +75 -0
  35. package/lib/bs/src/Extension/Orders_Extension-CatalogPlugin.cmi +0 -0
  36. package/lib/bs/src/Extension/Orders_Extension-CatalogPlugin.cmj +0 -0
  37. package/lib/bs/src/Extension/Orders_Extension-CatalogPlugin.cmt +0 -0
  38. package/lib/bs/src/Extension/Orders_Extension.ast +0 -0
  39. package/lib/bs/src/Extension/Orders_Extension.res +23 -0
  40. package/lib/bs/src/Extension/Orders_Extension.res.mjs +42 -0
  41. package/lib/bs/src/ExtensionPoint/Products_ExtensionPointMapping-CatalogPlugin.cmi +0 -0
  42. package/lib/bs/src/ExtensionPoint/Products_ExtensionPointMapping-CatalogPlugin.cmj +0 -0
  43. package/lib/bs/src/ExtensionPoint/Products_ExtensionPointMapping-CatalogPlugin.cmt +0 -0
  44. package/lib/bs/src/ExtensionPoint/Products_ExtensionPointMapping.ast +0 -0
  45. package/lib/bs/src/ExtensionPoint/Products_ExtensionPointMapping.res +19 -0
  46. package/lib/bs/src/ExtensionPoint/Products_ExtensionPointMapping.res.mjs +56 -0
  47. package/lib/bs/src/Plugin-CatalogPlugin.cmi +0 -0
  48. package/lib/bs/src/Plugin-CatalogPlugin.cmj +0 -0
  49. package/lib/bs/src/Plugin-CatalogPlugin.cmt +0 -0
  50. package/lib/bs/src/Plugin.ast +0 -0
  51. package/lib/bs/src/Plugin.res +65 -0
  52. package/lib/bs/src/Plugin.res.mjs +222 -0
  53. package/lib/bs/src/Product/Aggregate/Product-CatalogPlugin.cmi +0 -0
  54. package/lib/bs/src/Product/Aggregate/Product-CatalogPlugin.cmj +0 -0
  55. package/lib/bs/src/Product/Aggregate/Product-CatalogPlugin.cmt +0 -0
  56. package/lib/bs/src/Product/Aggregate/Product.ast +0 -0
  57. package/lib/bs/src/Product/Aggregate/Product.res +23 -0
  58. package/lib/bs/src/Product/Aggregate/Product.res.mjs +71 -0
  59. package/lib/bs/src/Product/Aggregate/Product_Behavior-CatalogPlugin.cmi +0 -0
  60. package/lib/bs/src/Product/Aggregate/Product_Behavior-CatalogPlugin.cmj +0 -0
  61. package/lib/bs/src/Product/Aggregate/Product_Behavior-CatalogPlugin.cmt +0 -0
  62. package/lib/bs/src/Product/Aggregate/Product_Behavior.ast +0 -0
  63. package/lib/bs/src/Product/Aggregate/Product_Behavior.res +38 -0
  64. package/lib/bs/src/Product/Aggregate/Product_Behavior.res.mjs +150 -0
  65. package/lib/bs/src/Product/ReadModel/Products-CatalogPlugin.cmi +0 -0
  66. package/lib/bs/src/Product/ReadModel/Products-CatalogPlugin.cmj +0 -0
  67. package/lib/bs/src/Product/ReadModel/Products-CatalogPlugin.cmt +0 -0
  68. package/lib/bs/src/Product/ReadModel/Products.ast +0 -0
  69. package/lib/bs/src/Product/ReadModel/Products.res +12 -0
  70. package/lib/bs/src/Product/ReadModel/Products.res.mjs +36 -0
  71. package/lib/bs/src/Product/ReadModel/Products_Projections-CatalogPlugin.cmi +0 -0
  72. package/lib/bs/src/Product/ReadModel/Products_Projections-CatalogPlugin.cmj +0 -0
  73. package/lib/bs/src/Product/ReadModel/Products_Projections-CatalogPlugin.cmt +0 -0
  74. package/lib/bs/src/Product/ReadModel/Products_Projections.ast +0 -0
  75. package/lib/bs/src/Product/ReadModel/Products_Projections.res +22 -0
  76. package/lib/bs/src/Product/ReadModel/Products_Projections.res.mjs +91 -0
  77. package/lib/bs/src/ProductDemand/Aggregate/ProductDemand-CatalogPlugin.cmi +0 -0
  78. package/lib/bs/src/ProductDemand/Aggregate/ProductDemand-CatalogPlugin.cmj +0 -0
  79. package/lib/bs/src/ProductDemand/Aggregate/ProductDemand-CatalogPlugin.cmt +0 -0
  80. package/lib/bs/src/ProductDemand/Aggregate/ProductDemand.ast +0 -0
  81. package/lib/bs/src/ProductDemand/Aggregate/ProductDemand.res +20 -0
  82. package/lib/bs/src/ProductDemand/Aggregate/ProductDemand.res.mjs +51 -0
  83. package/lib/bs/src/ProductDemand/Aggregate/ProductDemand_Behavior-CatalogPlugin.cmi +0 -0
  84. package/lib/bs/src/ProductDemand/Aggregate/ProductDemand_Behavior-CatalogPlugin.cmj +0 -0
  85. package/lib/bs/src/ProductDemand/Aggregate/ProductDemand_Behavior-CatalogPlugin.cmt +0 -0
  86. package/lib/bs/src/ProductDemand/Aggregate/ProductDemand_Behavior.ast +0 -0
  87. package/lib/bs/src/ProductDemand/Aggregate/ProductDemand_Behavior.res +39 -0
  88. package/lib/bs/src/ProductDemand/Aggregate/ProductDemand_Behavior.res.mjs +102 -0
  89. package/lib/bs/src/ProductDemand/ReadModel/ProductDemands-CatalogPlugin.cmi +0 -0
  90. package/lib/bs/src/ProductDemand/ReadModel/ProductDemands-CatalogPlugin.cmj +0 -0
  91. package/lib/bs/src/ProductDemand/ReadModel/ProductDemands-CatalogPlugin.cmt +0 -0
  92. package/lib/bs/src/ProductDemand/ReadModel/ProductDemands.ast +0 -0
  93. package/lib/bs/src/ProductDemand/ReadModel/ProductDemands.res +8 -0
  94. package/lib/bs/src/ProductDemand/ReadModel/ProductDemands.res.mjs +35 -0
  95. package/lib/bs/src/ProductDemand/ReadModel/ProductDemands_Projections-CatalogPlugin.cmi +0 -0
  96. package/lib/bs/src/ProductDemand/ReadModel/ProductDemands_Projections-CatalogPlugin.cmj +0 -0
  97. package/lib/bs/src/ProductDemand/ReadModel/ProductDemands_Projections-CatalogPlugin.cmt +0 -0
  98. package/lib/bs/src/ProductDemand/ReadModel/ProductDemands_Projections.ast +0 -0
  99. package/lib/bs/src/ProductDemand/ReadModel/ProductDemands_Projections.res +36 -0
  100. package/lib/bs/src/ProductDemand/ReadModel/ProductDemands_Projections.res.mjs +99 -0
  101. package/lib/bs/src/Task/ImportProducts-CatalogPlugin.cmi +0 -0
  102. package/lib/bs/src/Task/ImportProducts-CatalogPlugin.cmj +0 -0
  103. package/lib/bs/src/Task/ImportProducts-CatalogPlugin.cmt +0 -0
  104. package/lib/bs/src/Task/ImportProducts.ast +0 -0
  105. package/lib/bs/src/Task/ImportProducts.res +48 -0
  106. package/lib/bs/src/Task/ImportProducts.res.mjs +58 -0
  107. package/lib/bs/tests/Category/Aggregate/Category_GWT-CatalogPlugin.cmi +0 -0
  108. package/lib/bs/tests/Category/Aggregate/Category_GWT-CatalogPlugin.cmj +0 -0
  109. package/lib/bs/tests/Category/Aggregate/Category_GWT-CatalogPlugin.cmt +0 -0
  110. package/lib/bs/tests/Category/Aggregate/Category_GWT.ast +0 -0
  111. package/lib/bs/tests/Category/Aggregate/Category_GWT.res +51 -0
  112. package/lib/bs/tests/Category/Aggregate/Category_GWT.res.mjs +125 -0
  113. package/lib/bs/tests/Category/ReadModel/Categories_GWT-CatalogPlugin.cmi +0 -0
  114. package/lib/bs/tests/Category/ReadModel/Categories_GWT-CatalogPlugin.cmj +0 -0
  115. package/lib/bs/tests/Category/ReadModel/Categories_GWT-CatalogPlugin.cmt +0 -0
  116. package/lib/bs/tests/Category/ReadModel/Categories_GWT.ast +0 -0
  117. package/lib/bs/tests/Category/ReadModel/Categories_GWT.res +21 -0
  118. package/lib/bs/tests/Category/ReadModel/Categories_GWT.res.mjs +88 -0
  119. package/lib/bs/tests/Extension/Orders_Extension_GWT-CatalogPlugin.cmi +0 -0
  120. package/lib/bs/tests/Extension/Orders_Extension_GWT-CatalogPlugin.cmj +0 -0
  121. package/lib/bs/tests/Extension/Orders_Extension_GWT-CatalogPlugin.cmt +0 -0
  122. package/lib/bs/tests/Extension/Orders_Extension_GWT.ast +0 -0
  123. package/lib/bs/tests/Extension/Orders_Extension_GWT.res +21 -0
  124. package/lib/bs/tests/Extension/Orders_Extension_GWT.res.mjs +105 -0
  125. package/lib/bs/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT-CatalogPlugin.cmi +0 -0
  126. package/lib/bs/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT-CatalogPlugin.cmj +0 -0
  127. package/lib/bs/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT-CatalogPlugin.cmt +0 -0
  128. package/lib/bs/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT.ast +0 -0
  129. package/lib/bs/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT.res +31 -0
  130. package/lib/bs/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT.res.mjs +114 -0
  131. package/lib/bs/tests/Product/Aggregate/Product_GWT-CatalogPlugin.cmi +0 -0
  132. package/lib/bs/tests/Product/Aggregate/Product_GWT-CatalogPlugin.cmj +0 -0
  133. package/lib/bs/tests/Product/Aggregate/Product_GWT-CatalogPlugin.cmt +0 -0
  134. package/lib/bs/tests/Product/Aggregate/Product_GWT.ast +0 -0
  135. package/lib/bs/tests/Product/Aggregate/Product_GWT.res +69 -0
  136. package/lib/bs/tests/Product/Aggregate/Product_GWT.res.mjs +166 -0
  137. package/lib/bs/tests/Product/ReadModel/Products_GWT-CatalogPlugin.cmi +0 -0
  138. package/lib/bs/tests/Product/ReadModel/Products_GWT-CatalogPlugin.cmj +0 -0
  139. package/lib/bs/tests/Product/ReadModel/Products_GWT-CatalogPlugin.cmt +0 -0
  140. package/lib/bs/tests/Product/ReadModel/Products_GWT.ast +0 -0
  141. package/lib/bs/tests/Product/ReadModel/Products_GWT.res +27 -0
  142. package/lib/bs/tests/Product/ReadModel/Products_GWT.res.mjs +113 -0
  143. package/lib/bs/tests/ProductDemand/Aggregate/ProductDemand_GWT-CatalogPlugin.cmi +0 -0
  144. package/lib/bs/tests/ProductDemand/Aggregate/ProductDemand_GWT-CatalogPlugin.cmj +0 -0
  145. package/lib/bs/tests/ProductDemand/Aggregate/ProductDemand_GWT-CatalogPlugin.cmt +0 -0
  146. package/lib/bs/tests/ProductDemand/Aggregate/ProductDemand_GWT.ast +0 -0
  147. package/lib/bs/tests/ProductDemand/Aggregate/ProductDemand_GWT.res +39 -0
  148. package/lib/bs/tests/ProductDemand/Aggregate/ProductDemand_GWT.res.mjs +114 -0
  149. package/lib/bs/tests/ProductDemand/ReadModel/ProductDemands_GWT-CatalogPlugin.cmi +0 -0
  150. package/lib/bs/tests/ProductDemand/ReadModel/ProductDemands_GWT-CatalogPlugin.cmj +0 -0
  151. package/lib/bs/tests/ProductDemand/ReadModel/ProductDemands_GWT-CatalogPlugin.cmt +0 -0
  152. package/lib/bs/tests/ProductDemand/ReadModel/ProductDemands_GWT.ast +0 -0
  153. package/lib/bs/tests/ProductDemand/ReadModel/ProductDemands_GWT.res +56 -0
  154. package/lib/bs/tests/ProductDemand/ReadModel/ProductDemands_GWT.res.mjs +73 -0
  155. package/lib/ocaml/.compiler.log +2 -0
  156. package/lib/ocaml/CatalogPlugin.cmi +0 -0
  157. package/lib/ocaml/CatalogPlugin.cmj +0 -0
  158. package/lib/ocaml/CatalogPlugin.cmt +0 -0
  159. package/lib/ocaml/CatalogPlugin.mlmap +25 -0
  160. package/lib/ocaml/Categories-CatalogPlugin.cmi +0 -0
  161. package/lib/ocaml/Categories-CatalogPlugin.cmj +0 -0
  162. package/lib/ocaml/Categories-CatalogPlugin.cmt +0 -0
  163. package/lib/ocaml/Categories.ast +0 -0
  164. package/lib/ocaml/Categories.res +11 -0
  165. package/lib/ocaml/Categories_GWT-CatalogPlugin.cmi +0 -0
  166. package/lib/ocaml/Categories_GWT-CatalogPlugin.cmj +0 -0
  167. package/lib/ocaml/Categories_GWT-CatalogPlugin.cmt +0 -0
  168. package/lib/ocaml/Categories_GWT.ast +0 -0
  169. package/lib/ocaml/Categories_GWT.res +21 -0
  170. package/lib/ocaml/Categories_Projections-CatalogPlugin.cmi +0 -0
  171. package/lib/ocaml/Categories_Projections-CatalogPlugin.cmj +0 -0
  172. package/lib/ocaml/Categories_Projections-CatalogPlugin.cmt +0 -0
  173. package/lib/ocaml/Categories_Projections.ast +0 -0
  174. package/lib/ocaml/Categories_Projections.res +19 -0
  175. package/lib/ocaml/Category-CatalogPlugin.cmi +0 -0
  176. package/lib/ocaml/Category-CatalogPlugin.cmj +0 -0
  177. package/lib/ocaml/Category-CatalogPlugin.cmt +0 -0
  178. package/lib/ocaml/Category.ast +0 -0
  179. package/lib/ocaml/Category.res +22 -0
  180. package/lib/ocaml/Category_Behavior-CatalogPlugin.cmi +0 -0
  181. package/lib/ocaml/Category_Behavior-CatalogPlugin.cmj +0 -0
  182. package/lib/ocaml/Category_Behavior-CatalogPlugin.cmt +0 -0
  183. package/lib/ocaml/Category_Behavior.ast +0 -0
  184. package/lib/ocaml/Category_Behavior.res +36 -0
  185. package/lib/ocaml/Category_GWT-CatalogPlugin.cmi +0 -0
  186. package/lib/ocaml/Category_GWT-CatalogPlugin.cmj +0 -0
  187. package/lib/ocaml/Category_GWT-CatalogPlugin.cmt +0 -0
  188. package/lib/ocaml/Category_GWT.ast +0 -0
  189. package/lib/ocaml/Category_GWT.res +51 -0
  190. package/lib/ocaml/ImportProducts-CatalogPlugin.cmi +0 -0
  191. package/lib/ocaml/ImportProducts-CatalogPlugin.cmj +0 -0
  192. package/lib/ocaml/ImportProducts-CatalogPlugin.cmt +0 -0
  193. package/lib/ocaml/ImportProducts.ast +0 -0
  194. package/lib/ocaml/ImportProducts.res +48 -0
  195. package/lib/ocaml/Orders_Extension-CatalogPlugin.cmi +0 -0
  196. package/lib/ocaml/Orders_Extension-CatalogPlugin.cmj +0 -0
  197. package/lib/ocaml/Orders_Extension-CatalogPlugin.cmt +0 -0
  198. package/lib/ocaml/Orders_Extension.ast +0 -0
  199. package/lib/ocaml/Orders_Extension.res +23 -0
  200. package/lib/ocaml/Orders_Extension_GWT-CatalogPlugin.cmi +0 -0
  201. package/lib/ocaml/Orders_Extension_GWT-CatalogPlugin.cmj +0 -0
  202. package/lib/ocaml/Orders_Extension_GWT-CatalogPlugin.cmt +0 -0
  203. package/lib/ocaml/Orders_Extension_GWT.ast +0 -0
  204. package/lib/ocaml/Orders_Extension_GWT.res +21 -0
  205. package/lib/ocaml/Plugin-CatalogPlugin.cmi +0 -0
  206. package/lib/ocaml/Plugin-CatalogPlugin.cmj +0 -0
  207. package/lib/ocaml/Plugin-CatalogPlugin.cmt +0 -0
  208. package/lib/ocaml/Plugin.ast +0 -0
  209. package/lib/ocaml/Plugin.res +65 -0
  210. package/lib/ocaml/Product-CatalogPlugin.cmi +0 -0
  211. package/lib/ocaml/Product-CatalogPlugin.cmj +0 -0
  212. package/lib/ocaml/Product-CatalogPlugin.cmt +0 -0
  213. package/lib/ocaml/Product.ast +0 -0
  214. package/lib/ocaml/Product.res +23 -0
  215. package/lib/ocaml/ProductDemand-CatalogPlugin.cmi +0 -0
  216. package/lib/ocaml/ProductDemand-CatalogPlugin.cmj +0 -0
  217. package/lib/ocaml/ProductDemand-CatalogPlugin.cmt +0 -0
  218. package/lib/ocaml/ProductDemand.ast +0 -0
  219. package/lib/ocaml/ProductDemand.res +20 -0
  220. package/lib/ocaml/ProductDemand_Behavior-CatalogPlugin.cmi +0 -0
  221. package/lib/ocaml/ProductDemand_Behavior-CatalogPlugin.cmj +0 -0
  222. package/lib/ocaml/ProductDemand_Behavior-CatalogPlugin.cmt +0 -0
  223. package/lib/ocaml/ProductDemand_Behavior.ast +0 -0
  224. package/lib/ocaml/ProductDemand_Behavior.res +39 -0
  225. package/lib/ocaml/ProductDemand_GWT-CatalogPlugin.cmi +0 -0
  226. package/lib/ocaml/ProductDemand_GWT-CatalogPlugin.cmj +0 -0
  227. package/lib/ocaml/ProductDemand_GWT-CatalogPlugin.cmt +0 -0
  228. package/lib/ocaml/ProductDemand_GWT.ast +0 -0
  229. package/lib/ocaml/ProductDemand_GWT.res +39 -0
  230. package/lib/ocaml/ProductDemands-CatalogPlugin.cmi +0 -0
  231. package/lib/ocaml/ProductDemands-CatalogPlugin.cmj +0 -0
  232. package/lib/ocaml/ProductDemands-CatalogPlugin.cmt +0 -0
  233. package/lib/ocaml/ProductDemands.ast +0 -0
  234. package/lib/ocaml/ProductDemands.res +8 -0
  235. package/lib/ocaml/ProductDemands_GWT-CatalogPlugin.cmi +0 -0
  236. package/lib/ocaml/ProductDemands_GWT-CatalogPlugin.cmj +0 -0
  237. package/lib/ocaml/ProductDemands_GWT-CatalogPlugin.cmt +0 -0
  238. package/lib/ocaml/ProductDemands_GWT.ast +0 -0
  239. package/lib/ocaml/ProductDemands_GWT.res +56 -0
  240. package/lib/ocaml/ProductDemands_Projections-CatalogPlugin.cmi +0 -0
  241. package/lib/ocaml/ProductDemands_Projections-CatalogPlugin.cmj +0 -0
  242. package/lib/ocaml/ProductDemands_Projections-CatalogPlugin.cmt +0 -0
  243. package/lib/ocaml/ProductDemands_Projections.ast +0 -0
  244. package/lib/ocaml/ProductDemands_Projections.res +36 -0
  245. package/lib/ocaml/Product_Behavior-CatalogPlugin.cmi +0 -0
  246. package/lib/ocaml/Product_Behavior-CatalogPlugin.cmj +0 -0
  247. package/lib/ocaml/Product_Behavior-CatalogPlugin.cmt +0 -0
  248. package/lib/ocaml/Product_Behavior.ast +0 -0
  249. package/lib/ocaml/Product_Behavior.res +38 -0
  250. package/lib/ocaml/Product_GWT-CatalogPlugin.cmi +0 -0
  251. package/lib/ocaml/Product_GWT-CatalogPlugin.cmj +0 -0
  252. package/lib/ocaml/Product_GWT-CatalogPlugin.cmt +0 -0
  253. package/lib/ocaml/Product_GWT.ast +0 -0
  254. package/lib/ocaml/Product_GWT.res +69 -0
  255. package/lib/ocaml/Products-CatalogPlugin.cmi +0 -0
  256. package/lib/ocaml/Products-CatalogPlugin.cmj +0 -0
  257. package/lib/ocaml/Products-CatalogPlugin.cmt +0 -0
  258. package/lib/ocaml/Products.ast +0 -0
  259. package/lib/ocaml/Products.res +12 -0
  260. package/lib/ocaml/Products_ExtensionPointMapping-CatalogPlugin.cmi +0 -0
  261. package/lib/ocaml/Products_ExtensionPointMapping-CatalogPlugin.cmj +0 -0
  262. package/lib/ocaml/Products_ExtensionPointMapping-CatalogPlugin.cmt +0 -0
  263. package/lib/ocaml/Products_ExtensionPointMapping.ast +0 -0
  264. package/lib/ocaml/Products_ExtensionPointMapping.res +19 -0
  265. package/lib/ocaml/Products_ExtensionPointMapping_GWT-CatalogPlugin.cmi +0 -0
  266. package/lib/ocaml/Products_ExtensionPointMapping_GWT-CatalogPlugin.cmj +0 -0
  267. package/lib/ocaml/Products_ExtensionPointMapping_GWT-CatalogPlugin.cmt +0 -0
  268. package/lib/ocaml/Products_ExtensionPointMapping_GWT.ast +0 -0
  269. package/lib/ocaml/Products_ExtensionPointMapping_GWT.res +31 -0
  270. package/lib/ocaml/Products_GWT-CatalogPlugin.cmi +0 -0
  271. package/lib/ocaml/Products_GWT-CatalogPlugin.cmj +0 -0
  272. package/lib/ocaml/Products_GWT-CatalogPlugin.cmt +0 -0
  273. package/lib/ocaml/Products_GWT.ast +0 -0
  274. package/lib/ocaml/Products_GWT.res +27 -0
  275. package/lib/ocaml/Products_Projections-CatalogPlugin.cmi +0 -0
  276. package/lib/ocaml/Products_Projections-CatalogPlugin.cmj +0 -0
  277. package/lib/ocaml/Products_Projections-CatalogPlugin.cmt +0 -0
  278. package/lib/ocaml/Products_Projections.ast +0 -0
  279. package/lib/ocaml/Products_Projections.res +22 -0
  280. package/package.json +52 -0
  281. package/rescript.json +39 -0
  282. package/src/Category/Aggregate/Category.res +22 -0
  283. package/src/Category/Aggregate/Category.res.mjs +61 -0
  284. package/src/Category/Aggregate/Category_Behavior.res +36 -0
  285. package/src/Category/Aggregate/Category_Behavior.res.mjs +106 -0
  286. package/src/Category/ReadModel/Categories.res +11 -0
  287. package/src/Category/ReadModel/Categories.res.mjs +35 -0
  288. package/src/Category/ReadModel/Categories_Projections.res +19 -0
  289. package/src/Category/ReadModel/Categories_Projections.res.mjs +75 -0
  290. package/src/Extension/Orders_Extension.res +23 -0
  291. package/src/Extension/Orders_Extension.res.mjs +42 -0
  292. package/src/ExtensionPoint/Products_ExtensionPointMapping.res +19 -0
  293. package/src/ExtensionPoint/Products_ExtensionPointMapping.res.mjs +56 -0
  294. package/src/Plugin.res +65 -0
  295. package/src/Plugin.res.mjs +222 -0
  296. package/src/Product/Aggregate/Product.res +23 -0
  297. package/src/Product/Aggregate/Product.res.mjs +71 -0
  298. package/src/Product/Aggregate/Product_Behavior.res +38 -0
  299. package/src/Product/Aggregate/Product_Behavior.res.mjs +150 -0
  300. package/src/Product/ReadModel/Products.res +12 -0
  301. package/src/Product/ReadModel/Products.res.mjs +36 -0
  302. package/src/Product/ReadModel/Products_Projections.res +22 -0
  303. package/src/Product/ReadModel/Products_Projections.res.mjs +91 -0
  304. package/src/ProductDemand/Aggregate/ProductDemand.res +20 -0
  305. package/src/ProductDemand/Aggregate/ProductDemand.res.mjs +51 -0
  306. package/src/ProductDemand/Aggregate/ProductDemand_Behavior.res +39 -0
  307. package/src/ProductDemand/Aggregate/ProductDemand_Behavior.res.mjs +102 -0
  308. package/src/ProductDemand/ReadModel/ProductDemands.res +8 -0
  309. package/src/ProductDemand/ReadModel/ProductDemands.res.mjs +35 -0
  310. package/src/ProductDemand/ReadModel/ProductDemands_Projections.res +36 -0
  311. package/src/ProductDemand/ReadModel/ProductDemands_Projections.res.mjs +99 -0
  312. package/src/Task/ImportProducts.res +48 -0
  313. package/src/Task/ImportProducts.res.mjs +58 -0
  314. package/src/plugin.json +1 -0
  315. package/tests/Category/Aggregate/Category_GWT.res +51 -0
  316. package/tests/Category/Aggregate/Category_GWT.res.mjs +125 -0
  317. package/tests/Category/ReadModel/Categories_GWT.res +21 -0
  318. package/tests/Category/ReadModel/Categories_GWT.res.mjs +88 -0
  319. package/tests/Extension/Orders_Extension_GWT.res +21 -0
  320. package/tests/Extension/Orders_Extension_GWT.res.mjs +105 -0
  321. package/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT.res +31 -0
  322. package/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT.res.mjs +114 -0
  323. package/tests/Product/Aggregate/Product_GWT.res +69 -0
  324. package/tests/Product/Aggregate/Product_GWT.res.mjs +166 -0
  325. package/tests/Product/ReadModel/Products_GWT.res +27 -0
  326. package/tests/Product/ReadModel/Products_GWT.res.mjs +113 -0
  327. package/tests/ProductDemand/Aggregate/ProductDemand_GWT.res +39 -0
  328. package/tests/ProductDemand/Aggregate/ProductDemand_GWT.res.mjs +114 -0
  329. package/tests/ProductDemand/ReadModel/ProductDemands_GWT.res +56 -0
  330. package/tests/ProductDemand/ReadModel/ProductDemands_GWT.res.mjs +73 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,854 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # 3.0.0-alpha.101 (2026-06-27)
7
+
8
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
9
+
10
+
11
+
12
+
13
+
14
+ # 3.0.0-alpha.100 (2026-06-22)
15
+
16
+ ### Features
17
+
18
+ * **catalog-example:** hide event-driven demand commands from the API via [@no](https://github.com/no)Api ([049e77b](https://github.com/ReventlessDev/reventless-core/commit/049e77b8c3aa1c655aa776d8ca0565e94ca1e64a))
19
+
20
+
21
+ # 3.0.0-alpha.99 (2026-06-21)
22
+
23
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
24
+
25
+
26
+
27
+
28
+
29
+ # 3.0.0-alpha.98 (2026-06-21)
30
+
31
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
32
+
33
+
34
+
35
+
36
+
37
+ # 3.0.0-alpha.97 (2026-06-21)
38
+
39
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
40
+
41
+
42
+
43
+
44
+
45
+ # 3.0.0-alpha.96 (2026-06-20)
46
+
47
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
48
+
49
+
50
+
51
+
52
+
53
+ # 3.0.0-alpha.95 (2026-06-20)
54
+
55
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
56
+
57
+
58
+
59
+
60
+
61
+ # 3.0.0-alpha.94 (2026-06-20)
62
+
63
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
64
+
65
+
66
+
67
+
68
+
69
+ # 3.0.0-alpha.93 (2026-06-20)
70
+
71
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
72
+
73
+
74
+
75
+
76
+
77
+ # 3.0.0-alpha.92 (2026-06-20)
78
+
79
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
80
+
81
+
82
+
83
+
84
+
85
+ # 3.0.0-alpha.91 (2026-06-18)
86
+
87
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
88
+
89
+
90
+
91
+
92
+
93
+ # 3.0.0-alpha.90 (2026-06-18)
94
+
95
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
96
+
97
+
98
+
99
+
100
+
101
+ # 3.0.0-alpha.89 (2026-06-18)
102
+
103
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
104
+
105
+
106
+
107
+
108
+
109
+ # 3.0.0-alpha.88 (2026-06-18)
110
+
111
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
112
+
113
+
114
+
115
+
116
+
117
+ # 3.0.0-alpha.87 (2026-06-17)
118
+
119
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
120
+
121
+
122
+
123
+
124
+
125
+ # 3.0.0-alpha.86 (2026-06-17)
126
+
127
+ ### Bug Fixes
128
+
129
+ * **packaging:** executable ppx binaries + promote phantom deps for standalone installs ([9b6bea2](https://github.com/ReventlessDev/reventless-core/commit/9b6bea24570b0b0654c825d560ef781c0295512a))
130
+ * feat!: harmonize plugin make() across aggregate/DCB/hybrid; AutoUI default-on ([6f3b95e](https://github.com/ReventlessDev/reventless-core/commit/6f3b95e6aa8a136c6e837346c41a3a4dff0f9405))
131
+ ### Features
132
+
133
+ * **examples:** bring aggregates and dcb examples to hybrid parity ([dcf797a](https://github.com/ReventlessDev/reventless-core/commit/dcf797a73693a0dca2b2021486a15df8fc69d1e0))
134
+
135
+ ### BREAKING CHANGES
136
+
137
+ * makeAutoUIManifest signature dropped ~aggregates and
138
+ ~readModels; replaced with ~pluginStructure. Hand-written Plugin.res files
139
+ that pass ~uiBundleUrl to plugin.make must drop the arg and rely on the
140
+ generator-emitted env var read.
141
+
142
+
143
+
144
+ # 3.0.0-alpha.85 (2026-06-12)
145
+
146
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
147
+
148
+
149
+
150
+
151
+
152
+ # 3.0.0-alpha.84 (2026-06-12)
153
+
154
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
155
+
156
+
157
+
158
+
159
+
160
+ # 3.0.0-alpha.83 (2026-06-11)
161
+
162
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
163
+
164
+
165
+
166
+
167
+
168
+ # 3.0.0-alpha.82 (2026-06-10)
169
+
170
+ * refactor(reventless-local)!: rename reventless-in-memory to reventless-local ([f36e17c](https://github.com/ReventlessDev/reventless-core/commit/f36e17c407714ab9740393fac96865d6a5c143c9))
171
+ ### Features
172
+
173
+ * **reventless-core:** extension-point source events in pluginStructure ([9c47a0e](https://github.com/ReventlessDev/reventless-core/commit/9c47a0ea9a1643ac12fbe8dc1c43244e580de024))
174
+
175
+ ### BREAKING CHANGES
176
+
177
+ * @reventlessdev/reventless-in-memory -> @reventlessdev/reventless-local;
178
+ namespace ReventlessInMemory -> ReventlessLocal.
179
+
180
+
181
+
182
+ # 3.0.0-alpha.81 (2026-06-09)
183
+
184
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
185
+
186
+
187
+
188
+
189
+
190
+ # 3.0.0-alpha.80 (2026-06-08)
191
+
192
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
193
+
194
+
195
+
196
+
197
+
198
+ # 3.0.0-alpha.79 (2026-06-08)
199
+
200
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
201
+
202
+
203
+
204
+
205
+
206
+ # 3.0.0-alpha.78 (2026-06-08)
207
+
208
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
209
+
210
+
211
+
212
+
213
+
214
+ # 3.0.0-alpha.77 (2026-06-08)
215
+
216
+ ### Features
217
+
218
+ * **reventless-core:** extension-point source events in pluginStructure ([1e1d925](https://github.com/ReventlessDev/reventless-core/commit/1e1d9258b5a228b9fdfa003348a5367281573b3c))
219
+
220
+
221
+ # 3.0.0-alpha.76 (2026-06-07)
222
+
223
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
224
+
225
+
226
+
227
+
228
+
229
+ # 3.0.0-alpha.75 (2026-06-06)
230
+
231
+ * refactor(reventless-local)!: rename reventless-in-memory to reventless-local ([966855f](https://github.com/ReventlessDev/reventless-core/commit/966855fd31e518d56a381bf40204735809cead15))
232
+
233
+ ### BREAKING CHANGES
234
+
235
+ * @reventlessdev/reventless-in-memory -> @reventlessdev/reventless-local;
236
+ namespace ReventlessInMemory -> ReventlessLocal.
237
+
238
+
239
+
240
+ # 3.0.0-alpha.74 (2026-06-04)
241
+
242
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
243
+
244
+
245
+
246
+
247
+
248
+ # 3.0.0-alpha.73 (2026-06-04)
249
+
250
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
251
+
252
+
253
+
254
+
255
+
256
+ # 3.0.0-alpha.72 (2026-06-04)
257
+
258
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
259
+
260
+
261
+
262
+
263
+
264
+ # 3.0.0-alpha.71 (2026-06-04)
265
+
266
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
267
+
268
+
269
+
270
+
271
+
272
+ # 3.0.0-alpha.70 (2026-06-04)
273
+
274
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
275
+
276
+
277
+
278
+
279
+
280
+ # 3.0.0-alpha.69 (2026-05-28)
281
+
282
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
283
+
284
+
285
+
286
+
287
+
288
+ # 3.0.0-alpha.68 (2026-05-28)
289
+
290
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
291
+
292
+
293
+
294
+
295
+
296
+ # 3.0.0-alpha.67 (2026-05-27)
297
+
298
+ ### Bug Fixes
299
+
300
+ * **framework:** wire plugin ExtensionPoints into EventCollector runtime context ([2ce8dff](https://github.com/ReventlessDev/reventless-core/commit/2ce8dff426b576811a28c012934d77ecba8a33c0))
301
+
302
+
303
+ # 3.0.0-alpha.66 (2026-05-27)
304
+
305
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
306
+
307
+
308
+
309
+
310
+
311
+ # 3.0.0-alpha.65 (2026-05-27)
312
+
313
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
314
+
315
+
316
+
317
+
318
+
319
+ # 3.0.0-alpha.64 (2026-05-27)
320
+
321
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
322
+
323
+
324
+
325
+
326
+
327
+ # 3.0.0-alpha.63 (2026-05-26)
328
+
329
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
330
+
331
+
332
+
333
+
334
+
335
+ # 3.0.0-alpha.62 (2026-05-26)
336
+
337
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
338
+
339
+
340
+
341
+
342
+
343
+ # 3.0.0-alpha.61 (2026-05-25)
344
+
345
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
346
+
347
+
348
+
349
+
350
+
351
+ # 3.0.0-alpha.60 (2026-05-25)
352
+
353
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
354
+
355
+
356
+
357
+
358
+
359
+ # 3.0.0-alpha.59 (2026-05-25)
360
+
361
+ ### Features
362
+
363
+ * **examples:** DCB PlaceOrder availability check, idempotency guards, and convention cleanup ([c5b4e3e](https://github.com/ReventlessDev/reventless-core/commit/c5b4e3e6a45faf75c1cc0469290df6926834558d))
364
+
365
+
366
+ # 3.0.0-alpha.58 (2026-05-21)
367
+
368
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
369
+
370
+
371
+
372
+
373
+
374
+ # 3.0.0-alpha.57 (2026-05-21)
375
+
376
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
377
+
378
+
379
+
380
+
381
+
382
+ # 3.0.0-alpha.56 (2026-05-21)
383
+
384
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
385
+
386
+
387
+
388
+
389
+
390
+ # 3.0.0-alpha.55 (2026-05-20)
391
+
392
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
393
+
394
+
395
+
396
+
397
+
398
+ # 3.0.0-alpha.54 (2026-05-20)
399
+
400
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
401
+
402
+
403
+
404
+
405
+
406
+ # 3.0.0-alpha.53 (2026-05-20)
407
+
408
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
409
+
410
+
411
+
412
+
413
+
414
+ # 3.0.0-alpha.52 (2026-05-19)
415
+
416
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
417
+
418
+
419
+
420
+
421
+
422
+ # 3.0.0-alpha.51 (2026-05-19)
423
+
424
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
425
+
426
+
427
+
428
+
429
+
430
+ # 3.0.0-alpha.50 (2026-05-19)
431
+
432
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
433
+
434
+
435
+
436
+
437
+
438
+ # 3.0.0-alpha.49 (2026-05-19)
439
+
440
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
441
+
442
+
443
+
444
+
445
+
446
+ # 3.0.0-alpha.48 (2026-05-18)
447
+
448
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
449
+
450
+
451
+
452
+
453
+
454
+ # 3.0.0-alpha.47 (2026-05-18)
455
+
456
+ ### Features
457
+
458
+ * **plugin:** wire end-to-end user-extension dispatch through plugin EventCollectors ([f616abe](https://github.com/ReventlessDev/reventless-core/commit/f616abe169289f836f8e538b5419cb82cda886d7))
459
+
460
+
461
+ # 3.0.0-alpha.46 (2026-05-17)
462
+
463
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
464
+
465
+
466
+
467
+
468
+
469
+ # 3.0.0-alpha.45 (2026-05-17)
470
+
471
+ ### Bug Fixes
472
+
473
+ * **deps:** pin sury-ppx to 11.0.0-alpha.2 to prevent prerelease drift ([c9d05fe](https://github.com/ReventlessDev/reventless-core/commit/c9d05fe5118a9c0442ca3e071f2606b3a139fc81))
474
+
475
+
476
+ # 3.0.0-alpha.44 (2026-05-17)
477
+
478
+ ### Bug Fixes
479
+
480
+ * **aws:** wire schedulerRoleArn through admin registers; default heartbeat to 5 min ([f9580a2](https://github.com/ReventlessDev/reventless-core/commit/f9580a2fc7f85a67747ccaab87358f303bd90ab9))
481
+
482
+
483
+ # 3.0.0-alpha.43 (2026-05-17)
484
+
485
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
486
+
487
+
488
+
489
+
490
+
491
+ # 3.0.0-alpha.42 (2026-05-17)
492
+
493
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
494
+
495
+
496
+
497
+
498
+
499
+ # 3.0.0-alpha.41 (2026-05-17)
500
+
501
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
502
+
503
+
504
+
505
+
506
+
507
+ # 3.0.0-alpha.40 (2026-05-16)
508
+
509
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
510
+
511
+
512
+
513
+
514
+
515
+ # 3.0.0-alpha.39 (2026-05-16)
516
+
517
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
518
+
519
+
520
+
521
+
522
+
523
+ # 3.0.0-alpha.38 (2026-05-16)
524
+
525
+ ### Features
526
+
527
+ * **ppx:** add @[@reventless](https://github.com/reventless).visibility to hide components from AutoUI ([bd302cf](https://github.com/ReventlessDev/reventless-core/commit/bd302cfc5bd5d4dfe50c8e1bf8596ab67e36c74e))
528
+
529
+
530
+ # 3.0.0-alpha.37 (2026-05-16)
531
+
532
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
533
+
534
+
535
+
536
+
537
+
538
+ # 3.0.0-alpha.36 (2026-05-16)
539
+
540
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
541
+
542
+
543
+
544
+
545
+
546
+ # 3.0.0-alpha.35 (2026-05-14)
547
+
548
+ ### Features
549
+
550
+ * **ppx:** inline-spec walk + Spec module types require authorization ([7db9ec0](https://github.com/ReventlessDev/reventless-core/commit/7db9ec0f186578ce0088973dba22da9257be6a61))
551
+
552
+
553
+ # 3.0.0-alpha.34 (2026-05-13)
554
+
555
+ * feat(spec)!: standardise event/command envelope (StoredEvent, optional meta, position, persisted DCB meta, causation) ([7ef3176](https://github.com/ReventlessDev/reventless-core/commit/7ef3176c6330810c817f43a52b881b5a0efee30e))
556
+
557
+ ### BREAKING CHANGES
558
+
559
+ * meta.ip / meta.user go from required `string` to optional
560
+ record fields (`?: string`). Code that did `meta.user == "unknown"` to
561
+ detect system messages must check for field absence. Storage tables built
562
+ before this change are not migrated (greenfield — recreate the EventLog /
563
+ DcbEventLog tables; DynamoDB range key renamed from `seq` to `position`,
564
+ SQLite dcb_event gains meta and recorded_at columns).
565
+
566
+
567
+
568
+ # 3.0.0-alpha.33 (2026-05-10)
569
+
570
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
571
+
572
+
573
+
574
+
575
+
576
+ # 3.0.0-alpha.32 (2026-05-05)
577
+
578
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
579
+
580
+
581
+
582
+
583
+
584
+ # 3.0.0-alpha.31 (2026-05-04)
585
+
586
+ ### Bug Fixes
587
+
588
+ * **aws:** drop empty Config functor args; thread per-spec metadata as direct params ([17837a3](https://github.com/ReventlessDev/reventless-core/commit/17837a3fde52581a06516c69c80e6a1ea5689d9a))
589
+
590
+
591
+ # 3.0.0-alpha.30 (2026-05-03)
592
+
593
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
594
+
595
+
596
+
597
+
598
+
599
+ # 3.0.0-alpha.29 (2026-05-03)
600
+
601
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
602
+
603
+
604
+
605
+
606
+
607
+ # 3.0.0-alpha.28 (2026-05-03)
608
+
609
+ * refactor(examples)!: migrate online-shop-aggregates to new naming + adopt new PPX ([9dac635](https://github.com/ReventlessDev/reventless-core/commit/9dac6353b88e6c6bba88d1ce9d4a0594be976f62))
610
+ ### Features
611
+
612
+ * **ppx,examples:** full GWT coverage for example plugins ([9331744](https://github.com/ReventlessDev/reventless-core/commit/9331744d232802d996f3897d7eca6e8c6b735f68))
613
+
614
+ ### BREAKING CHANGES
615
+
616
+ * external code consuming the
617
+ `@reventlessdev/online-shop-aggregates-*` packages must update module name
618
+ references (e.g., `CategoriesReadModel` → `Categories`,
619
+ `ProductsExtensionPoint` → `Products_ExtensionPoint`, `CategoryBehavior` →
620
+ `Category_Behavior`).
621
+
622
+ Verified: zero warnings, 1174/1175 tests pass — same single pre-existing
623
+ testPromise race in OrderingE2ETest as PR1/PR2.
624
+
625
+
626
+
627
+ # 3.0.0-alpha.27 (2026-04-28)
628
+
629
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
630
+
631
+
632
+
633
+
634
+
635
+ # 3.0.0-alpha.26 (2026-04-27)
636
+
637
+ ### Bug Fixes
638
+
639
+ * **spec:** regenerate plugins; simplify codegen, drop Maker suffix ([8d81302](https://github.com/ReventlessDev/reventless-core/commit/8d81302a9dc3403f98298ff69b19901d625dff7e))
640
+
641
+
642
+ # 3.0.0-alpha.25 (2026-04-26)
643
+
644
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
645
+
646
+
647
+
648
+
649
+
650
+ # 3.0.0-alpha.24 (2026-04-24)
651
+
652
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
653
+
654
+
655
+
656
+
657
+
658
+ # 3.0.0-alpha.23 (2026-04-24)
659
+
660
+ ### Features
661
+
662
+ * **gwt:** add 5 DCB slice DSLs and thread slice name into hints (Stage 3) ([62b59fd](https://github.com/ReventlessDev/reventless-core/commit/62b59fdaa745d7799209ec3c24c50a8d443670b5))
663
+ * **gwt:** add Stage 4 AppendConditionMismatch + Stage 5 Mapping_GWT ([24fa835](https://github.com/ReventlessDev/reventless-core/commit/24fa8353657329e73a04cfed8e0a390806ff3395))
664
+ * **gwt:** extract GWT test DSLs into @reventlessdev/reventless-gwt package ([dd64b4e](https://github.com/ReventlessDev/reventless-core/commit/dd64b4e1fd0bb203821d055b6743a52aec1836fb))
665
+
666
+
667
+ # 3.0.0-alpha.22 (2026-04-22)
668
+
669
+ ### Features
670
+
671
+ * **build:** migrate from npm to pnpm (hoisted layout) ([1de8b77](https://github.com/ReventlessDev/reventless-core/commit/1de8b7753b8f45c63ea3c8d9f64de2f27febd029))
672
+
673
+
674
+ # 3.0.0-alpha.21 (2026-04-20)
675
+
676
+ ### Features
677
+
678
+ * add automationSlices, translation slices, and extensions to pluginStructure ([631e2f3](https://github.com/ReventlessDev/reventless-core/commit/631e2f3636f0a422e58712f70106c0df8effc1e9))
679
+
680
+
681
+ # 3.0.0-alpha.20 (2026-04-18)
682
+
683
+ ### Features
684
+
685
+ * **core:** AutoUI definition — makeAutoUIDefinition, Platform_UIDefinitions query, generator support ([513ca53](https://github.com/ReventlessDev/reventless-core/commit/513ca5399b0b6e5ae6a982fd15693de2ea208b8d))
686
+ * **core:** uiFragments manifest — Phase 1 implementation with generic types ([1e73f62](https://github.com/ReventlessDev/reventless-core/commit/1e73f623984118081d2b985c48521812e4f8417e))
687
+
688
+
689
+ # 3.0.0-alpha.19 (2026-04-15)
690
+
691
+ ### Features
692
+
693
+ * zero-touch plugin assembly — generate Plugin.res from folder structure ([73ea654](https://github.com/ReventlessDev/reventless-core/commit/73ea654ab9a73f15ea7e18631e8194bfe0f4580f))
694
+
695
+
696
+ # 3.0.0-alpha.18 (2026-04-06)
697
+
698
+ ### Bug Fixes
699
+
700
+ * add package-specs to all rescript.json to prevent CJS .js output ([780f1e0](https://github.com/ReventlessDev/reventless-core/commit/780f1e035173b73b17b78466ad01fb69c7cca350))
701
+
702
+
703
+ # 3.0.0-alpha.17 (2026-04-06)
704
+
705
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
706
+
707
+
708
+
709
+
710
+
711
+ # 3.0.0-alpha.16 (2026-04-05)
712
+
713
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
714
+
715
+
716
+
717
+
718
+
719
+ # 3.0.0-alpha.15 (2026-04-04)
720
+
721
+ ### Bug Fixes
722
+
723
+ * DCB [@partition](https://github.com/partition)Tag runtime errors, GraphQL Node interface, and ESM config ([dc4c4e1](https://github.com/ReventlessDev/reventless-core/commit/dc4c4e10f1ef09aba840e7b359df453b122c6aa4))
724
+ * feat!: add reventless-ppx with @@reventless.spec, @@reventless.behavior, @@reventless.dcbTags ([cb203ec](https://github.com/ReventlessDev/reventless-core/commit/cb203ece5ea3a1b92ba7d1a57d9e12bb6c4c2487))
725
+
726
+ ### BREAKING CHANGES
727
+
728
+ * Example spec files no longer export manual moduleUrl/name/Id
729
+ declarations — these are now PPX-generated. Downstream code referencing these
730
+ exports is unaffected (same values, different source).
731
+
732
+
733
+
734
+ # 3.0.0-alpha.14 (2026-03-30)
735
+
736
+ ### Features
737
+
738
+ * **examples:** publish example packages to GitHub Package Registry ([2495ba5](https://github.com/ReventlessDev/reventless-core/commit/2495ba5c4436613d58964f9948c1bacbde61965f))
739
+
740
+
741
+ # [3.0.0-alpha.13](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.11...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.13) (2026-03-28)
742
+
743
+ ### Bug Fixes
744
+
745
+ * **examples:** regenerate stale .mjs for aggregate, dcb, and hybrid plugins ([b5b4de5](https://github.com/ReventlessDev/reventless-core/commit/b5b4de5c4db7f5f8eb9071157302c4f0796b1889))
746
+ * feat!: flatten DcbSpec module type into direct Plugin.make parameters ([1c0bc57](https://github.com/ReventlessDev/reventless-core/commit/1c0bc576fcd88b92510900c16f5f117e864d9d7f))
747
+
748
+ ### BREAKING CHANGES
749
+
750
+ * Plugin.make no longer accepts ~dcbSpec=module(DcbSpec).
751
+ Pass slice arrays directly instead. Empty arrays can be omitted.
752
+
753
+
754
+
755
+ # [3.0.0-alpha.12](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.11...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.12) (2026-03-27)
756
+
757
+ * feat!: flatten DcbSpec module type into direct Plugin.make parameters ([1c0bc57](https://github.com/ReventlessDev/reventless-core/commit/1c0bc576fcd88b92510900c16f5f117e864d9d7f))
758
+
759
+ ### BREAKING CHANGES
760
+
761
+ * Plugin.make no longer accepts ~dcbSpec=module(DcbSpec).
762
+ Pass slice arrays directly instead. Empty arrays can be omitted.
763
+
764
+
765
+
766
+ # [3.0.0-alpha.11](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.8...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.11) (2026-03-27)
767
+
768
+ * feat!: remove resolverConfig from Behavior module type ([6f54015](https://github.com/ReventlessDev/reventless-core/commit/6f54015e3abc1c5c05472c8f54645723a0f5ed28))
769
+
770
+ ### BREAKING CHANGES
771
+
772
+ * Behavior.T no longer requires resolverConfig. Remove it
773
+ from all Behavior implementations.
774
+
775
+
776
+
777
+ # [3.0.0-alpha.10](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.8...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.10) (2026-03-26)
778
+
779
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
780
+
781
+
782
+
783
+
784
+
785
+ # [3.0.0-alpha.9](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.8...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.9) (2026-03-26)
786
+
787
+ **Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
788
+
789
+
790
+
791
+
792
+
793
+ # [3.0.0-alpha.8](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.7...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.8) (2026-03-23)
794
+
795
+ * refactor!: streamline component function naming to unified two-function pattern ([06814fd](https://github.com/ReventlessDev/reventless-core/commit/06814fd8589cf05ce8a9f9654552e7d5cd9c6bf2))
796
+
797
+ ### BREAKING CHANGES
798
+
799
+ * All component function signatures changed. Behavior.decide
800
+ now returns result<array<event>, error> instead of using errorHandler callback.
801
+ StateChangeSlice type decisionModel renamed to state. Projection.Mapping.map
802
+ renamed to project. StateViewSlice.project takes one argument instead of two.
803
+ # [3.0.0-alpha.7](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.6...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.7) (2026-03-22)
804
+
805
+ * feat(reventless-aws)!: replace esbuild pipeline with compiled ReScript entry points ([6cb3133](https://github.com/ReventlessDev/reventless-core/commit/6cb313323c73a078d0922fa6b977466f61de74ea))
806
+
807
+ ### BREAKING CHANGES
808
+
809
+ * esbuild removed from dependencies, `makeBundled` and
810
+ `makeBundledFromEntryPoint` removed from RuntimeEnvironment_Lambda,
811
+ `BundledEnvironment` module type removed from Runtime.
812
+ # [3.0.0-alpha.6](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.5...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.6) (2026-03-16)
813
+
814
+ * feat!: auto-detect plugin version from package.json via V8 stack trace ([e172673](https://github.com/ReventlessDev/reventless-core/commit/e17267390c197fa34052cef8325c579bb781419f))
815
+
816
+ ### BREAKING CHANGES
817
+
818
+ * Plugin.make no longer accepts ~version.
819
+ # [3.0.0-alpha.5](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.4...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.5) (2026-03-12)
820
+
821
+ ### Features
822
+
823
+ * **deps:** upgrade rescript to 12.2 and migrate Belt usages to stdlib ([eaa96ea](https://github.com/ReventlessDev/reventless-core/commit/eaa96ea61ca40d61573fb5fe2002a1f73d43ce3e))
824
+ # 3.0.0-alpha.4 (2026-03-08)
825
+
826
+ ### Features
827
+
828
+ * **examples:** add EventMapper, SideEffectHandler, and Task to aggregates online shop ([b8c3237](https://github.com/ReventlessDev/reventless-core/commit/b8c3237f4608f5b85d175ede89d8a335d10afbeb))
829
+ * restructure aggregate example into online-shop-aggregates with spec packages ([5aca927](https://github.com/ReventlessDev/reventless-core/commit/5aca927ba1594940219596307c41f00eebd28f9b))
830
+ * restructure DCB example into online-shop-dcb with spec packages ([0ee5a10](https://github.com/ReventlessDev/reventless-core/commit/0ee5a10c55248c8e27087f69cdce61a24f98027f))
831
+ # [3.0.0-alpha.3](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/example-aggregate-catalog@3.0.0-alpha.2...@reventlessdev/example-aggregate-catalog@3.0.0-alpha.3) (2026-03-03)
832
+
833
+ ### Features
834
+
835
+ * **api:** implement Api component with GraphQL fragment generation and schema stitching ([c882d3a](https://github.com/ReventlessDev/reventless-core/commit/c882d3aae8722cf6cbe9b4fbf9518d9f434ce06a))
836
+ # [3.0.0-alpha.2](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/example-aggregate-catalog@3.0.0-alpha.1...@reventlessdev/example-aggregate-catalog@3.0.0-alpha.2) (2026-03-02)
837
+
838
+ ### Features
839
+
840
+ * **examples/aggregate:** connect Catalog and Ordering via extension points ([4631e3f](https://github.com/ReventlessDev/reventless-core/commit/4631e3f92a836d134830ed7c42528a218eeb07f5))
841
+ # 3.0.0-alpha.1 (2026-03-01)
842
+
843
+ * feat(reventless-spec)!: swap namespaces — spec→Reventless, core→ReventlessCore ([0fcf24e](https://github.com/ReventlessDev/reventless-core/commit/0fcf24e3fc1dcc88e9ee741dc99eb7bd726f9fd7))
844
+ ### Features
845
+
846
+ * **examples:** add DCB-based online shop example with catalog and ordering packages ([45a8159](https://github.com/ReventlessDev/reventless-core/commit/45a8159a6365d8c9ea2665cb58eaf8ee90c3f11d))
847
+ * **examples:** restructure examples into examples/ with catalog and ordering bounded contexts ([077720d](https://github.com/ReventlessDev/reventless-core/commit/077720d8881867a2977b5686bc283134de54abef))
848
+
849
+ ### BREAKING CHANGES
850
+
851
+ * ReventlessSpec namespace renamed to Reventless; the reventless-core
852
+ package namespace renamed from Reventless to ReventlessCore.
853
+ All usages of ReventlessSpec.* must be updated to Reventless.*;
854
+ all usages of Reventless.* (core) in dependent packages must be updated to ReventlessCore.*