@herb-tools/config 0.8.8 → 0.8.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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@herb-tools/config",
3
- "version": "0.8.8",
3
+ "version": "0.8.10",
4
4
  "description": "Shared configuration utilities for Herb tools",
5
5
  "license": "MIT",
6
6
  "homepage": "https://herb-tools.dev",
@@ -30,14 +30,14 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@herb-tools/core": "0.8.8",
33
+ "@herb-tools/core": "0.8.10",
34
34
  "picomatch": "^4.0.2",
35
35
  "tinyglobby": "^0.2.15",
36
36
  "yaml": "^2.8.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/picomatch": "^4.0.2",
40
- "zod": "^4.3.5",
40
+ "zod": "^4.3.6",
41
41
  "zod-validation-error": "^5.0.0"
42
42
  },
43
43
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@herb-tools/config",
3
- "version": "0.8.8",
3
+ "version": "0.8.10",
4
4
  "description": "Shared configuration utilities for Herb tools",
5
5
  "license": "MIT",
6
6
  "homepage": "https://herb-tools.dev",
@@ -30,14 +30,14 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@herb-tools/core": "0.8.8",
33
+ "@herb-tools/core": "0.8.10",
34
34
  "picomatch": "^4.0.2",
35
35
  "tinyglobby": "^0.2.15",
36
36
  "yaml": "^2.8.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/picomatch": "^4.0.2",
40
- "zod": "^4.3.5",
40
+ "zod": "^4.3.6",
41
41
  "zod-validation-error": "^5.0.0"
42
42
  },
43
43
  "files": [
@@ -11,7 +11,7 @@
11
11
  # GitHub Repo: https://github.com/marcoroth/herb
12
12
  #
13
13
 
14
- version: 0.8.8
14
+ version: 0.8.10
15
15
 
16
16
  # files:
17
17
  # # Additional patterns beyond the defaults (**.html, **.rhtml, **.html.erb, etc.)