featuredrop 2.7.0 → 2.7.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/context7.json +3 -3
  2. package/package.json +1 -1
package/context7.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "$schema": "https://context7.com/schema/context7.json",
3
3
  "projectTitle": "FeatureDrop",
4
4
  "description": "Open-source product adoption toolkit — changelogs, badges, tours, checklists, hotspots, feedback widgets, surveys. Zero dependencies, < 3 kB core, 8 framework adapters, 12 storage adapters. Free Beamer/Pendo alternative.",
5
- "folders": ["apps/docs/content", "skills"],
6
- "excludeFolders": ["node_modules", "dist", "coverage", ".git", "examples", "docs-local"],
7
- "excludeFiles": ["CHANGELOG.md", "CODE_OF_CONDUCT.md"],
5
+ "folders": ["apps/docs/pages/docs", "skills", "README.md"],
6
+ "excludeFolders": ["node_modules", "dist", "coverage", ".git", "examples", "docs-local", ".claude"],
7
+ "excludeFiles": ["CHANGELOG.md", "CODE_OF_CONDUCT.md", "_app.tsx", "_meta.json"],
8
8
  "rules": [
9
9
  "Always use subpath imports: featuredrop/react, featuredrop/react/hooks, featuredrop/adapters",
10
10
  "Prefer hooks from featuredrop/react/hooks for custom design systems (shadcn, Radix, etc.)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "featuredrop",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "Lightweight feature discovery system. Show 'New' badges that auto-expire.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",