aura-glass 3.4.6 → 3.4.7
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 +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -152,9 +152,24 @@ npx aura-glass doctor --json
|
|
|
152
152
|
- npm package: [npmjs.com/package/aura-glass](https://www.npmjs.com/package/aura-glass)
|
|
153
153
|
- Changelog: [CHANGELOG.md](./CHANGELOG.md)
|
|
154
154
|
- Installation guide: [INSTALLATION.md](./INSTALLATION.md)
|
|
155
|
+
- Documentation: [docs](./docs)
|
|
156
|
+
- Examples: [examples](./examples)
|
|
155
157
|
- Contributing guide: [CONTRIBUTING.md](./CONTRIBUTING.md)
|
|
158
|
+
- Security policy: [SECURITY.md](./SECURITY.md)
|
|
156
159
|
- Agent context: [llms.txt](./llms.txt)
|
|
157
160
|
|
|
161
|
+
## Contributing
|
|
162
|
+
|
|
163
|
+
Contributions should improve package reliability, developer adoption, visual quality, accessibility, SSR behavior, documentation, or release evidence without weakening the public package boundary. Read [CONTRIBUTING.md](./CONTRIBUTING.md) before opening a pull request.
|
|
164
|
+
|
|
165
|
+
## Security
|
|
166
|
+
|
|
167
|
+
Report vulnerabilities using the guidance in [SECURITY.md](./SECURITY.md). Security-sensitive changes should preserve package-only installs, avoid credential leakage, and keep provider-backed hosted runtime behavior opt-in.
|
|
168
|
+
|
|
169
|
+
## License
|
|
170
|
+
|
|
171
|
+
AuraGlass is released under the [MIT License](./LICENSE).
|
|
172
|
+
|
|
158
173
|
## Package-Only And Optional Hosted Runtime
|
|
159
174
|
|
|
160
175
|
The public npm package is the primary supported AuraGlass surface. Package-only apps install `aura-glass`, import components and CSS, and do not need AuraGlass API, WebSocket, Redis, OpenAI, Pinecone, Google Vision, Remove.bg, or Sentry infrastructure.
|
package/package.json
CHANGED