This repo has moved to: https://github.com/equinor/EchopediaWeb
SubFolders:
-
https://github.com/equinor/EchopediaWeb/tree/dev/libs/echo-core
-
https://github.com/equinor/EchopediaWeb/tree/dev/libs/echo-base
A monorepo with all tools needed to communicate with echo framework. the repo contains two packages. You can read more about them in the links below.
Breaking changes (new readme section since v0.5.0), see:
The Echo Web project consist a collection of different tools and repositories. Everything a Echo needs to communicate with the echo core echo framework and other modules. There are a few repositories associated with Echo Web the main repo is EchopediaWeb which to day is the project main code source, All other repo's are made to support the development.
Note: You need sufficient permissions to the @equinor npm group to do this.
First, bump the version number in packages/echo-core/package.json
.
Afterwards, build and release the package by running the following commands from the packages/echo-core
directory:
npm run build
npm run echo-publish
You will need to release a new version of both echo-base and echo-core.
First, bump the version number in packages/echo-base/package.json
.
Afterwards, build and release the package by running the following commands from the packages/echo-base
directory:
npm run build
npm run echo-publish
After releasing echo-base, update the echo-base version that echo-core is using, and follow the same process as above to release a new echo-core version.