@roots/bud-compiler 2024.10.7-9 → 2024.10.8-8

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,6 +27,7 @@ class Compiler extends Service {
27
27
  onStats(stats) {
28
28
  this.stats = stats.toJson({
29
29
  all: false,
30
+ // @ts-ignore
30
31
  children: {
31
32
  all: false,
32
33
  assets: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roots/bud-compiler",
3
- "version": "2024.10.7-9",
3
+ "version": "2024.10.8-8",
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": "2024.10.7-9",
68
+ "@roots/bud-api": "2024.10.8-8",
69
69
  "@skypack/package-check": "0.2.2",
70
- "@types/node": "20.14.12"
70
+ "@types/node": "20.16.10"
71
71
  },
72
72
  "dependencies": {
73
- "@roots/bud-dashboard": "2024.10.7-9",
74
- "@roots/bud-framework": "2024.10.7-9",
75
- "@roots/bud-support": "2024.10.7-9",
76
- "tslib": "2.6.3"
73
+ "@roots/bud-dashboard": "2024.10.8-8",
74
+ "@roots/bud-framework": "2024.10.8-8",
75
+ "@roots/bud-support": "2024.10.8-8",
76
+ "tslib": "2.7.0"
77
77
  },
78
78
  "volta": {
79
79
  "extends": "../../../package.json"
@@ -50,6 +50,7 @@ class Compiler extends Service implements BudCompiler {
50
50
  public onStats(stats: MultiStats) {
51
51
  this.stats = stats.toJson({
52
52
  all: false,
53
+ // @ts-ignore
53
54
  children: {
54
55
  all: false,
55
56
  assets: true,