@packall/core 0.4.0 → 0.4.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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,8 +49,8 @@ In practice, compose the program with an Effect layer that provides `Registry`,
|
|
|
49
49
|
`resolveLocked`, `bundleLocked`, input-file parsing, lockfile parsing, and manifest
|
|
50
50
|
helpers for applications that need more control than `bundle` provides.
|
|
51
51
|
|
|
52
|
-
See the [packall documentation](https://packall.
|
|
53
|
-
[`@packall/core` API reference](https://packall.
|
|
52
|
+
See the [packall documentation](https://packall.vercel.app/docs) and the
|
|
53
|
+
[`@packall/core` API reference](https://packall.vercel.app/docs/api/core) for the full
|
|
54
54
|
typed surface.
|
|
55
55
|
|
|
56
56
|
## License
|
package/package.json
CHANGED