@roots/bud-cache 2024.5.3-7 → 2024.5.4-8
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +0 -6
- package/package.json +3 -3
package/README.md
CHANGED
@@ -76,9 +76,3 @@ 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.copiadigital.com/">
|
80
|
-
<img src="https://cdn.roots.io/app/uploads/copia-digital.svg" alt="Copia Digital" width="200" height="150"/>
|
81
|
-
</a>
|
82
|
-
<a href="https://www.freave.com/">
|
83
|
-
<img src="https://cdn.roots.io/app/uploads/freave.svg" alt="Freave" width="200" height="150"/>
|
84
|
-
</a>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@roots/bud-cache",
|
3
|
-
"version": "2024.5.
|
3
|
+
"version": "2024.5.4-8",
|
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.5.
|
76
|
-
"@roots/bud-support": "2024.5.
|
75
|
+
"@roots/bud-framework": "2024.5.4-8",
|
76
|
+
"@roots/bud-support": "2024.5.4-8",
|
77
77
|
"strip-ansi": "7.1.0",
|
78
78
|
"tslib": "2.6.2"
|
79
79
|
},
|