@nitida/asset-client 0.14.2 → 0.14.3

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 (1) hide show
  1. package/package.json +16 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nitida/asset-client",
3
- "version": "0.14.2",
4
- "description": "Read helpers + URL builders + slot resolver for the @aquienpz asset platform.",
3
+ "version": "0.14.3",
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": {
7
7
  "access": "public",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/espaciofuturoio/aquienpz.git",
12
+ "url": "git+https://github.com/espaciofuturoio/aquienpz.git",
13
13
  "directory": "packages/asset-client"
14
14
  },
15
15
  "license": "UNLICENSED",
@@ -45,5 +45,17 @@
45
45
  "devDependencies": {
46
46
  "tsup": "^8.5.1",
47
47
  "typescript": "^6.0.3"
48
- }
48
+ },
49
+ "keywords": [
50
+ "media",
51
+ "cdn",
52
+ "url",
53
+ "image",
54
+ "video",
55
+ "hls",
56
+ "srcset",
57
+ "transform",
58
+ "nitida"
59
+ ],
60
+ "homepage": "https://nitida.gofuture.space"
49
61
  }