@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 +6 -0
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +6 -1
- package/dist/umd/index.css +5229 -0
- package/dist/umd/index.css.map +1 -0
- package/dist/umd/index.js +8 -5
- package/dist/umd/index.js.map +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
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
|