@nitida/sdk 0.20.0 → 0.20.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.
- package/package.json +16 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nitida/sdk",
|
|
3
|
-
"version": "0.20.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.20.1",
|
|
4
|
+
"description": "nitida — the media SDK: browser and mobile upload with resume, client-side compression, on-the-fly transforms behind a CDN, video transcode, HLS ladders and AI proxies. Multi-tenant.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
@@ -9,10 +9,10 @@
|
|
|
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/sdk"
|
|
14
14
|
},
|
|
15
|
-
"homepage": "https://
|
|
15
|
+
"homepage": "https://nitida.gofuture.space",
|
|
16
16
|
"bugs": {
|
|
17
17
|
"url": "https://github.com/espaciofuturoio/aquienpz/issues"
|
|
18
18
|
},
|
|
@@ -111,12 +111,19 @@
|
|
|
111
111
|
"@aquienpz/asset-uploader-expo": "workspace:*"
|
|
112
112
|
},
|
|
113
113
|
"keywords": [
|
|
114
|
-
"
|
|
115
|
-
"
|
|
114
|
+
"media",
|
|
115
|
+
"upload",
|
|
116
|
+
"image",
|
|
117
|
+
"video",
|
|
118
|
+
"hls",
|
|
116
119
|
"cdn",
|
|
117
|
-
"
|
|
120
|
+
"transform",
|
|
121
|
+
"compression",
|
|
122
|
+
"webp",
|
|
123
|
+
"heic",
|
|
124
|
+
"resumable",
|
|
125
|
+
"multipart",
|
|
118
126
|
"multi-tenant",
|
|
119
|
-
"
|
|
120
|
-
"cloudflare"
|
|
127
|
+
"nitida"
|
|
121
128
|
]
|
|
122
129
|
}
|