@poppinss/manager
Advanced tools
Comparing version 4.0.2 to 4.0.3
# The MIT License | ||
Copyright 2020 Harminder virk, contributors | ||
Copyright 2021 Harminder Virk, contributors | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
{ | ||
"name": "@poppinss/manager", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "The builder (Manager) pattern implementation", | ||
@@ -33,12 +33,10 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"@adonisjs/mrm-preset": "^3.0.0", | ||
"@adonisjs/require-ts": "^2.0.3", | ||
"@types/node": "^15.0.1", | ||
"commitizen": "^4.2.3", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"@adonisjs/mrm-preset": "^4.1.0", | ||
"@adonisjs/require-ts": "^2.0.4", | ||
"@types/node": "^15.6.1", | ||
"del-cli": "^3.0.1", | ||
"doctoc": "^2.0.0", | ||
"eslint": "^7.25.0", | ||
"eslint": "^7.27.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-adonis": "^1.3.0", | ||
"eslint-plugin-adonis": "^1.3.1", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
@@ -48,6 +46,6 @@ "github-label-sync": "^2.0.0", | ||
"japa": "^3.1.1", | ||
"mrm": "^3.0.1", | ||
"mrm": "^3.0.2", | ||
"np": "^7.5.0", | ||
"prettier": "^2.2.1", | ||
"typescript": "^4.2.4" | ||
"prettier": "^2.3.0", | ||
"typescript": "^4.3.2" | ||
}, | ||
@@ -62,8 +60,2 @@ "nyc": { | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "doctoc README.md --title='## Table of contents' && git add README.md", | ||
"commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js" | ||
} | ||
}, | ||
"config": { | ||
@@ -90,4 +82,3 @@ "commitizen": { | ||
}, | ||
"homepage": "https://github.com/poppinss/manager#readme", | ||
"dependencies": {} | ||
"homepage": "https://github.com/poppinss/manager#readme" | ||
} |
@@ -9,3 +9,3 @@ <div align="center"> | ||
[![circleci-image]][circleci-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] [![synk-image]][synk-url] | ||
[![gh-workflow-image]][gh-workflow-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] [![synk-image]][synk-url] | ||
@@ -271,11 +271,15 @@ Manager pattern is a way to ease the construction of objects of similar nature. To understand it better, we will follow an imaginary example through out this document. | ||
[circleci-image]: https://img.shields.io/circleci/project/github/poppinss/manager/master.svg?style=for-the-badge&logo=circleci | ||
[circleci-url]: https://circleci.com/gh/poppinss/manager 'circleci' | ||
[gh-workflow-image]: https://img.shields.io/github/workflow/status/poppinss/manager/test?style=for-the-badge | ||
[gh-workflow-url]: https://github.com/poppinss/manager/actions/workflows/test.yml "Github action" | ||
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript | ||
[typescript-url]: "typescript" | ||
[npm-image]: https://img.shields.io/npm/v/@poppinss/manager.svg?style=for-the-badge&logo=npm | ||
[npm-url]: https://npmjs.org/package/@poppinss/manager 'npm' | ||
[license-image]: https://img.shields.io/npm/l/@poppinss/manager?color=blueviolet&style=for-the-badge | ||
[license-url]: LICENSE.md 'license' | ||
[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/poppinss/manager?label=Synk%20Vulnerabilities&style=for-the-badge | ||
[synk-url]: https://snyk.io/test/github/poppinss/manager?targetFile=package.json 'synk' |
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
16
284
22377