vite-react-ssg 0.8.5 → 0.8.6

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/README.md CHANGED
@@ -10,6 +10,7 @@ and [`wouter`](https://github.com/molefrog/wouter) is in progress!**
10
10
  Support for the [`@tanstack/router`](https://tanstack.com/router/latest/docs/framework/react/overview) router is still experimental, and `pathname.lazy.tsx routes` are not yet supported.
11
11
  For usage examples, see: [`main`/examples/tanstack/src/main.tsx](https://github.com/Daydreamer-riri/vite-react-ssg/blob/main/examples/tanstack/src/main.tsx)
12
12
 
13
+ [![Mentioned in Vite Awesome](https://awesome.re/mentioned-badge.svg)](https://github.com/vitejs/awesome-vite)
13
14
  [![NPM version](https://img.shields.io/npm/v/vite-react-ssg?color=a1b858&label=)](https://www.npmjs.com/package/vite-react-ssg)
14
15
 
15
16
  ## Table of contents
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.EDckwhJo.mjs';
4
+ import { b as build, d as dev } from '../shared/vite-react-ssg._Fe7_xAQ.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.EDckwhJo.mjs';
1
+ export { b as build, d as dev } from './shared/vite-react-ssg._Fe7_xAQ.mjs';
2
2
  import 'node:module';
3
3
  import 'node:path';
4
4
  import 'fs-extra';
@@ -357,7 +357,7 @@ class WritableAsPromise extends Writable {
357
357
  }
358
358
  }
359
359
 
360
- const version = "0.8.5";
360
+ const version = "0.8.6";
361
361
 
362
362
  function buildLog(text, count) {
363
363
  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.5",
4
+ "version": "0.8.6",
5
5
  "packageManager": "pnpm@10.5.0",
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"
86
+ "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
87
87
  },
88
88
  "peerDependenciesMeta": {
89
89
  "@tanstack/react-router": {