Package detail

veres-one-context

veres-one2.7k12.0.0

Veres One Contexts

readme

Veres One Context (veres-one-context)

JSON-LD Context for Veres One ledger

Table of Contents

Install

Requires Node.js.

To install via NPM:

npm install veres-one-context

Usage

const contextV1 = require('veres-one-context')

contextV1['@context']['schema']  // -> "http://schema.org/"

Contribute

TBD

Commercial Support

Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com

License

New BSD License (3-clause) © Digital Bazaar

changelog

veres-one-context ChangeLog

12.0.0 - 2021-05-05

Changed

  • BREAKING: Refactor context to remove prefix/cURI usage.

11.0.0 - 2019-11-14

Changed

  • BREAKING: Add term ValidatorParameterSet.

10.0.0 - 2019-11-12

Changed

  • BREAKING: Add term allowedServiceBaseUrl.

9.0.0 - 2019-05-30

Changed

  • BREAKING: Implement a new module structure.
  • Build and distribute static browser version with all contexts.
  • Export a contexts Map associating context URIs to contexts.
  • Export a constants Object associating short ids to contexts URIs.

8.0.0 - 2019-01-03

Changed

  • BREAKING Remove unused terms.

7.0.0 - 2018-11-06

Changed

  • BREAKING Remove Continuity2017RecoveryElector.
  • BREAKING Add maximumElectorCount.

6.0.0 - 2018-11-05

Changed

  • BREAKING Add Continuity2017 elector terms.

5.0.0 - 2018-10-17

Changed

  • BREAKING Add definition for elector.

4.0.0 - 2018-10-10

Changed

  • BREAKING: Define capability action as a string.

Added

  • Elector pool support.

3.0.0 - 2018-10-01

Changed

  • BREAKING: Remove Bedrock integration. Bedrock integration is now provided by the bedrock-veres-one-context module.
  • This module is now licensed under the BSD 3-Clause License.

2.0.0 - 2018-09-19

Changed

  • Update ocap terms.

1.0.0 - 2018-09-19

  • See git history for changes.