@roots/bud-compiler 6.23.1 → 6.23.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -53,7 +53,7 @@ Keep track of development and community news.
53
53
 
54
54
  ## Sponsors
55
55
 
56
- **Bud** is an open source project and completely free to use.
56
+ **bud.js** is an open source project and completely free to use.
57
57
 
58
58
  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).
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roots/bud-compiler",
3
- "version": "6.23.1",
3
+ "version": "6.23.2",
4
4
  "description": "Compilation handler",
5
5
  "engines": {
6
6
  "node": ">=16"
@@ -65,15 +65,15 @@
65
65
  "types": "./lib/index.d.ts",
66
66
  "module": "./lib/index.js",
67
67
  "devDependencies": {
68
- "@roots/bud-api": "6.23.1",
68
+ "@roots/bud-api": "6.23.2",
69
69
  "@skypack/package-check": "0.2.2",
70
- "@types/node": "20.12.8"
70
+ "@types/node": "20.14.12"
71
71
  },
72
72
  "dependencies": {
73
- "@roots/bud-dashboard": "6.23.1",
74
- "@roots/bud-framework": "6.23.1",
75
- "@roots/bud-support": "6.23.1",
76
- "tslib": "2.6.2"
73
+ "@roots/bud-dashboard": "6.23.2",
74
+ "@roots/bud-framework": "6.23.2",
75
+ "@roots/bud-support": "6.23.2",
76
+ "tslib": "2.6.3"
77
77
  },
78
78
  "volta": {
79
79
  "extends": "../../../package.json"