@digitaldefiance/express-suite-starter 2.4.7 → 2.4.8

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -460,7 +460,7 @@ Logger.command('cmd') // $ Gray
460
460
  ## Testing
461
461
 
462
462
  - **21 test suites** (18 unit + 3 integration)
463
- - **137 tests** passing
463
+ - **96 tests** passing
464
464
  - **95%+ coverage** on core components
465
465
  - **100% coverage** on critical paths
466
466
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/express-suite-starter",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "create-express-suite": "./dist/src/cli.js"