@b1-road/react 0.1.0-alpha.0 → 0.1.0-alpha.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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,11 +3,6 @@
3
3
  The official React toolkit for integrating with Road — components, hooks,
4
4
  and helpers for embedding Road IAM into platform apps.
5
5
 
6
- See [`docs/plans/done/03-road-react-package-plan.md`](../../../docs/plans/done/03-road-react-package-plan.md)
7
- for the predecessor plan (public API surface, hooks taxonomy, packaging)
8
- and [`docs/plans/10-react-cookie-mode-spec.md`](../../../docs/plans/10-react-cookie-mode-spec.md)
9
- for the cookie-mode default.
10
-
11
6
  ## Status
12
7
 
13
8
  First public alpha. Cookie mode is the default. Bearer mode remains
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b1-road/react",
3
- "version": "0.1.0-alpha.0",
3
+ "version": "0.1.0-alpha.1",
4
4
  "type": "module",
5
5
  "description": "Official React toolkit for integrating with Road — components, hooks, and helpers for embedding Road IAM into platform apps.",
6
6
  "main": "./dist/index.cjs",