@changesets/config
Utilities for reading and parsing Changeset's config
Last updated a year ago by changesets-release-bot .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @changesets/config 
SYNC missed versions from official npm registry.

@changesets/config

Utilities for reading and parsing Changeset's config

npm package View changelog

import { parse, read, ValidationError } from "@changesets/config";

let config = await read(process.cwd(), workspaces);

let config = parse({ commit: true }, workspaces);

try {
  return parse({ commit: true }, workspaces);
} catch (err) {
  if (err instanceof ValidationError) {
    let message = err.message;
  } else {
    throw err;
  }
}

Current Tags

  • 3.1.3                                ...           latest (a month ago)
  • 4.0.0-next.1                                ...           next (5 months ago)
  • 0.0.0-pr1845.8583df5                                ...           pr1845 (2 months ago)
  • 1.7.0-temp.0                                ...           temp (4 years ago)

47 Versions

  • 3.1.3                                ...           a month ago
  • 0.0.0-pr1845.8583df5                                ...           2 months ago
  • 0.0.0-pr1845.c9b6dcf                                ...           2 months ago
  • 0.0.0-pr1845.eedc603                                ...           2 months ago
  • 0.0.0-pr1845.73abf38                                ...           2 months ago
  • 3.1.2                                ...           4 months ago
  • 4.0.0-next.1                                ...           5 months ago
  • 4.0.0-next.0                                ...           a year ago
  • 3.1.1                                ...           a year ago
  • 3.1.0                                ...           a year ago
  • 3.0.5                                ...           a year ago
  • 3.0.4                                ...           a year ago
  • 3.0.3                                ...           2 years ago
  • 3.0.2                                ...           2 years ago
  • 3.0.1                                ...           2 years ago
  • 3.0.0                                ...           2 years ago
  • 2.3.1                                ...           3 years ago
  • 2.3.0                                ...           3 years ago
  • 2.2.0                                ...           4 years ago
  • 2.1.1                                ...           4 years ago
  • 2.1.0                                ...           4 years ago
  • 2.0.1                                ...           4 years ago
  • 2.0.0                                ...           4 years ago
  • 1.7.0                                ...           4 years ago
  • 1.6.4                                ...           4 years ago
  • 1.7.0-temp.0                                ...           4 years ago
  • 1.6.3                                ...           4 years ago
  • 1.6.2                                ...           4 years ago
  • 1.6.1                                ...           5 years ago
  • 1.6.0                                ...           5 years ago
  • 1.5.0                                ...           5 years ago
  • 1.4.0                                ...           6 years ago
  • 1.3.0                                ...           6 years ago
  • 1.2.0                                ...           6 years ago
  • 1.1.0                                ...           6 years ago
  • 1.0.3                                ...           6 years ago
  • 1.0.2                                ...           6 years ago
  • 1.0.1                                ...           6 years ago
  • 1.0.0                                ...           6 years ago
  • 0.3.0                                ...           6 years ago
  • 0.2.4                                ...           6 years ago
  • 0.2.3                                ...           6 years ago
  • 0.2.2                                ...           6 years ago
  • 0.2.1                                ...           7 years ago
  • 0.2.0                                ...           7 years ago
  • 0.1.2                                ...           7 years ago
  • 0.1.0                                ...           7 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dev Dependencies (4)

Copyright 2013 - present © cnpmjs.org | Home |