@brnshkr/config 0.0.1-alpha.13 → 0.0.1-alpha.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -431,7 +431,7 @@ A few possible ways are listed below:
431
431
  Example call, adjust as needed
432
432
 
433
433
  ```sh
434
- php ./vendor/bin/php-cs-fixer fix -v --show-progress=dots --config ./conf/php-cs-fixer.php
434
+ php ./vendor/bin/php-cs-fixer fix --config ./conf/php-cs-fixer.php -v --show-progress=dots
435
435
  ```
436
436
 
437
437
  <!-- omit in toc -->
@@ -440,7 +440,7 @@ php ./vendor/bin/php-cs-fixer fix -v --show-progress=dots --config ./conf/php-cs
440
440
  Example call, adjust as needed
441
441
 
442
442
  ```sh
443
- php ./vendor/bin/rector process --config ./conf/rector.php
443
+ php ./vendor/bin/rector process --config ./conf/rector.php --memory-limit=-1
444
444
  ```
445
445
 
446
446
  <!-- omit in toc -->
@@ -449,7 +449,7 @@ php ./vendor/bin/rector process --config ./conf/rector.php
449
449
  Example call, adjust as needed
450
450
 
451
451
  ```sh
452
- php ./vendor/bin/phpstan analyze --memory-limit=-1 --configuration ./conf/phpstan.php
452
+ php ./vendor/bin/phpstan analyze --configuration ./conf/phpstan.php -vv --memory-limit=-1
453
453
  ```
454
454
 
455
455
  <!-- omit in toc -->
package/dist/shared.mjs CHANGED
@@ -9,7 +9,7 @@ const interopImport = async (thePackage) => {
9
9
  //#endregion
10
10
  //#region package.json
11
11
  var name = "@brnshkr/config";
12
- var version = "0.0.1-alpha.13";
12
+ var version = "0.0.1-alpha.14";
13
13
 
14
14
  //#endregion
15
15
  //#region src/js/shared/utils/package-json.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@brnshkr/config",
4
- "version": "0.0.1-alpha.13",
4
+ "version": "0.0.1-alpha.14",
5
5
  "description": "Centralized collection of configuration and tooling used across all @brnshkr projects",
6
6
  "license": "MIT",
7
7
  "author": "Patrick Rupp",