@bedrock-libraries/version-manager
v1.6.0
Published
Version management utilities for use with minecraft scripting modules
Downloads
6
Readme
Version
CLI utility for managing versions of @minecraft/server*
node packages.
Usage
- Install this package globally
npm i -g @bedrock-libraries/version-manager
- Run
bedrock-tools update <version>
to update the version of all@minecraft
NPM packages found in the local directory'spackage.json
, where is one of ['stable' | 'beta' | 'previewBeta' | 'previewRC']. You can add--install
to the command to runnpm install
after setting the version inpackage.json
| version | Minecraft Client Version | Script API Version | | :---------- | :----------------------: | :----------------: | | stable | Stable | Stable | | beta | Stable | Beta | | previewBeta | Preview | Beta | | previewRC | Preview | Stable |