Skip to content

Commit

Permalink
fix(libs): update phar
Browse files Browse the repository at this point in the history
- php-cs-fixer
- phpstan
- behat
  • Loading branch information
koromerzhin committed Apr 19, 2023
1 parent bc33cfc commit 2dd011a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to @koromerzhin/js-commands 👋

![Version](https://img.shields.io/badge/version-1.2.17-blue.svg?cacheSeconds=2592000)
![Version](https://img.shields.io/badge/version-1.2.18-blue.svg?cacheSeconds=2592000)
![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/koromerzhin/js-commands/graphs/commit-activity)
![Continuous Integration](https://github.com/koromerzhin/js-commands/workflows/ci/badge.svg?branch=develop)
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
const version = '1.2.17';
const version = '1.2.18';
const Docker = require('dockerode');
const dotenvConfig = require('dotenv').config();
const { program } = require('commander');
Expand Down
2 changes: 1 addition & 1 deletion lib/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "korojscommands",
"version": "1.2.17",
"version": "1.2.18",
"description": "Js commands for docker stack",
"scripts": {
"build": "tsc",
Expand Down
6 changes: 3 additions & 3 deletions phar.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"phploc.phar": "https://phar.phpunit.de/phploc-7.0.2.phar",
"php-cs-fixer.phar": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.15.1/php-cs-fixer.phar",
"php-cs-fixer.phar": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.16.0/php-cs-fixer.phar",
"phpmd.phar": "https://github.com/phpmd/phpmd/releases/download/2.13.0/phpmd.phar",
"phpcbf.phar": "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.7.2/phpcbf.phar",
"phpcs.phar": "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.7.2/phpcs.phar",
"phpstan.phar": "https://github.com/phpstan/phpstan/releases/download/1.10.8/phpstan.phar",
"phpstan.phar": "https://github.com/phpstan/phpstan/releases/download/1.10.13/phpstan.phar",
"phpDocumentor.phar": "https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.3.1/phpDocumentor.phar",
"behat.phar": "https://github.com/Behat/Behat/releases/download/v3.12.0/behat.phar"
"behat.phar": "https://github.com/Behat/Behat/releases/download/v3.13.0/behat.phar"
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
const version = '1.2.17';
const version = '1.2.18';
const Docker = require('dockerode');
const dotenvConfig = require('dotenv').config();
const { program } = require('commander');
Expand Down

0 comments on commit 2dd011a

Please sign in to comment.