fi-edback 0.2.0 → 0.2.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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -76,7 +76,7 @@ Scope `NEXT_PUBLIC_*` vars to **Preview** only so the widget never appears in pr
76
76
 
77
77
  ### Per-project checklist
78
78
 
79
- - [ ] `npm i github:studiofi/fi-edback`
79
+ - [ ] `npm i github:Tuffisoft/fi-edback`
80
80
  - [ ] Create `app/api/fi-edback/route.ts`
81
81
  - [ ] Add `<FeedbackRoot />` to root layout
82
82
  - [ ] Set `DATABASE_URL` on Vercel (all scopes)
@@ -120,7 +120,7 @@ npm run dev # opens on localhost:3000
120
120
  ```bash
121
121
  npm update fi-edback
122
122
  # or pin a specific commit:
123
- npm i github:studiofi/fi-edback#<commit-sha>
123
+ npm i github:Tuffisoft/fi-edback#<commit-sha>
124
124
  ```
125
125
 
126
126
  After upgrading, rebuild if you've modified source:
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "fi-edback",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Reusable visual feedback widget for Next.js Vercel preview deployments",
5
5
  "author": "Studio Fi<fi@studio-fi.com>",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/studiofi/fi-edback.git"
8
+ "url": "https://github.com/Tuffisoft/fi-edback.git"
9
9
  },
10
10
  "keywords": [
11
11
  "nextjs",