@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.
Files changed (2) hide show
  1. package/README.md +2 -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.localhost/docs) and the
53
- [`@packall/core` API reference](https://packall.localhost/docs/api/core) for the full
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@packall/core",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Registry-agnostic engine for bundling npm packages and their full dependency closure for offline import.",
5
5
  "homepage": "https://packall.vercel.app",
6
6
  "bugs": {