@dotcom-tool-kit/config 1.0.9 → 1.0.10

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
@@ -56,6 +56,12 @@
56
56
  * dependencies
57
57
  * @dotcom-tool-kit/schemas bumped from ^1.6.1 to ^1.6.2
58
58
 
59
+ ### Dependencies
60
+
61
+ * The following workspace dependencies were updated
62
+ * dependencies
63
+ * @dotcom-tool-kit/schemas bumped from ^1.6.2 to ^1.7.0
64
+
59
65
  ## 1.0.0 (2024-09-10)
60
66
 
61
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/config",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
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.6.2",
15
+ "@dotcom-tool-kit/schemas": "^1.7.0",
16
16
  "@dotcom-tool-kit/validated": "^1.0.2"
17
17
  }
18
18
  }