Skip to main content

xpm policies

Overview

Similarly to CMake, xpm, policies are employed to preserve backward-compatible behaviour across multiple releases.

Newer xpm releases can adjust some functionality to match that of an older release, based on the value of the minimumXpmRequired property in package.json.

When such policies are applied, warnings are issued to inform developers about deprecated features, providing them with time to update their packages.

The following policies are available (in reverse chronological order):

Policies introduced by xpm 0.14

  • 0001 - share npm dependencies