@verygoodffmpeg/sdk 1.0.0 → 1.0.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/README.md +1 -1
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ TypeScript SDK for the Very Good FFmpeg API — run FFmpeg jobs in the cloud.
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@verygoodffmpeg/sdk)
|
|
6
6
|
|
|
7
|
-
[Homepage](https://verygoodffmpeg.com) · [API Docs](https://verygoodffmpeg.com/docs)
|
|
7
|
+
[Homepage](https://verygoodffmpeg.com) · [API Docs](https://verygoodffmpeg.com/docs) · [GitHub](https://github.com/verygoodffmpeg/Very-Good-FFmpeg-Typescript-SDK)
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verygoodffmpeg/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "TypeScript SDK for the Very Good FFmpeg API",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/verygoodffmpeg/Very-Good-FFmpeg-Typescript-SDK.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/verygoodffmpeg/Very-Good-FFmpeg-Typescript-SDK#readme",
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/verygoodffmpeg/Very-Good-FFmpeg-Typescript-SDK/issues"
|
|
12
|
+
},
|
|
5
13
|
"type": "module",
|
|
6
14
|
"main": "./dist/index.cjs",
|
|
7
15
|
"module": "./dist/index.js",
|