orator-conversion 1.0.11 → 1.0.12

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orator-conversion",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "File format conversion endpoints for Orator service servers.",
5
5
  "main": "source/Orator-File-Translation.js",
6
6
  "scripts": {
@@ -97,15 +97,15 @@
97
97
  },
98
98
  "dependencies": {
99
99
  "fable-serviceproviderbase": "^3.0.19",
100
- "sharp": "^0.34.5",
101
- "ultravisor-beacon": "^0.0.9",
100
+ "retold-sharp": "^0.0.2",
101
+ "ultravisor-beacon": "^0.0.13",
102
102
  "ws": "^8.20.0"
103
103
  },
104
104
  "devDependencies": {
105
- "fable": "^3.1.67",
106
- "orator": "^6.0.4",
105
+ "fable": "^3.1.71",
106
+ "orator": "^6.1.0",
107
107
  "orator-serviceserver-restify": "^2.0.10",
108
108
  "pict-docuserve": "^0.1.5",
109
- "quackage": "^1.1.0"
109
+ "quackage": "^1.1.3"
110
110
  }
111
111
  }
@@ -14,7 +14,7 @@
14
14
  * - Audio segment extraction and waveform generation via ffmpeg
15
15
  */
16
16
 
17
- const libSharp = require('sharp');
17
+ const libSharp = require('retold-sharp');
18
18
  const libChildProcess = require('child_process');
19
19
  const libFS = require('fs');
20
20
  const libPath = require('path');
@@ -1,6 +1,6 @@
1
1
  const libFableServiceProviderBase = require('fable-serviceproviderbase');
2
2
 
3
- const libSharp = require('sharp');
3
+ const libSharp = require('retold-sharp');
4
4
  const libChildProcess = require('child_process');
5
5
  const libFS = require('fs');
6
6
  const libPath = require('path');
@@ -1,6 +1,6 @@
1
1
  const libFableServiceProviderBase = require('fable-serviceproviderbase');
2
2
 
3
- const libSharp = require('sharp');
3
+ const libSharp = require('retold-sharp');
4
4
 
5
5
  class EndpointImageJpgToPng extends libFableServiceProviderBase
6
6
  {
@@ -1,6 +1,6 @@
1
1
  const libFableServiceProviderBase = require('fable-serviceproviderbase');
2
2
 
3
- const libSharp = require('sharp');
3
+ const libSharp = require('retold-sharp');
4
4
 
5
5
  class EndpointImagePngToJpg extends libFableServiceProviderBase
6
6
  {
@@ -9,7 +9,7 @@
9
9
  const Chai = require("chai");
10
10
  const Expect = Chai.expect;
11
11
 
12
- const libSharp = require('sharp');
12
+ const libSharp = require('retold-sharp');
13
13
 
14
14
  const libConversionCore = require('../source/Conversion-Core.js');
15
15
 
@@ -16,7 +16,7 @@ const libOrator = require('orator');
16
16
  const libOratorServiceServerRestify = require('orator-serviceserver-restify');
17
17
  const libOratorFileTranslation = require('../source/Orator-File-Translation.js');
18
18
 
19
- const libSharp = require('sharp');
19
+ const libSharp = require('retold-sharp');
20
20
 
21
21
  const defaultFableSettings = (
22
22
  {