@dotcom-tool-kit/base 1.1.4 → 1.1.6

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 +23 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -27,6 +27,29 @@
27
27
  * devDependencies
28
28
  * @dotcom-tool-kit/config bumped from ^1.0.6 to ^1.0.7
29
29
 
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * devDependencies
34
+ * @dotcom-tool-kit/config bumped from ^1.0.8 to ^1.0.9
35
+
36
+ ## [1.1.5](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.1.4...base-v1.1.5) (2025-01-14)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **base:** move logger dependency to prod ([c1c8a57](https://github.com/Financial-Times/dotcom-tool-kit/commit/c1c8a57e2e459e13b37efd519a80ff60835bde72))
42
+ * **cli:** try to always log ToolKitError details if present ([0d4f2b4](https://github.com/Financial-Times/dotcom-tool-kit/commit/0d4f2b4cf7de12a290b19c13ad7be27b41197896))
43
+
44
+
45
+ ### Dependencies
46
+
47
+ * The following workspace dependencies were updated
48
+ * dependencies
49
+ * @dotcom-tool-kit/logger bumped from ^4.1.0 to ^4.1.1
50
+ * devDependencies
51
+ * @dotcom-tool-kit/config bumped from ^1.0.7 to ^1.0.8
52
+
30
53
  ## [1.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.0.0...base-v1.1.0) (2024-12-09)
31
54
 
32
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/base",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -11,13 +11,13 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "@dotcom-tool-kit/conflict": "^1.0.0",
14
+ "@dotcom-tool-kit/logger": "^4.1.1",
14
15
  "@dotcom-tool-kit/validated": "^1.0.2",
15
16
  "semver": "^7.5.4",
16
17
  "winston": "^3.11.0"
17
18
  },
18
19
  "devDependencies": {
19
- "@dotcom-tool-kit/config": "^1.0.7",
20
- "@dotcom-tool-kit/logger": "^4.1.0",
20
+ "@dotcom-tool-kit/config": "^1.0.9",
21
21
  "@dotcom-tool-kit/plugin": "^1.0.0",
22
22
  "type-fest": "^4.29.1",
23
23
  "winston": "^3.11.0",