@blakearoberts/visage 0.0.1-rc.0 → 0.0.1-rc.1

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/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -122,7 +122,6 @@ Do not treat the managed Dex and OAuth2 Proxy defaults as production auth infras
122
122
 
123
123
  ## TO-DO
124
124
 
125
- - [ ] Promote a stable release.
126
125
  - [ ] Support configuring [Dex connectors](https://dexidp.io/docs/connectors/).
127
126
  - [ ] Support configuring Dex on a distinct subdomain, such as `auth.local.vite.app`.
128
127
  - [ ] Support optional [HTTP mode without local TLS](docs/tls-http-mode.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blakearoberts/visage",
3
- "version": "0.0.1-rc.0",
3
+ "version": "0.0.1-rc.1",
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",