@voidzero-dev/vite-plus-test 0.0.2-gd8fe16bf.20260302-1535 → 0.1.0

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.
@@ -6583,10 +6583,9 @@ class Logger {
6583
6583
  this.console.error();
6584
6584
  }
6585
6585
  printBanner() {
6586
- this.log();
6587
- const color = this.ctx.config.watch ? "blue" : "cyan";
6588
6586
  const mode = this.ctx.config.watch ? "DEV" : "RUN";
6589
- this.log(withLabel(color, mode, `v${this.ctx.version} `) + c.gray(this.ctx.config.root));
6587
+ const label = c.bold(c.inverse(c.blue(` ${mode} `)));
6588
+ this.log(`${label} ${c.gray(this.ctx.config.root)}`);
6590
6589
  if (this.ctx.config.sequence.sequencer === RandomSequencer) this.log(PAD + c.gray(`Running tests with seed "${this.ctx.config.sequence.seed}"`));
6591
6590
  if (this.ctx.config.ui) {
6592
6591
  const host = this.ctx.config.api?.host || "localhost";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voidzero-dev/vite-plus-test",
3
- "version": "0.0.2-gd8fe16bf.20260302-1535",
3
+ "version": "0.1.0",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "*.cjs",
@@ -266,7 +266,7 @@
266
266
  "tinyexec": "^1.0.2",
267
267
  "tinyglobby": "^0.2.15",
268
268
  "ws": "^8.18.3",
269
- "@voidzero-dev/vite-plus-core": "0.0.2-gd8fe16bf.20260302-1535"
269
+ "@voidzero-dev/vite-plus-core": "0.1.0"
270
270
  },
271
271
  "devDependencies": {
272
272
  "@oxc-node/cli": "^0.0.35",
@@ -287,7 +287,7 @@
287
287
  "expect-type": "^1.2.2",
288
288
  "magic-string": "^0.30.21",
289
289
  "oxc-parser": "=0.115.0",
290
- "oxfmt": "^0.35.0",
290
+ "oxfmt": "^0.36.0",
291
291
  "pathe": "^2.0.3",
292
292
  "picomatch": "^4.0.3",
293
293
  "rolldown-plugin-dts": "^0.22.0",