@madgex/fert 4.2.1 → 4.2.2

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 +2 -2
package/README.md CHANGED
@@ -281,7 +281,7 @@ These options are available no matter the command used.
281
281
 
282
282
  `--no-cache` — Do not use the in-built file-based cache. This includes CPID, config & AWS CloudFront Distribution lookup (default: true)
283
283
 
284
- `--purge-cache` — Purge/clean all local caches
284
+ `--purge-cache` — Purge/clean all local caches.
285
285
 
286
286
  # CI/CD
287
287
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/fert",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "Tool to help build the V6 branding",
5
5
  "bin": {
6
6
  "fert": "./bin/cli.js"
@@ -31,7 +31,7 @@
31
31
  "@hapi/inert": "^7.1.0",
32
32
  "@hapi/vision": "^7.0.3",
33
33
  "@hapipal/toys": "^4.0.0",
34
- "@madgex/config-api-sdk": "^1.0.13",
34
+ "@madgex/config-api-sdk": "^1.6.0",
35
35
  "@madgex/design-system": "^9.1.9",
36
36
  "@private/header-footer-podlet-server": "github:wiley/madgex-header-footer-podlet",
37
37
  "axios": "^1.7.9",