From 09385eee82274fe49268b39685904ae4c602a5b0 Mon Sep 17 00:00:00 2001 From: allan Date: Mon, 24 Jun 2024 17:03:09 +0200 Subject: [PATCH 1/2] upgrade version v1.0.2 --- lib/tangram.ts | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/tangram.ts b/lib/tangram.ts index 4fe142f..7a3a097 100644 --- a/lib/tangram.ts +++ b/lib/tangram.ts @@ -1,5 +1,5 @@ /* - * v1.0.1 + * v1.0.2 * Author: Allan Nava (allan.nava@hiway.media) * Author: Antonio Borgese (antonio.borgese@hiway.media) * ----- diff --git a/package-lock.json b/package-lock.json index 75b3198..9f83af7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "compress-nodejs", - "version": "0.5.04", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "compress-nodejs", - "version": "0.5.04", + "version": "1.0.2", "license": "MIT", "dependencies": { "microbundle": "^0.15.1" diff --git a/package.json b/package.json index 57e8910..27baedb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "compress-nodejs", "private": false, - "version": "1.0.1", + "version": "1.0.2", "description": "The Compress NodeJS library provides access to the Compress API for encoding videos, restreamers", "main": "dist/compress.js", "module": "dist/compress.module.js", From 058cc980a9c888f2701ef05f3d4290646cd42156 Mon Sep 17 00:00:00 2001 From: Antonio Date: Fri, 11 Oct 2024 16:11:01 +0200 Subject: [PATCH 2/2] Different error during upload; new version --- .gitignore | 1 + lib/tangram.ts | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c6bba59..0a6fee1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* +.DS_Store # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json diff --git a/lib/tangram.ts b/lib/tangram.ts index 7a3a097..3bbb8eb 100644 --- a/lib/tangram.ts +++ b/lib/tangram.ts @@ -205,7 +205,7 @@ class TangramClient { return { "response": "KO", - "message": "failed to upload to s3" + "message": e } } } diff --git a/package.json b/package.json index 27baedb..6bd62bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "compress-nodejs", "private": false, - "version": "1.0.2", + "version": "1.0.3", "description": "The Compress NodeJS library provides access to the Compress API for encoding videos, restreamers", "main": "dist/compress.js", "module": "dist/compress.module.js",