@blakearoberts/visage 0.0.5-rc.8 → 0.0.5-rc.9

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1074,7 +1074,7 @@ function visage(options = {}) {
1074
1074
  server: {
1075
1075
  // Configure Vite to only allow traffic from the intended host.
1076
1076
  allowedHosts: [resolvedOptions.host],
1077
- hmr: {
1077
+ ws: {
1078
1078
  protocol: 'wss',
1079
1079
  host: resolvedOptions.host,
1080
1080
  clientPort: resolvedOptions.port,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blakearoberts/visage",
3
- "version": "0.0.5-rc.8",
3
+ "version": "0.0.5-rc.9",
4
4
  "description": "Vite plugin for local development with HMR and OIDC session cookie lifecycle semantics.",
5
5
  "type": "module",
6
6
  "author": "Blake Roberts",