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
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Move nodecg-types to normal dependencies for debug and nanoleaf service (#315)
The debug service exposes the `NodeCG` type with its constructor and nanoleaf with the `NanoleafUtils.retrieveAuthKey` method.
Because of this the generated `.d.ts` files import `nodecg-types` and we need to make it a production dependency as it is needed to be able to use the typings when e.g. adding it as a dependency to a bundle once it has been released.
0 commit comments