agents-config 1.1.1 → 1.1.2

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 +1 -1
package/README.md CHANGED
@@ -148,7 +148,7 @@ Implement Google Gemini API integration with:
148
148
  - Loading and streaming UI states
149
149
  - Attribution and safety requirements
150
150
 
151
- #### **`vercel-react-best-practices/`** (Optional via `npx add-skill vercel-labs/agent-skills`)
151
+ #### **`vercel-react-best-practices/`** (Optional)
152
152
  Performance optimization guidelines from Vercel Engineering. Covers 45+ rules across 8 categories:
153
153
  - Eliminating waterfalls (async patterns)
154
154
  - Bundle size optimization
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agents-config",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "A comprehensive knowledge base and skill library for building production-grade React applications with AI-powered tools and best practices.",
5
5
  "author": "Eric Thayer",
6
6
  "license": "MIT",