0.9146.0 • Published 20 days ago

@superblocksteam/shared v0.9146.0

Weekly downloads
-
License
Superblocks Commu...
Repository
github
Last release
20 days ago

shared

This repository contains the source code of shared utilities in the Superblocks platform. This is a dependency pulled down by the agent-controller and the agent-worker.

Note: We have yet to release a major version for this library and breaking changes will be pushed to them until we stabilize and cut a v1 release.

You can find more information about the Agent Platform here.

Build locally

Requirements

  • Node v16

To transpile the source files:

npm run build

To run tests:

npm run test