winston-array-transport
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,1 +1,31 @@ | ||
## [1.1.2](https://github.com/pustovitDmytro/winston-array-transport/compare/v1.1.1...v1.1.2) (2021-05-25) | ||
### Chore | ||
* 'Chore' semanticCommitType for updating devDependencies ([4bf79e1](https://github.com/pustovitDmytro/winston-array-transport/commit/4bf79e1ac2907ca07a355f63458b8bf3b41a3afc)) | ||
* (tests) clearCache on module load is optional ([96c2ae5](https://github.com/pustovitDmytro/winston-array-transport/commit/96c2ae5237b7eed47278471cbf3b04b2b99385d4)) | ||
* (tests) moves load to factory ([4acb941](https://github.com/pustovitDmytro/winston-array-transport/commit/4acb94181777f22e8fda16ea43b6a1cad3986629)) | ||
* additional quotes in glob pattern ([f6d15cf](https://github.com/pustovitDmytro/winston-array-transport/commit/f6d15cf2b6fc966f1b3a8b175b6bcf0144a80def)) | ||
* adds appveyor ([d560b4e](https://github.com/pustovitDmytro/winston-array-transport/commit/d560b4ee54ffb8d4d267fd2cb132ba8bb6dfe5b9)) | ||
* contributor login in danger message ([76349e6](https://github.com/pustovitDmytro/winston-array-transport/commit/76349e6ee87b0e59f8fff9402eb10fa66d23a188)) | ||
* dont store package-tests artifacts ([50ebff1](https://github.com/pustovitDmytro/winston-array-transport/commit/50ebff16449ff34f474587136dca4e4740ed4bf7)) | ||
* fixes prevent require handler ([7923f0e](https://github.com/pustovitDmytro/winston-array-transport/commit/7923f0ed71ba537d7c50064a99e2e9af318fcb60)) | ||
* fixes spellcheck in bugreport ([7d754b6](https://github.com/pustovitDmytro/winston-array-transport/commit/7d754b605ed7fed3ea1a9c7d0d951a09806a1c37)) | ||
* integrate APPVEYOR_BUILD_ID to build tests ([16cdd48](https://github.com/pustovitDmytro/winston-array-transport/commit/16cdd48ddb7da5000c6df88ceb1f2513225a4a5b)) | ||
* not fail package if no tmp exists ([5693813](https://github.com/pustovitDmytro/winston-array-transport/commit/569381326c9b688c492aa29c825a61901419d1de)) | ||
* package-tester improvements ([d5d868b](https://github.com/pustovitDmytro/winston-array-transport/commit/d5d868bc7f529d94f79041be5b923b5967d7a704)) | ||
* prevent package:test from using devdependencies ([dc896f3](https://github.com/pustovitDmytro/winston-array-transport/commit/dc896f39fd79e6cb73c8cc458213c00f5f5a703d)) | ||
* set myself as default assignee in pr ([0dcd0ce](https://github.com/pustovitDmytro/winston-array-transport/commit/0dcd0ce95b50a1e8a2fef91307f7fd8964314f68)) | ||
* tests/entry.js module resolving ([c840f8b](https://github.com/pustovitDmytro/winston-array-transport/commit/c840f8b479234b7944b2d2708344ae24df231464)) | ||
* update default renovate rules ([7e83bc4](https://github.com/pustovitDmytro/winston-array-transport/commit/7e83bc4fb9b99bb74811cd55db0b94c81e18dcde)) | ||
* Update dependency @rollup/plugin-commonjs to v19 ([bf29948](https://github.com/pustovitDmytro/winston-array-transport/commit/bf2994851b033e64744e381f5f566ca9eed0aef5)) | ||
* update eslint ([4aac03c](https://github.com/pustovitDmytro/winston-array-transport/commit/4aac03c8db5f28d1d41838fc70e614df93e034d6)) | ||
* update lock file ([4ffb878](https://github.com/pustovitDmytro/winston-array-transport/commit/4ffb878e544a8cbe68fa7b3c5908b8ccdf9e394f)) | ||
### Docs | ||
* adds node releases roadmap ([ba16142](https://github.com/pustovitDmytro/winston-array-transport/commit/ba16142230db2895ecd9855d5746648075f0b8e8)) | ||
* move Contributing Guidelines to separate file. ([081e4ed](https://github.com/pustovitDmytro/winston-array-transport/commit/081e4ed03eebef0eda5305a1486a32cf91cdc62b)) | ||
## [1.1.1](https://github.com/pustovitDmytro/winston-array-transport/compare/v1.1.0...v1.1.1) (2021-05-06) | ||
@@ -2,0 +32,0 @@ |
{ | ||
"name": "winston-array-transport", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "write logs to js Array", | ||
@@ -11,5 +11,5 @@ "main": "./lib", | ||
"test:lint": "eslint src bin tests", | ||
"test:mocha": "mocha --config .mocharc.json tests/**/*test.js", | ||
"test:package": "./bin/pack.sh && ENTRY=./tmp/package/lib npm run test:mocha", | ||
"test:coverage": "BUILD=0 MODE=test nyc mocha --config .mocharc.json tests/**/*test.js", | ||
"test:mocha": "mocha --config .mocharc.json 'tests/**/*test.js'", | ||
"test:package": "./bin/test-package.sh", | ||
"test:coverage": "BUILD=0 MODE=test nyc mocha --config .mocharc.json 'tests/**/*test.js'", | ||
"test:debt": "jscpd src --config .jscpd.json", | ||
@@ -40,2 +40,5 @@ "test:lock": "lockfile-lint --path package-lock.json --validate-https --allowed-hosts npm", | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"homepage": "https://github.com/pustovitDmytro/winston-array-transport#readme", | ||
@@ -56,3 +59,3 @@ "devDependencies": { | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-commonjs": "^19.0.0", | ||
"@rollup/plugin-json": "^4.1.0", | ||
@@ -74,6 +77,5 @@ "@rollup/plugin-multi-entry": "^4.0.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-incredible": "^1.0.0", | ||
"eslint-plugin-censor": "^1.2.0", | ||
"eslint-config-incredible": "^1.9.0", | ||
"eslint-plugin-censor": "^1.3.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-more": "^1.0.3", | ||
"eslint-plugin-security": "^1.4.0", | ||
@@ -89,3 +91,3 @@ "fs-extra": "^10.0.0", | ||
"semantic-release": "^17.4.2", | ||
"semantic-release-telegram": "^1.0.1", | ||
"semantic-release-telegram": "^1.2.0", | ||
"uuid": "^8.0.0", | ||
@@ -92,0 +94,0 @@ "winston": "^3.2.1" |
@@ -37,8 +37,14 @@ # winston-array-transport | ||
## Requirements | ||
<<<<<<< HEAD | ||
======= | ||
[![Platform Status][appveyor-badge]][appveyor-url] | ||
>>>>>>> 081e4ed03eebef0eda5305a1486a32cf91cdc62b | ||
To use library you need to have [node](https://nodejs.org) and [npm](https://www.npmjs.com) installed in your machine: | ||
* node `6.0+` | ||
* npm `3.0+` | ||
* node `>=10` | ||
* npm `>=6` | ||
Package is [continuously tested][appveyor-url] on darwin, linux, win32 platforms. All active and maintenance [LTS](https://nodejs.org/en/about/releases/) node releases are supported. | ||
## Installation | ||
@@ -85,22 +91,4 @@ | ||
Make the changes to the code and tests. Then commit to your branch. Be sure to follow the commit message conventions. | ||
Make the changes to the code and tests. Then commit to your branch. Be sure to follow the commit message conventions. Read [Contributing Guidelines](.github/CONTRIBUTING.md) for details. | ||
Commit message summaries must follow this basic format: | ||
``` | ||
Tag: Message (fixes #1234) | ||
``` | ||
The Tag is one of the following: | ||
* **Fix** - for a bug fix. | ||
* **Update** - for a backwards-compatible enhancement. | ||
* **Breaking** - for a backwards-incompatible enhancement. | ||
* **Docs** - changes to documentation only. | ||
* **Build** - changes to build process only. | ||
* **New** - implemented a new feature. | ||
* **Upgrade** - for a dependency upgrade. | ||
* **Chore** - for tests, refactor, style, etc. | ||
The message summary should be a one-sentence description of the change. The issue number should be mentioned at the end. | ||
[npm]: https://www.npmjs.com/package/winston-array-transport | ||
@@ -139,4 +127,15 @@ [github]: https://github.com/pustovitDmytro/winston-array-transport | ||
<<<<<<< HEAD | ||
[npm-downloads-badge]: https://img.shields.io/npm/dw/winston-array-transport | ||
[npm-size-badge]: https://img.shields.io/bundlephobia/min/winston-array-transport | ||
[npm-size-url]: https://bundlephobia.com/result?p=winston-array-transport | ||
======= | ||
[npm-downloads-badge]: https://img.shields.io/npm/dw/npm-boilerplate | ||
[npm-size-badge]: https://img.shields.io/bundlephobia/min/npm-boilerplate | ||
[npm-size-url]: https://bundlephobia.com/result?p=npm-boilerplate | ||
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/lik73h3vxd7687pr/branch/master?svg=true | ||
[appveyor-url]: https://ci.appveyor.com/project/pustovitDmytro/npm-boilerplate/branch/master | ||
>>>>>>> 081e4ed03eebef0eda5305a1486a32cf91cdc62b |
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
28854
46
139