@pnpm/pnpr 0.0.0-26060501 → 0.0.0-26060601

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 +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -41,7 +41,7 @@ pnpm config set registry http://127.0.0.1:4873/
41
41
  | `-c, --config <path>` | Path to a verdaccio-shaped YAML config. When omitted, the bundled default is used. |
42
42
  | `--listen <addr>` | Address to bind to. Defaults to `127.0.0.1:4873`. |
43
43
  | `--storage <path>` | Override the storage directory from the loaded config. |
44
- | `--cache <path>` | Override the disposable proxy-cache directory (the mirror of upstream registries plus the install-accelerator store). Defaults to a `.pnpr-cache` subdirectory of `--storage`. |
44
+ | `--cache <path>` | Override the disposable proxy-cache directory (the mirror of upstream registries plus the resolver cache). Defaults to a `.pnpr-cache` subdirectory of `--storage`. |
45
45
  | `--public-url <url>` | URL clients should use to reach the server, used when rewriting `dist.tarball` in served packuments. Defaults to `http://<listen>`. |
46
46
  | `--packument-ttl-secs <n>` | Seconds before a cached packument is considered stale and refetched. |
47
47
 
@@ -85,13 +85,13 @@ pnpr -c ./pnpr.yaml
85
85
  - **Hosted** — the source of truth: packages published to this server
86
86
  plus anything served in static mode. This lives under `storage`.
87
87
  - **Cache** — the disposable mirror of upstream registries plus the
88
- install-accelerator store. This lives under `cache` (defaults to
88
+ resolver cache. This lives under `cache` (defaults to
89
89
  `<storage>/.pnpr-cache`).
90
90
 
91
91
  By default both are local directories. Adding an `s3:` block moves the
92
92
  **hosted** store into an S3-compatible object store, so the durable data
93
93
  is replicated by the provider and can be shared by several stateless
94
- `pnpr` replicas. The cache and the install-accelerator databases always
94
+ `pnpr` replicas. The cache and the resolver databases always
95
95
  stay on local disk — only the hosted store is pluggable.
96
96
 
97
97
  Because any S3-compatible endpoint works, this also covers **Cloudflare
package/package.json CHANGED
@@ -21,14 +21,14 @@
21
21
  "bin/pnpr",
22
22
  "LICENSE.md"
23
23
  ],
24
- "version": "0.0.0-26060501",
24
+ "version": "0.0.0-26060601",
25
25
  "optionalDependencies": {
26
- "@pnpm/pnpr.win32-x64": "0.0.0-26060501",
27
- "@pnpm/pnpr.win32-arm64": "0.0.0-26060501",
28
- "@pnpm/pnpr.darwin-x64": "0.0.0-26060501",
29
- "@pnpm/pnpr.darwin-arm64": "0.0.0-26060501",
30
- "@pnpm/pnpr.linux-x64": "0.0.0-26060501",
31
- "@pnpm/pnpr.linux-arm64": "0.0.0-26060501"
26
+ "@pnpm/pnpr.win32-x64": "0.0.0-26060601",
27
+ "@pnpm/pnpr.win32-arm64": "0.0.0-26060601",
28
+ "@pnpm/pnpr.darwin-x64": "0.0.0-26060601",
29
+ "@pnpm/pnpr.darwin-arm64": "0.0.0-26060601",
30
+ "@pnpm/pnpr.linux-x64": "0.0.0-26060601",
31
+ "@pnpm/pnpr.linux-arm64": "0.0.0-26060601"
32
32
  },
33
33
  "bin": {
34
34
  "pnpr": "bin/pnpr"