@dotcom-tool-kit/base 1.1.3 → 1.1.5
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/CHANGELOG.md +23 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -21,6 +21,29 @@
|
|
|
21
21
|
* devDependencies
|
|
22
22
|
* @dotcom-tool-kit/config bumped from ^1.0.5 to ^1.0.6
|
|
23
23
|
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* The following workspace dependencies were updated
|
|
27
|
+
* devDependencies
|
|
28
|
+
* @dotcom-tool-kit/config bumped from ^1.0.6 to ^1.0.7
|
|
29
|
+
|
|
30
|
+
## [1.1.5](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.1.4...base-v1.1.5) (2025-01-14)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* **base:** move logger dependency to prod ([c1c8a57](https://github.com/Financial-Times/dotcom-tool-kit/commit/c1c8a57e2e459e13b37efd519a80ff60835bde72))
|
|
36
|
+
* **cli:** try to always log ToolKitError details if present ([0d4f2b4](https://github.com/Financial-Times/dotcom-tool-kit/commit/0d4f2b4cf7de12a290b19c13ad7be27b41197896))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Dependencies
|
|
40
|
+
|
|
41
|
+
* The following workspace dependencies were updated
|
|
42
|
+
* dependencies
|
|
43
|
+
* @dotcom-tool-kit/logger bumped from ^4.1.0 to ^4.1.1
|
|
44
|
+
* devDependencies
|
|
45
|
+
* @dotcom-tool-kit/config bumped from ^1.0.7 to ^1.0.8
|
|
46
|
+
|
|
24
47
|
## [1.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.0.0...base-v1.1.0) (2024-12-09)
|
|
25
48
|
|
|
26
49
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/base",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
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.
|
|
20
|
-
"@dotcom-tool-kit/logger": "^4.1.0",
|
|
20
|
+
"@dotcom-tool-kit/config": "^1.0.8",
|
|
21
21
|
"@dotcom-tool-kit/plugin": "^1.0.0",
|
|
22
22
|
"type-fest": "^4.29.1",
|
|
23
23
|
"winston": "^3.11.0",
|