@bgub/fig-refresh 0.1.0-alpha.0 → 0.1.0-alpha.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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,7 +9,7 @@ This package is wiring, not an API you call from application code: build
9
9
  tooling (such as `@bgub/fig-vite`) injects `register`/`setSignature` calls
10
10
  into transformed modules and drives `performRefresh` on hot updates.
11
11
 
12
- See the repository's `concepts/` directory for the underlying contracts.
12
+ See the repository's `docs/concepts/` directory for the underlying contracts.
13
13
 
14
14
  ## Installation
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bgub/fig-refresh",
3
- "version": "0.1.0-alpha.0",
3
+ "version": "0.1.0-alpha.1",
4
4
  "description": "Fig Fast Refresh runtime (HMR)",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/bgub/fig",
@@ -32,10 +32,10 @@
32
32
  "access": "public"
33
33
  },
34
34
  "peerDependencies": {
35
- "@bgub/fig-reconciler": "0.1.0-alpha.0"
35
+ "@bgub/fig-reconciler": "0.1.0-alpha.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@bgub/fig-reconciler": "0.1.0-alpha.0"
38
+ "@bgub/fig-reconciler": "0.1.0-alpha.1"
39
39
  },
40
40
  "engines": {
41
41
  "node": "^20.19.0 || >=22.12.0"