@dotcom-tool-kit/base 1.1.2 → 1.1.4

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -15,6 +15,18 @@
15
15
  * @dotcom-tool-kit/config bumped from ^1.0.4 to ^1.0.5
16
16
  * @dotcom-tool-kit/logger bumped from ^4.0.1 to ^4.1.0
17
17
 
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * devDependencies
22
+ * @dotcom-tool-kit/config bumped from ^1.0.5 to ^1.0.6
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
+
18
30
  ## [1.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.0.0...base-v1.1.0) (2024-12-09)
19
31
 
20
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/base",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "winston": "^3.11.0"
17
17
  },
18
18
  "devDependencies": {
19
- "@dotcom-tool-kit/config": "^1.0.5",
19
+ "@dotcom-tool-kit/config": "^1.0.7",
20
20
  "@dotcom-tool-kit/logger": "^4.1.0",
21
21
  "@dotcom-tool-kit/plugin": "^1.0.0",
22
22
  "type-fest": "^4.29.1",