@roots/bud-compiler 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 +5 -5
package/README.md CHANGED
@@ -69,3 +69,6 @@ However, the amount of effort needed to maintain and develop new features and pr
69
69
  <a href="https://worksitesafety.ca/careers/">
70
70
  <img src="https://cdn.roots.io/app/uploads/worksite-safety.svg" alt="Worksite Safety" width="200" height="150"/>
71
71
  </a>
72
+ <a href="https://www.itineris.co.uk/">
73
+ <img src="https://cdn.roots.io/app/uploads/itineris.svg" alt="Itineris" width="200" height="150"/>
74
+ </a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roots/bud-compiler",
3
- "version": "2024.6.17-8",
3
+ "version": "2024.6.19-7",
4
4
  "description": "Compilation handler",
5
5
  "engines": {
6
6
  "node": ">=16"
@@ -65,14 +65,14 @@
65
65
  "types": "./lib/index.d.ts",
66
66
  "module": "./lib/index.js",
67
67
  "devDependencies": {
68
- "@roots/bud-api": "2024.6.17-8",
68
+ "@roots/bud-api": "2024.6.19-7",
69
69
  "@skypack/package-check": "0.2.2",
70
70
  "@types/node": "20.12.8"
71
71
  },
72
72
  "dependencies": {
73
- "@roots/bud-dashboard": "2024.6.17-8",
74
- "@roots/bud-framework": "2024.6.17-8",
75
- "@roots/bud-support": "2024.6.17-8",
73
+ "@roots/bud-dashboard": "2024.6.19-7",
74
+ "@roots/bud-framework": "2024.6.19-7",
75
+ "@roots/bud-support": "2024.6.19-7",
76
76
  "tslib": "2.6.2"
77
77
  },
78
78
  "volta": {