vite-react-ssg 0.8.7 → 0.8.8

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.
package/dist/node/cli.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { gray, bold, red, reset, underline } from 'kolorist';
2
2
  import yargs from 'yargs';
3
3
  import { hideBin } from 'yargs/helpers';
4
- import { b as build, d as dev } from '../shared/vite-react-ssg.DJ8C7Edx.mjs';
4
+ import { b as build, d as dev } from '../shared/vite-react-ssg.BFwZy9nw.mjs';
5
5
  import { Headers, Request, Response, fetch, FormData } from '@remix-run/web-fetch';
6
6
  import 'node:module';
7
7
  import 'node:path';
package/dist/node.mjs CHANGED
@@ -1,4 +1,4 @@
1
- export { b as build, d as dev } from './shared/vite-react-ssg.DJ8C7Edx.mjs';
1
+ export { b as build, d as dev } from './shared/vite-react-ssg.BFwZy9nw.mjs';
2
2
  import 'node:module';
3
3
  import 'node:path';
4
4
  import 'fs-extra';
@@ -356,7 +356,7 @@ class WritableAsPromise extends Writable {
356
356
  }
357
357
  }
358
358
 
359
- const version = "0.8.7";
359
+ const version = "0.8.8";
360
360
 
361
361
  function buildLog(text, count) {
362
362
  console.log(`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-react-ssg",
3
3
  "type": "module",
4
- "version": "0.8.7",
4
+ "version": "0.8.8",
5
5
  "packageManager": "pnpm@10.12.1",
6
6
  "description": "Static-site generation for React on Vite.",
7
7
  "author": "Riri <Daydreamerriri@outlook.com>",
@@ -83,7 +83,7 @@
83
83
  "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0",
84
84
  "react-router-dom": "^6.14.1",
85
85
  "styled-components": "^6.0.0",
86
- "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
86
+ "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
87
87
  },
88
88
  "peerDependenciesMeta": {
89
89
  "@tanstack/react-router": {
@@ -149,6 +149,10 @@
149
149
  "pnpm": {
150
150
  "overrides": {
151
151
  "@babel/traverse": "^7.27.4"
152
- }
152
+ },
153
+ "onlyBuiltDependencies": [
154
+ "@swc/core",
155
+ "esbuild"
156
+ ]
153
157
  }
154
158
  }