@log4brains/core
Advanced tools
Comparing version 1.0.0-beta.4 to 1.0.0-beta.5
@@ -6,2 +6,18 @@ # Change Log | ||
# [1.0.0-beta.5](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2021-01-13) | ||
### Features | ||
* distribute as a global NPM package ([9551b68](https://github.com/thomvaill/log4brains/commit/9551b689ffbce82f5b6d2bb514f87bf3faa10e3e)) | ||
### BREAKING CHANGES | ||
* installation procedure is now completely modified | ||
# [1.0.0-beta.4](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2020-12-10) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@log4brains/core", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0-beta.5", | ||
"description": "Log4brains architecture knowledge base core API", | ||
@@ -70,3 +70,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "4def59002bb95f76ce281ab81f3e65da3f129f5f" | ||
"gitHead": "3398775e82d17a2fdb83d8e8aa4ff7393e1b2040" | ||
} |
# @log4brains/core | ||
This package provides the core API of the [Log4brains](https://github.com/thomvaill/log4brains) architecture knowledge base. | ||
It is not meant to be used directly in your project. | ||
It is not meant to be used directly. | ||
Install [the main log4brains package](https://www.npmjs.com/package/log4brains) instead: | ||
```bash | ||
npm install -g log4brains | ||
``` | ||
## Installation | ||
This package is not meant to be installed directly in your project. This is a common dependency of [@log4brains/cli](https://www.npmjs.com/package/@log4brains/cli) and [@log4brains/web](https://www.npmjs.com/package/@log4brains/web), which is installed automatically. | ||
This package is not meant to be installed directly in your project. | ||
However, if you want to create a package to extend [Log4brains](https://github.com/thomvaill/log4brains)' capabilities, | ||
you can include this package as a dependency of yours via npm or yarn: | ||
However, if you want to create a package that uses [Log4brains](https://github.com/thomvaill/log4brains)' API, | ||
you can include this package as a dependency: | ||
@@ -13,0 +19,0 @@ ```bash |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
460981
43