Skip to content

Commit 9c49867

Browse files
committed
chore: update transloadit parity baseline
1 parent dd56152 commit 9c49867

3 files changed

Lines changed: 57 additions & 17 deletions

File tree

docs/fingerprint/transloadit-baseline.json

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
{
22
"packageDir": "/home/kvz/code/node-sdk/packages/transloadit",
33
"tarball": {
4-
"filename": "transloadit-4.1.5.tgz",
5-
"sizeBytes": 1110724,
6-
"sha256": "b53bb14e80d27d4a682221c8fed137a19bd541dc65a71ab7758cf91485cb1a59"
4+
"filename": "transloadit-4.1.8.tgz",
5+
"sizeBytes": 1112838,
6+
"sha256": "bfc8ad5dffe86f3afdf356cec8a15d91b81b76f4578108bf5b9b492ebc80e4e2"
77
},
88
"packageJson": {
99
"name": "transloadit",
10-
"version": "4.1.5",
10+
"version": "4.1.8",
1111
"main": "./dist/Transloadit.js",
1212
"exports": {
1313
".": "./dist/Transloadit.js",
1414
"./package.json": "./package.json"
1515
},
16-
"files": ["dist", "src"]
16+
"files": [
17+
"dist",
18+
"src"
19+
]
1720
},
1821
"files": [
1922
{
@@ -76,6 +79,11 @@
7679
"sizeBytes": 30275,
7780
"sha256": "965681e5d34df579fa11b8903c8fdf2823636be5830e97ab751fe5a531cad608"
7881
},
82+
{
83+
"path": "dist/alphalib/types/assemblyUrls.js",
84+
"sizeBytes": 1831,
85+
"sha256": "71d8e308eee123a38185fb25f25e121081e5b979cead8cacaf77c65c326f311f"
86+
},
7987
{
8088
"path": "dist/alphalib/types/robots/audio-artwork.js",
8189
"sizeBytes": 3103,
@@ -613,8 +621,8 @@
613621
},
614622
{
615623
"path": "package.json",
616-
"sizeBytes": 2274,
617-
"sha256": "5a3b088f22c257b6c88425205c33cce5625af9c252fe63cd06263cae9ed92a7e"
624+
"sizeBytes": 2364,
625+
"sha256": "658e96e33fce1af551e6f2c9ea3803c5de0aed123122a9d827050e9ebfed5a2f"
618626
},
619627
{
620628
"path": "dist/alphalib/types/robots/_index.d.ts.map",
@@ -726,6 +734,16 @@
726734
"sizeBytes": 32930,
727735
"sha256": "12d13cf45eaffea8afb16faaf9eac3bb9b0385e11a63606cfcddcc7a5c89c090"
728736
},
737+
{
738+
"path": "dist/alphalib/types/assemblyUrls.d.ts.map",
739+
"sizeBytes": 1172,
740+
"sha256": "9bbc04a4b7c608b255f36d915cfea5cb703bd043a665d0a37866951e41ec999f"
741+
},
742+
{
743+
"path": "dist/alphalib/types/assemblyUrls.js.map",
744+
"sizeBytes": 2043,
745+
"sha256": "18ae21f0dd2e12dc59afa51dd7c3f04a0ed6a855aab2d24c55fd5e2b1078dfc2"
746+
},
729747
{
730748
"path": "dist/alphalib/types/robots/audio-artwork.d.ts.map",
731749
"sizeBytes": 3653,
@@ -1911,6 +1929,16 @@
19111929
"sizeBytes": 31951,
19121930
"sha256": "64f22e7547af8f406a7b4de333074bbbbe61ad4f2c3bb46ed076e682c466d5fa"
19131931
},
1932+
{
1933+
"path": "dist/alphalib/types/assemblyUrls.d.ts",
1934+
"sizeBytes": 1250,
1935+
"sha256": "07691dc7bb7f914725783f4184a12dadd152effc384a83a31d53220cee86e837"
1936+
},
1937+
{
1938+
"path": "src/alphalib/types/assemblyUrls.ts",
1939+
"sizeBytes": 2529,
1940+
"sha256": "f38573194d757413d689a427bd113033a620150b44f972d214ba194fa2399915"
1941+
},
19141942
{
19151943
"path": "dist/alphalib/types/robots/audio-artwork.d.ts",
19161944
"sizeBytes": 167655,

docs/fingerprint/transloadit-baseline.package.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
{
22
"name": "transloadit",
3-
"version": "4.1.5",
3+
"version": "4.1.8",
44
"description": "Node.js SDK for Transloadit",
55
"type": "module",
6-
"keywords": ["transloadit", "encoding", "transcoding", "video", "audio", "mp3"],
6+
"keywords": [
7+
"transloadit",
8+
"encoding",
9+
"transcoding",
10+
"video",
11+
"audio",
12+
"mp3"
13+
],
714
"author": "Tim Koschuetzki <tim@transloadit.com>",
815
"packageManager": "yarn@4.12.0",
916
"engines": {
@@ -56,17 +63,20 @@
5663
"lint:deps": "knip --dependencies --no-progress",
5764
"fix:deps": "knip --dependencies --no-progress --fix",
5865
"prepack": "node ../../scripts/prepare-transloadit.ts",
59-
"test:unit": "../../node_modules/.bin/vitest run --coverage ./test/unit",
60-
"test:e2e": "../../node_modules/.bin/vitest run ./test/e2e",
61-
"test": "../../node_modules/.bin/vitest run --coverage"
66+
"test:unit": "yarn --cwd ../.. tsc:utils && ../../node_modules/.bin/vitest run --coverage ./test/unit",
67+
"test:e2e": "yarn --cwd ../.. tsc:utils && ../../node_modules/.bin/vitest run ./test/e2e",
68+
"test": "yarn --cwd ../.. tsc:utils && ../../node_modules/.bin/vitest run --coverage"
6269
},
6370
"license": "MIT",
6471
"main": "./dist/Transloadit.js",
6572
"exports": {
6673
".": "./dist/Transloadit.js",
6774
"./package.json": "./package.json"
6875
},
69-
"files": ["dist", "src"],
76+
"files": [
77+
"dist",
78+
"src"
79+
],
7080
"bin": {
7181
"transloadit": "./dist/cli.js"
7282
}

packages/transloadit/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"lint:deps": "knip --dependencies --no-progress",
6464
"fix:deps": "knip --dependencies --no-progress --fix",
6565
"prepack": "node ../../scripts/prepare-transloadit.ts",
66-
"test:unit": "../../node_modules/.bin/vitest run --coverage ./test/unit",
67-
"test:e2e": "../../node_modules/.bin/vitest run ./test/e2e",
68-
"test": "../../node_modules/.bin/vitest run --coverage"
66+
"test:unit": "yarn --cwd ../.. tsc:utils && ../../node_modules/.bin/vitest run --coverage ./test/unit",
67+
"test:e2e": "yarn --cwd ../.. tsc:utils && ../../node_modules/.bin/vitest run ./test/e2e",
68+
"test": "yarn --cwd ../.. tsc:utils && ../../node_modules/.bin/vitest run --coverage"
6969
},
7070
"license": "MIT",
7171
"main": "./dist/Transloadit.js",
@@ -77,5 +77,7 @@
7777
"dist",
7878
"src"
7979
],
80-
"bin": "./dist/cli.js"
80+
"bin": {
81+
"transloadit": "./dist/cli.js"
82+
}
8183
}

0 commit comments

Comments
 (0)