File tree Expand file tree Collapse file tree
for-developers/module-development/api-changes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ For most modules this will have no impact; you shouldn't need to change a JavaSc
3030
3131In order to build your module correctly, you need to be using ` @companion-module/tools ` v2.7.1 or later
3232
33- We will soon be releasing a v3.0.0 which will optimise the build process further and should be a drop in replacement.
33+ We have released a v3.0.0 of this library which optimises the build process further and should be a drop in replacement.
3434
3535### Remove ` runEntrypoint ` method
3636
@@ -60,8 +60,6 @@ module.exports = class ModuleInstance extends InstanceBase {}
6060module .exports .UpgradeScripts = [someScript] // or similar
6161```
6262
63- TODO: test this
64-
6563### Required manifest type property
6664
6765To help us differentiate connection modules from surface modules, modules must now add a ` "type": "connection" ` to their ` companion/manifest.json ` .
You can’t perform that action at this time.
0 commit comments