@roots/bud-build 2024.6.18-8 → 2024.6.19-7
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +3 -0
- package/package.json +5 -5
package/README.md
CHANGED
@@ -112,3 +112,6 @@ However, the amount of effort needed to maintain and develop new features and pr
|
|
112
112
|
<a href="https://worksitesafety.ca/careers/">
|
113
113
|
<img src="https://cdn.roots.io/app/uploads/worksite-safety.svg" alt="Worksite Safety" width="200" height="150"/>
|
114
114
|
</a>
|
115
|
+
<a href="https://www.itineris.co.uk/">
|
116
|
+
<img src="https://cdn.roots.io/app/uploads/itineris.svg" alt="Itineris" width="200" height="150"/>
|
117
|
+
</a>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@roots/bud-build",
|
3
|
-
"version": "2024.6.
|
3
|
+
"version": "2024.6.19-7",
|
4
4
|
"description": "bud.js core module",
|
5
5
|
"engines": {
|
6
6
|
"node": ">=16"
|
@@ -169,14 +169,14 @@
|
|
169
169
|
"types": "./lib/index.d.ts",
|
170
170
|
"module": "./lib/index.js",
|
171
171
|
"devDependencies": {
|
172
|
-
"@roots/bud-api": "2024.6.
|
173
|
-
"@roots/bud-hooks": "2024.6.
|
172
|
+
"@roots/bud-api": "2024.6.19-7",
|
173
|
+
"@roots/bud-hooks": "2024.6.19-7",
|
174
174
|
"@skypack/package-check": "0.2.2",
|
175
175
|
"@types/node": "20.12.8"
|
176
176
|
},
|
177
177
|
"dependencies": {
|
178
|
-
"@roots/bud-framework": "2024.6.
|
179
|
-
"@roots/bud-support": "2024.6.
|
178
|
+
"@roots/bud-framework": "2024.6.19-7",
|
179
|
+
"@roots/bud-support": "2024.6.19-7",
|
180
180
|
"tslib": "2.6.2"
|
181
181
|
},
|
182
182
|
"volta": {
|