@michijs/dev-server 0.8.7-beta.6 → 0.8.7-beta.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.
@@ -100,6 +100,7 @@ declare const config: {
100
100
  jsxSideEffects?: boolean;
101
101
  pure?: string[];
102
102
  keepNames: boolean;
103
+ absPaths?: import("esbuild").AbsPaths[];
103
104
  color?: boolean;
104
105
  logLevel: import("esbuild").LogLevel;
105
106
  logLimit?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@michijs/dev-server",
3
3
  "license": "MIT",
4
- "version": "0.8.7-beta.6",
4
+ "version": "0.8.7-beta.7",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/michijs/dev-server.git"
@@ -55,7 +55,7 @@
55
55
  "dependencies": {
56
56
  "colorthief": "2.6.0",
57
57
  "@types/web-app-manifest": "1.0.9",
58
- "esbuild": "0.25.6",
58
+ "esbuild": "0.25.8",
59
59
  "node-watch": "0.7.4",
60
60
  "open": "10.2.0",
61
61
  "playwright-core": "1.54.1",