@fvc/hooks 1.1.2-rc.0 → 1.1.2-rc.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 +1 -1
package/README.md CHANGED
@@ -186,7 +186,7 @@ it('generates a stable fvc-* id when no id is provided', () => {
186
186
  const initial = result.current;
187
187
  rerender();
188
188
  expect(result.current).toBe(initial);
189
- expect(result.current).toMatch(/^fvc-/);
189
+ expect(result.current).toMatch(/@fvc-/);
190
190
  });
191
191
 
192
192
  // useForceUpdate
@@ -213,4 +213,4 @@ Neither hook accesses `window`, `document`, or any browser API — both are safe
213
213
  bun run lint
214
214
  bun run type-check
215
215
  bun run test
216
- ```
216
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fvc/hooks",
3
- "version": "1.1.2-rc.0",
3
+ "version": "1.1.2-rc.1",
4
4
  "main": "./dist/lib/index.js",
5
5
  "types": "./dist/lib/hooks/src/index.d.ts",
6
6
  "files": [