@powerhousedao/registry 6.0.0-dev.107 → 6.0.0-dev.109

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 +15 -15
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -107,18 +107,18 @@ ph-registry --port 8080 --storage-dir ./storage --cdn-cache-dir ./cdn-cache
107
107
 
108
108
  Options:
109
109
 
110
- | Option | Env Variable | Default | Description |
111
- |---|---|---|---|
112
- | `--port` | `PORT` | `8080` | Port to listen on |
113
- | `--storage-dir` | `REGISTRY_STORAGE` | `./storage` | Verdaccio storage directory |
114
- | `--cdn-cache-dir` | `REGISTRY_CDN_CACHE` | `./cdn-cache` | CDN cache directory |
115
- | `--uplink` | `REGISTRY_UPLINK` | — | Upstream npm registry URL |
116
- | `--web-enabled` | `REGISTRY_WEB` | `true` | Enable Verdaccio web UI |
117
- | `--webhook` | `REGISTRY_WEBHOOKS` | — | Comma-separated webhook URLs to notify on publish |
118
- | `--s3-bucket` | `S3_BUCKET` | — | S3 bucket for storage |
119
- | `--s3-endpoint` | `S3_ENDPOINT` | — | S3 endpoint URL |
120
- | `--s3-region` | `S3_REGION` | — | S3 region |
121
- | `--s3-access-key-id` | `S3_ACCESS_KEY_ID` | — | S3 access key |
122
- | `--s3-secret-access-key` | `S3_SECRET_ACCESS_KEY` | — | S3 secret key |
123
- | `--s3-key-prefix` | `S3_KEY_PREFIX` | — | S3 key prefix |
124
- | `--s3-force-path-style` | `S3_FORCE_PATH_STYLE` | `true` | Force S3 path-style URLs |
110
+ | Option | Env Variable | Default | Description |
111
+ | ------------------------ | ---------------------- | ------------- | ------------------------------------------------- |
112
+ | `--port` | `PORT` | `8080` | Port to listen on |
113
+ | `--storage-dir` | `REGISTRY_STORAGE` | `./storage` | Verdaccio storage directory |
114
+ | `--cdn-cache-dir` | `REGISTRY_CDN_CACHE` | `./cdn-cache` | CDN cache directory |
115
+ | `--uplink` | `REGISTRY_UPLINK` | — | Upstream npm registry URL |
116
+ | `--web-enabled` | `REGISTRY_WEB` | `true` | Enable Verdaccio web UI |
117
+ | `--webhook` | `REGISTRY_WEBHOOKS` | — | Comma-separated webhook URLs to notify on publish |
118
+ | `--s3-bucket` | `S3_BUCKET` | — | S3 bucket for storage |
119
+ | `--s3-endpoint` | `S3_ENDPOINT` | — | S3 endpoint URL |
120
+ | `--s3-region` | `S3_REGION` | — | S3 region |
121
+ | `--s3-access-key-id` | `S3_ACCESS_KEY_ID` | — | S3 access key |
122
+ | `--s3-secret-access-key` | `S3_SECRET_ACCESS_KEY` | — | S3 secret key |
123
+ | `--s3-key-prefix` | `S3_KEY_PREFIX` | — | S3 key prefix |
124
+ | `--s3-force-path-style` | `S3_FORCE_PATH_STYLE` | `true` | Force S3 path-style URLs |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/registry",
3
- "version": "6.0.0-dev.107",
3
+ "version": "6.0.0-dev.109",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "tar": "^7.4.3",
25
25
  "verdaccio": "^6.1.1",
26
26
  "verdaccio-aws-s3-storage": "^10.4.0",
27
- "@powerhousedao/shared": "6.0.0-dev.107"
27
+ "@powerhousedao/shared": "6.0.0-dev.109"
28
28
  },
29
29
  "devDependencies": {
30
30
  "tsdown": "0.21.0",