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]: another fix for GH dependencies by adapters (#2803)
* prepare changelog for beta
* allow to install github urls too
* add to docs
* fix the validation log
* trim output from npm view
* fix linter
* listInstalledNodeModules now returns correct name also for GitHub dependencies
* request module name as determining package json is not trivial in all cases
Copy file name to clipboardExpand all lines: packages/common-db/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# Common DB class for ioBroker
2
-
The Library contains the common utils of ioBroker which use the DB directly and thus cannot be required by the DB itself (cirular dependencies).
3
-
It makes sense to place methods here too, which require typings from the database if they are surely not used by the database.
2
+
The Library contains the common utils for the ioBroker controller which can be used by db classes too, as they do not rely on the db (circular dependencies).
0 commit comments