@syntest/logging
Advanced tools
Comparing version 0.1.2-beta.0 to 0.1.2-beta.1
@@ -20,3 +20,3 @@ "use strict"; | ||
* | ||
* This file is part of SynTest Framework - SynTest Core. | ||
* This file is part of SynTest Framework - SynTest Framework. | ||
* | ||
@@ -23,0 +23,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
@@ -7,3 +7,3 @@ "use strict"; | ||
* | ||
* This file is part of SynTest Framework - SynTest Core. | ||
* This file is part of SynTest Framework - SynTest Framework. | ||
* | ||
@@ -10,0 +10,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
{ | ||
"name": "@syntest/logging", | ||
"version": "0.1.2-beta.0", | ||
"description": "The log library of the SynTest Framework", | ||
"version": "0.1.2-beta.1", | ||
"description": "SynTest library for logging", | ||
"keywords": [ | ||
"syntest", | ||
"automatic-test-generation" | ||
"syntest-framework" | ||
], | ||
"homepage": "https://www.syntest.org", | ||
"bugs": { | ||
"url": "https://github.com/syntest-framework/syntest-core/issues" | ||
"url": "https://github.com/syntest-framework/syntest-framework/issues" | ||
}, | ||
@@ -32,3 +32,3 @@ "license": "Apache-2.0", | ||
"type": "git", | ||
"url": "git+https://github.com/syntest-framework/syntest-core.git" | ||
"url": "git+https://github.com/syntest-framework/syntest-framework.git" | ||
}, | ||
@@ -61,3 +61,3 @@ "scripts": { | ||
}, | ||
"gitHead": "3eb6866b7d9edeaa1209b7f06381b08a2221be01" | ||
"gitHead": "fde9b03d42f12281adcc328da801449c10b3bed7" | ||
} |
@@ -1,1 +0,17 @@ | ||
# SynTest Logging Library | ||
# SynTest - Logging | ||
> Library for logging | ||
## Installation | ||
```bash | ||
npm install @syntest/logging | ||
``` | ||
## Usage | ||
For usage, see the [documentation](https://www.syntest.org/docs). | ||
## License | ||
The code within this project is licensed under the [Apache-2.0 license](LICENSE). |
Sorry, the diff of this file is not supported yet
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
26645
18