@websolutespa/bom-llm 0.1.0 → 0.1.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @websolutespa/bom-llm
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fixing: exports
8
+
3
9
  ## 0.1.0
4
10
 
5
11
  ### Minor Changes
package/dist/esm/index.js CHANGED
@@ -44816,5 +44816,7 @@ function getInitializer(globalName, plugins) {
44816
44816
  return initializer;
44817
44817
  }
44818
44818
 
44819
- getInitializer('bomLlm', []);
44819
+ const bomLlm = getInitializer('bomLlm', []);
44820
+
44821
+ export { bomLlm };
44820
44822
  //# sourceMappingURL=index.js.map