@dotcom-tool-kit/base 1.2.0 → 1.2.1

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/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -60,6 +60,12 @@
60
60
  * @dotcom-tool-kit/config bumped from ^1.0.12 to ^1.1.0
61
61
  * @dotcom-tool-kit/plugin bumped from ^1.0.0 to ^1.1.0
62
62
 
63
+ ### Dependencies
64
+
65
+ * The following workspace dependencies were updated
66
+ * dependencies
67
+ * @dotcom-tool-kit/logger bumped from ^4.1.1 to ^4.2.0
68
+
63
69
  ## [1.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.1.10...base-v1.2.0) (2025-03-03)
64
70
 
65
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/base",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "@dotcom-tool-kit/conflict": "^1.0.1",
14
- "@dotcom-tool-kit/logger": "^4.1.1",
14
+ "@dotcom-tool-kit/logger": "^4.2.0",
15
15
  "@dotcom-tool-kit/validated": "^1.0.2",
16
16
  "semver": "^7.5.4",
17
17
  "winston": "^3.11.0"