@enterprisestandard/react 0.0.20 → 0.0.21-beta.20260725.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -86,5 +86,5 @@ option exists on `getCustomer`/`logout`/`logoutCustomer`.
86
86
 
87
87
  ## Docs
88
88
 
89
- See `site/public/llms-react.txt` for the full usage guide, and the root `README.md` for server-side
89
+ See `site/public/docs/llms-react.txt` for the full usage guide, and the root `README.md` for server-side
90
90
  setup that backs these components.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enterprisestandard/react",
3
- "version": "0.0.20",
3
+ "version": "0.0.21-beta.20260725.1",
4
4
  "description": "Enterprise Standard React Components",
5
5
  "private": false,
6
6
  "author": "enterprisestandard",
@@ -24,7 +24,7 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@enterprisestandard/core": "^0.0.20"
27
+ "@enterprisestandard/core": "0.0.21-beta.20260725.1"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "react": "^18.0.0 || ^19.0.0",