Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@rocketmakers/orbit-db-core

rocketmakers950ISC3.1.3TypeScript support: included

Core types and functions for interacting with databases within Orbit

readme

@rocketmakers/orbit-db-core

Set of custom types, interfaces and methods required in the repository layer of orbit microservices and associated packages.

Docs

Hosted docs covering types, interfaces and any other utils functions within this package can be found using the link below:

Documentation

Source code

Source code for this package can be found using the link below:

Source code

Contributing docs can be found in the README.md

changelog

3.1.3 (2025-03-11)

3.1.2 (2025-03-11)

Bug Fixes

  • orbit-node: Removed files from package.json which was causing .npmignore to be ignored (3147aa2)

    3.1.1 (2025-03-11)

Bug Fixes

  • orbit-node: Fixed outputs to include changelog and environment definitions (4b41daf)

    3.1.0 (2025-03-10)

Other Changes

  • deps: update dependency typescript to v5.8.2 (#324) (040157d)

3.0.2 (2025-02-17)

3.0.1 (2025-02-14)

3.0.0 (2025-02-12)

Other Changes

  • deps: update dependency typescript to v5.7.3 (#218) (4dcd058)

Bug Fixes

  • orbit-node: Added missing descriptions to packages (5a279c2)

BREAKING CHANGE: OrbitTransaction has been updated to support multiple transactions, which are hidden by nature. New functions are available within corresponding packages (e.g. orbit-db-typeorm) for retrieving current transactions.