@dotcom-tool-kit/config 1.0.2 → 1.0.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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -12,6 +12,19 @@
12
12
  * dependencies
13
13
  * @dotcom-tool-kit/schemas bumped from ^1.1.0 to ^1.1.1
14
14
 
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @dotcom-tool-kit/schemas bumped from ^1.1.1 to ^1.2.0
20
+ * @dotcom-tool-kit/validated bumped from ^1.0.0 to ^1.0.1
21
+
22
+ ### Dependencies
23
+
24
+ * The following workspace dependencies were updated
25
+ * dependencies
26
+ * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0
27
+
15
28
  ## 1.0.0 (2024-09-10)
16
29
 
17
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/config",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
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.1.1",
16
- "@dotcom-tool-kit/validated": "^1.0.0"
15
+ "@dotcom-tool-kit/schemas": "^1.3.0",
16
+ "@dotcom-tool-kit/validated": "^1.0.1"
17
17
  }
18
18
  }