You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(light-model-client): expose modelql-untyped as a dependency
Converts the implementation dependency of light-model-client on
modelql-untyped into an api dependency as the base class of a
LightModelClient instance is part of that package. Otherwise, downstream
projects might fail to build due to being unable to resolve the base
class.
Fixes: MODELIX-496
0 commit comments