@roots/bud-compiler 2023.10.20-8 → 2023.10.21-7

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.
@@ -120,7 +120,6 @@ class Compiler extends Service {
120
120
  throw error;
121
121
  });
122
122
  this.logger.timeEnd(`initialize`);
123
- this.app.dashboard.updateStatus(`compiling`);
124
123
  try {
125
124
  this.instance = this.implementation(this.config);
126
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roots/bud-compiler",
3
- "version": "2023.10.20-8",
3
+ "version": "2023.10.21-7",
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": "2023.10.20-8",
68
+ "@roots/bud-api": "2023.10.21-7",
69
69
  "@skypack/package-check": "0.2.2",
70
70
  "@types/node": "18.18.4",
71
71
  "@types/react": "18.2.25"
72
72
  },
73
73
  "dependencies": {
74
- "@roots/bud-dashboard": "2023.10.20-8",
75
- "@roots/bud-framework": "2023.10.20-8",
76
- "@roots/bud-support": "2023.10.20-8",
74
+ "@roots/bud-dashboard": "2023.10.21-7",
75
+ "@roots/bud-framework": "2023.10.21-7",
76
+ "@roots/bud-support": "2023.10.21-7",
77
77
  "react": "18.2.0",
78
78
  "tslib": "2.6.2"
79
79
  },
@@ -177,7 +177,6 @@ class Compiler extends Service implements BudCompiler {
177
177
  })
178
178
 
179
179
  this.logger.timeEnd(`initialize`)
180
- this.app.dashboard.updateStatus(`compiling`)
181
180
 
182
181
  try {
183
182
  this.instance = this.implementation(this.config)