2.0.6 • Published 4 months ago

poin-neurons v2.0.6

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

root

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.

IMPORTANT

Sometimes dependencies will be ruined by different version of the Poin-specific libraries. To fix these, I had to go through the following steps:

  • deleted all node_modules, package-lock.json and references to neurons_sdk in dependencies
  • npm install in neurons_sdk
  • make sure correct version for neurons_sdk is published in npm (right now, neurons_sdk@1.2.27)
  • go to neurons-discovery, npm install with latest version of neurons_sdk
  • same for all catalogs
  • finally, root project

To test this package locally, it's best to import it to frontend BEFORE publishing to NPM. Check reference.

2.0.6

4 months ago

2.0.4

5 months ago

2.0.3

5 months ago

2.0.2

5 months ago

2.0.1

5 months ago

2.0.0

5 months ago

1.0.0

2 years ago