@chappa'ai/next-package-version

1.2.1 • Public • Published

Next Package Version

Get the next version of each yarn workspace based on the newest changelog entries. next-package-version assumes that you're running with a monorepo powered by yarn workspaces.

Usage

yarn add next-package-version

nextPackageVersion([options])

const nextPkgVersion = require('next-package-version');

(async () => {
	const versions = await nextPkgVersion();
})();

Options

Name Type Description
includePackage boolean Include the full contents of the package.json in the response object.

Readme

Keywords

none

Package Sidebar

Install

npm i @chappa'ai/next-package-version

Weekly Downloads

0

Version

1.2.1

License

MIT

Unpacked Size

27.3 kB

Total Files

10

Last publish

Collaborators

  • renddslow
  • sarah.adams