Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

@janus-idp/cli@1.18.2

Choose a tag to compare

@janus-idp janus-idp released this 27 Nov 23:40
· 64 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.