plugin.json any way to support multiple dsf / dwc versions?
-
In plugin.json
dwcVersion
andsbcDsfVersion
are defined to have single values.
It does not seem possible to, for example, indicate that a plugin is compatible with 3.5.x and 3.6.x.
Is this the case , or is there a way? It would be useful for plugin developers and users to not have to, unnecessarily, target specific plugin versions.I have tried e.g.
>=3.5
and also tried an array["3.5","3.6"]
however neither are supported. The latter, BTW, fails silently. -
@stuartofmt One for @chrishamm.
Ian
-
@stuartofmt I can see how this would be a useful addition, and distinct from just 3.x . That may work now, but would not necessarily be accurate at all.
-
@stuartofmt It is NOT possible - or at least not safe/recommended - to use the same compiled JS chunk for multiple DWC versions. But you can target DSF 3.x.x by specifying only "sbcDsfVersion": "3".
-
@chrishamm
Understood, as it relates to DWC. I may just use "sbcDsfVersion": "3" for the DSF only plugins. -
undefined stuartofmt marked this topic as a question
-
undefined stuartofmt has marked this topic as solved