@dotcom-tool-kit/config 1.0.4 → 1.0.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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -25,6 +25,19 @@
25
25
  * dependencies
26
26
  * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0
27
27
 
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0
33
+ * @dotcom-tool-kit/validated bumped from ^1.0.1 to ^1.0.2
34
+
35
+ ### Dependencies
36
+
37
+ * The following workspace dependencies were updated
38
+ * dependencies
39
+ * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0
40
+
28
41
  ## 1.0.0 (2024-09-10)
29
42
 
30
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/config",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "@dotcom-tool-kit/conflict": "^1.0.0",
14
14
  "@dotcom-tool-kit/plugin": "^1.0.0",
15
- "@dotcom-tool-kit/schemas": "^1.3.0",
16
- "@dotcom-tool-kit/validated": "^1.0.1"
15
+ "@dotcom-tool-kit/schemas": "^1.5.0",
16
+ "@dotcom-tool-kit/validated": "^1.0.2"
17
17
  }
18
18
  }