@roots/bud-build 6.23.3 → 6.24.0
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/LICENSE.md +1 -1
- package/README.md +0 -3
- package/lib/index.js +1 -1
- package/package.json +7 -7
- package/src/index.ts +1 -1
package/LICENSE.md
CHANGED
package/README.md
CHANGED
|
@@ -100,9 +100,6 @@ Keep track of development and community news.
|
|
|
100
100
|
|
|
101
101
|
However, the amount of effort needed to maintain and develop new features and projects within the Roots ecosystem is not sustainable without proper financial backing. If you have the capability, please consider [sponsoring Roots](https://github.com/sponsors/roots).
|
|
102
102
|
|
|
103
|
-
<a href="https://k-m.com/">
|
|
104
|
-
<img src="https://cdn.roots.io/app/uploads/km-digital.svg" alt="KM Digital" width="200" height="150"/>
|
|
105
|
-
</a>
|
|
106
103
|
<a href="https://carrot.com/">
|
|
107
104
|
<img src="https://cdn.roots.io/app/uploads/carrot.svg" alt="Carrot" width="200" height="150"/>
|
|
108
105
|
</a>
|
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roots/bud-build",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.24.0",
|
|
4
4
|
"description": "bud.js core module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16"
|
|
@@ -169,15 +169,15 @@
|
|
|
169
169
|
"types": "./lib/index.d.ts",
|
|
170
170
|
"module": "./lib/index.js",
|
|
171
171
|
"devDependencies": {
|
|
172
|
-
"@roots/bud-api": "6.
|
|
173
|
-
"@roots/bud-hooks": "6.
|
|
172
|
+
"@roots/bud-api": "6.24.0",
|
|
173
|
+
"@roots/bud-hooks": "6.24.0",
|
|
174
174
|
"@skypack/package-check": "0.2.2",
|
|
175
|
-
"@types/node": "20.
|
|
175
|
+
"@types/node": "20.16.10"
|
|
176
176
|
},
|
|
177
177
|
"dependencies": {
|
|
178
|
-
"@roots/bud-framework": "6.
|
|
179
|
-
"@roots/bud-support": "6.
|
|
180
|
-
"tslib": "2.
|
|
178
|
+
"@roots/bud-framework": "6.24.0",
|
|
179
|
+
"@roots/bud-support": "6.24.0",
|
|
180
|
+
"tslib": "2.7.0"
|
|
181
181
|
},
|
|
182
182
|
"volta": {
|
|
183
183
|
"extends": "../../../package.json"
|
package/src/index.ts
CHANGED