@roots/bud-cache 2024.6.17-8 → 2024.6.19-7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -76,3 +76,6 @@ However, the amount of effort needed to maintain and develop new features and pr
76
76
  <a href="https://worksitesafety.ca/careers/">
77
77
  <img src="https://cdn.roots.io/app/uploads/worksite-safety.svg" alt="Worksite Safety" width="200" height="150"/>
78
78
  </a>
79
+ <a href="https://www.itineris.co.uk/">
80
+ <img src="https://cdn.roots.io/app/uploads/itineris.svg" alt="Itineris" width="200" height="150"/>
81
+ </a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roots/bud-cache",
3
- "version": "2024.6.17-8",
3
+ "version": "2024.6.19-7",
4
4
  "description": "Config caching",
5
5
  "engines": {
6
6
  "node": ">=16"
@@ -72,8 +72,8 @@
72
72
  "@skypack/package-check": "0.2.2"
73
73
  },
74
74
  "dependencies": {
75
- "@roots/bud-framework": "2024.6.17-8",
76
- "@roots/bud-support": "2024.6.17-8",
75
+ "@roots/bud-framework": "2024.6.19-7",
76
+ "@roots/bud-support": "2024.6.19-7",
77
77
  "strip-ansi": "7.1.0",
78
78
  "tslib": "2.6.2"
79
79
  },