Skip to content

@janus-idp/[email protected]

Compare
Choose a tag to compare
@janus-idp janus-idp released this 27 Nov 23:40
· 59 commits to release-1.7 since this release
86fb3cd

Patch Changes

  • abd9dec: This change adds two new flags to handle native module dependencies.

    • --allow-native-package [package-name...]: flag to selectively allow native packages when exporting a dynamic plugin and allowing it's installation into the exported dynamic plugin.
    • --suppress-native-package [package-name..]: flag which replaces the native package with an empty package during export, preventing the native package's inclusion into the exported dynamic plugin's private dependencies.