Socket
Socket
Sign inDemoInstall

@dword-design/ci

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dword-design/ci - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [2.0.1](https://github.com/dword-design/ci/compare/v2.0.0...v2.0.1) (2021-03-22)
### Bug Fixes
* lock file maintenance ([#15](https://github.com/dword-design/ci/issues/15)) ([ca43d9e](https://github.com/dword-design/ci/commit/ca43d9ea71b116752b41f73117eb7def81cdd3e3))
* lock file maintenance ([#18](https://github.com/dword-design/ci/issues/18)) ([8b9397b](https://github.com/dword-design/ci/commit/8b9397b16cbe83f62187e07c16d1f6eea0041dda))
* rename commit message ([#19](https://github.com/dword-design/ci/issues/19)) ([b8ac149](https://github.com/dword-design/ci/commit/b8ac149e540680757ed1185c00727baaa62aa0d9))
# [2.0.0](https://github.com/dword-design/ci/compare/v1.1.3...v2.0.0) (2021-03-11)

@@ -2,0 +11,0 @@

2

dist/cli.js

@@ -41,3 +41,3 @@ #!/usr/bin/env node

const commitType = (_ref5 = (_filenames = filenames, (0, _intersection.default)(_releasedFiles.default)(_filenames)), (0, _property.default)('length')(_ref5)) > 0 ? 'fix' : 'chore';
await (0, _execa.default)('git', ['commit', '-m', `${commitType}: update changed files`], {
await (0, _execa.default)('git', ['commit', '-m', `${commitType}: update config files`], {
stdio: 'inherit'

@@ -44,0 +44,0 @@ });

{
"name": "@dword-design/ci",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"repository": "dword-design/ci",
"funding": "https://www.buymeacoffee.com/dword",
"license": "MIT",

@@ -16,3 +17,3 @@ "author": "Sebastian Landwehr <info@dword-design.de>",

"scripts": {
"check-unknown-files": "base check-unknown-files",
"checkUnknownFiles": "base checkUnknownFiles",
"commit": "base commit",

@@ -19,0 +20,0 @@ "dev": "base dev",

@@ -6,30 +6,42 @@ <!-- TITLE/ -->

<!-- BADGES/ -->
[![NPM version](https://img.shields.io/npm/v/@dword-design/ci.svg)](https://npmjs.org/package/@dword-design/ci)
![Linux macOS Windows compatible](https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue)
[![Build status](https://github.com/dword-design/ci/workflows/build/badge.svg)](https://github.com/dword-design/ci/actions)
[![Coverage status](https://img.shields.io/coveralls/dword-design/ci)](https://coveralls.io/github/dword-design/ci)
[![Dependency status](https://img.shields.io/david/dword-design/ci)](https://david-dm.org/dword-design/ci)
![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen)
<a href="https://gitpod.io/#https://github.com/dword-design/bar">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
</a><a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
alt="Buy Me a Coffee"
height="32"
>
</a><a href="https://paypal.me/SebastianLandwehr">
<img
src="https://dword-design.de/images/paypal.svg"
alt="PayPal"
height="32"
>
</a><a href="https://www.patreon.com/dworddesign">
<img
src="https://dword-design.de/images/patreon.svg"
alt="Patreon"
height="32"
>
</a>
<p>
<a href="https://npmjs.org/package/@dword-design/ci">
<img
src="https://img.shields.io/npm/v/@dword-design/ci.svg"
alt="npm version"
>
</a><img src="https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue" alt="Linux macOS Windows compatible"><a href="https://github.com/dword-design/ci/actions">
<img
src="https://github.com/dword-design/ci/workflows/build/badge.svg"
alt="Build status"
>
</a><a href="https://codecov.io/gh/dword-design/ci">
<img
src="https://codecov.io/gh/dword-design/ci/branch/master/graph/badge.svg"
alt="Coverage status"
>
</a><a href="https://david-dm.org/dword-design/ci">
<img src="https://img.shields.io/david/dword-design/ci" alt="Dependency status">
</a><img src="https://img.shields.io/badge/renovate-enabled-brightgreen" alt="Renovate enabled"><br/><a href="https://gitpod.io/#https://github.com/dword-design/ci">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
</a><a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
alt="Buy Me a Coffee"
height="32"
>
</a><a href="https://paypal.me/SebastianLandwehr">
<img
src="https://dword-design.de/images/paypal.svg"
alt="PayPal"
height="32"
>
</a><a href="https://www.patreon.com/dworddesign">
<img
src="https://dword-design.de/images/patreon.svg"
alt="Patreon"
height="32"
>
</a>
</p>
<!-- /BADGES -->

@@ -45,3 +57,3 @@

```bash
# NPM
# npm
$ npm install @dword-design/ci

@@ -55,11 +67,39 @@

<!-- LICENSE/ -->
## License
## Contribute
Unless stated otherwise all works are:
Are you missing something or want to contribute? Feel free to file an [issue](https://github.com/dword-design/ci/issues) or [pull request](https://github.com/dword-design/ci/pulls)! ⚙️
Copyright &copy; Sebastian Landwehr <info@dword-design.de>
## Support
and licensed under:
Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing web apps and open source packages. If you want to support me so that I can keep packages up to date and build more helpful tools, you can donate here:
[MIT License](https://opensource.org/licenses/MIT)
<p>
<a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
alt="Buy Me a Coffee"
height="32"
>
</a>&nbsp;If you want to send me a one time donation. The coffee is pretty good 😊.<br/>
<a href="https://paypal.me/SebastianLandwehr">
<img
src="https://dword-design.de/images/paypal.svg"
alt="PayPal"
height="32"
>
</a>&nbsp;Also for one time donations if you like PayPal.<br/>
<a href="https://www.patreon.com/dworddesign">
<img
src="https://dword-design.de/images/patreon.svg"
alt="Patreon"
height="32"
>
</a>&nbsp;Here you can support me regularly, which is great so I can steadily work on projects.
</p>
Thanks a lot for your support! ❤️
## License
[MIT License](https://opensource.org/licenses/MIT) © [Sebastian Landwehr](https://dword-design.de)
<!-- /LICENSE -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc