@nitida/asset-client 0.16.3 → 0.16.4
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/AGENTS.md +7 -3
- package/package.json +5 -2
package/AGENTS.md
CHANGED
|
@@ -42,6 +42,10 @@ token that stays in the vocabulary**, so a naive test also reads its `m` as `md`
|
|
|
42
42
|
|
|
43
43
|
The API this client's URLs belong to is `https://api.nitida.gofuture.space`. An older, longer
|
|
44
44
|
endpoint you may have been given is the *same service* under a generated name and keeps working
|
|
45
|
-
indefinitely — the branded host is additive, not a migration. The CDN host stays `8ok.uk`,
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
indefinitely — the branded host is additive, not a migration. The CDN host stays `8ok.uk`, which
|
|
46
|
+
was never renamed.
|
|
47
|
+
|
|
48
|
+
⚠️ `@aquienpz/asset-client` still exists on npm but is **frozen at 0.14.2 (2026-07-18)**. It
|
|
49
|
+
predates `oext`, the `variants` array, and a `hasPreset` that does not claim an `original` the
|
|
50
|
+
asset does not have. Install `@nitida/asset-client`. The `@aquienpz/tenant-config` and
|
|
51
|
+
`@aquienpz/asset-uploader-*` packages are internal and are not on npm at all.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nitida/asset-client",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.4",
|
|
4
4
|
"description": "nitida URL builders — construct image, video and HLS URLs for the nitida CDN. No network, no key, no config beyond a tenant id.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -57,5 +57,8 @@
|
|
|
57
57
|
"transform",
|
|
58
58
|
"nitida"
|
|
59
59
|
],
|
|
60
|
-
"homepage": "https://nitida.gofuture.space"
|
|
60
|
+
"homepage": "https://nitida.gofuture.space",
|
|
61
|
+
"bugs": {
|
|
62
|
+
"url": "https://nitida.gofuture.space/guides/troubleshooting/"
|
|
63
|
+
}
|
|
61
64
|
}
|