Skip to main content

v4.0.0 released

· One min read

TODO: select one summary

Version 4.0.0 is a maintenance release; it resolves ...

Version 4.0.0 is a new release; it adds ....

The project is a TypeScript and dual mode CommonJS/ECMAScript Node.js module.

Prerequisites

The xpm Core Library is a portable Node.js project, to install and use it, the only requirement is a recent Node.js (>= 20.0).

Installation

For installation instructions, please refer to the Installation Guide page.

Import

To include this module within TypeScript and ECMAScript modules, utilise import:

import { Xxx } from '@xpack/xpm-lib'

In JavaScript with CommonJS, utilise require():

const { Xxx } = require('@xpack/xpm-lib')

Source code

Bug fixes

  • none

Enhancements

  • none

Known problems

  • none

CI tests

Before publishing, a set of tests were performed. The results are available from: