@quatrain/worker 1.1.44 → 1.1.46

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,45 +1,45 @@
1
1
  {
2
- "name": "@quatrain/worker",
3
- "version": "1.1.44",
4
- "description": "Container Worker helpers",
5
- "main": "lib/index.js",
6
- "types": "lib/index.d.ts",
7
- "bun": "src/index.ts",
8
- "files": [
9
- "LICENSE.md",
10
- "src/",
11
- "lib/",
12
- "README.md"
13
- ],
14
- "author": "Quatrain Développement SAS <developers@quatrain.com>",
15
- "license": "AGPL-3.0-only",
16
- "devDependencies": {
17
- "@tsconfig/recommended": "^1.0.1",
18
- "@types/fluent-ffmpeg": "^2",
19
- "@types/fs-extra": "^11.0.4",
20
- "@types/jest": "^27.0.3",
21
- "@types/node": "^22.9.0",
22
- "@types/object-hash": "^3.0.6",
23
- "jest": "^30.2.0",
24
- "jest-node-exports-resolver": "^1.1.6",
25
- "trace-unhandled": "^2.0.1",
26
- "ts-jest": "^27.1.2",
27
- "ts-node": "^10.4.0",
28
- "typescript": "^5.1.5"
29
- },
30
- "dependencies": {
31
- "@quatrain/core": "^1.1.43",
32
- "@quatrain/queue": "^1.1.21",
33
- "@quatrain/storage": "^1.1.24",
34
- "axios": "^1.7.7",
35
- "fluent-ffmpeg": "^2.1.2",
36
- "fs-extra": "^11.2.0",
37
- "node-fetch-native": "^1.6.4"
38
- },
39
- "scripts": {
40
- "test-ci": "jest --runInBand",
41
- "build": "tsc",
42
- "wbuild": "tsc --watch",
43
- "bump-to": "yarn version"
44
- }
45
- }
2
+ "name": "@quatrain/worker",
3
+ "version": "1.1.46",
4
+ "description": "Container Worker helpers",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "bun": "src/index.ts",
8
+ "files": [
9
+ "LICENSE.md",
10
+ "src/",
11
+ "dist/",
12
+ "README.md"
13
+ ],
14
+ "author": "Quatrain Développement SAS <developers@quatrain.com>",
15
+ "license": "AGPL-3.0-only",
16
+ "devDependencies": {
17
+ "@tsconfig/recommended": "^1.0.1",
18
+ "@types/fluent-ffmpeg": "^2",
19
+ "@types/fs-extra": "^11.0.4",
20
+ "@types/jest": "^27.0.3",
21
+ "@types/node": "^22.9.0",
22
+ "@types/object-hash": "^3.0.6",
23
+ "jest": "^30.2.0",
24
+ "jest-node-exports-resolver": "^1.1.6",
25
+ "trace-unhandled": "^2.0.1",
26
+ "ts-jest": "^27.1.2",
27
+ "ts-node": "^10.4.0",
28
+ "typescript": "^5.1.5"
29
+ },
30
+ "dependencies": {
31
+ "@quatrain/core": "^1.1.45",
32
+ "@quatrain/queue": "^1.1.23",
33
+ "@quatrain/storage": "^1.1.25",
34
+ "axios": "^1.7.7",
35
+ "fluent-ffmpeg": "^2.1.2",
36
+ "fs-extra": "^11.2.0",
37
+ "node-fetch-native": "^1.6.4"
38
+ },
39
+ "scripts": {
40
+ "test-ci": "jest --runInBand",
41
+ "build": "tsc",
42
+ "wbuild": "tsc --watch",
43
+ "bump-to": "yarn version"
44
+ }
45
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes