@roots/bud-compiler 2023.8.25-195 → 2023.8.30-529

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.
@@ -1,5 +1,5 @@
1
1
  import { __decorate } from "tslib";
2
- import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { jsx as _jsx } from "@roots/bud-support/jsx-runtime";
3
3
  import { cpus } from 'node:os';
4
4
  import process from 'node:process';
5
5
  import { pathToFileURL } from 'node:url';
@@ -242,6 +242,5 @@ const statsOptions = {
242
242
  warnings: true,
243
243
  warningsCount: true,
244
244
  },
245
- name: true,
246
245
  };
247
246
  export { Compiler as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roots/bud-compiler",
3
- "version": "2023.8.25-195",
3
+ "version": "2023.8.30-529",
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.8.25-195",
68
+ "@roots/bud-api": "2023.8.30-529",
69
69
  "@skypack/package-check": "0.2.2",
70
70
  "@types/node": "18.17.9",
71
71
  "@types/react": "18.2.21"
72
72
  },
73
73
  "dependencies": {
74
- "@roots/bud-dashboard": "2023.8.25-195",
75
- "@roots/bud-framework": "2023.8.25-195",
76
- "@roots/bud-support": "2023.8.25-195",
74
+ "@roots/bud-dashboard": "2023.8.30-529",
75
+ "@roots/bud-framework": "2023.8.30-529",
76
+ "@roots/bud-support": "2023.8.30-529",
77
77
  "react": "18.2.0",
78
78
  "tslib": "2.6.2"
79
79
  },
@@ -306,7 +306,6 @@ const statsOptions = {
306
306
  warnings: true,
307
307
  warningsCount: true,
308
308
  },
309
- name: true,
310
309
  }
311
310
 
312
311
  export {Compiler as default}