@platforma-open/immunewatch.software-detect
v4.0.4
Published
Immunewatch Detect software package for Platforma Backend
Downloads
18
Readme
Immunewatch Detect Software Package
This package provides Immunewatch Detect binaries for the Platforma Backend system.
Reference
https://github.com/immunewatch/detect
Installation
npm install @platforma-open/immunewatch.software-detectUsage
The package provides Detect binaries for various platforms. The binaries are automatically selected based on the host system.
Version Upgrade Instructions
To upgrade to a new version of Detect:
Prepare new binaries:
- Download or build the new Detect binaries for all supported platforms
- Place them in the
dld/directory with the following naming convention:dld/detect-linux-x64 dld/detect-linux-aarch64 dld/detect-macosx-x64 dld/detect-macosx-aarch64 dld/detect-windows-x64
Generate changeset:
pnpm changesetCommit changes to the repository (both binaries in
dld/and.changeset/<file>) and push them tomainbranch, so CI do the release for you.
If you need to build and publish it manually, just run pnpm build && pnpm publish
If you need to build it manually without publishing, run pnpm build
Supported Platforms
- Linux (x64, aarch64)
- macOS (x64, aarch64)
- Windows (x64)
License
UNLICENSED
