Skip to content

v0.2.0

Compare
Choose a tag to compare
@LitoMore LitoMore released this 18 May 02:51
· 27 commits to main since this release
fd59945

Changes

Now, we require command consumers to define the target extension in the crossExtensions list of package.json. This allows providers to get to know who is using their extension API.

{
	"crossExtensions": ["target-extension-author-name/target-extension-name"]
}