@editframe/assets 0.8.0-beta.4 → 0.8.0-beta.7
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/dist/EncodedAsset.d.ts +0 -1
- package/dist/VideoRenderOptions.d.ts +0 -1
- package/dist/idempotentTask.d.ts +0 -1
- package/dist/md5.d.ts +0 -1
- package/dist/mp4FileWritable.d.ts +0 -1
- package/dist/tasks/generateTrack.d.ts +0 -1
- package/dist/tasks/generateTrackFragmentIndex.d.ts +0 -1
- package/package.json +3 -3
package/dist/EncodedAsset.d.ts
CHANGED
package/dist/idempotentTask.d.ts
CHANGED
package/dist/md5.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ReadStream } from 'node:fs';
|
|
2
2
|
import { Ora } from 'ora';
|
|
3
|
-
|
|
4
3
|
export declare function md5Directory(directory: string, spinner?: Ora): Promise<string>;
|
|
5
4
|
export declare function md5FilePath(filePath: string): Promise<string>;
|
|
6
5
|
export declare function md5ReadStream(readStream: ReadStream): Promise<string>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PassThrough } from 'node:stream';
|
|
2
|
-
|
|
3
2
|
export declare const generateTrackFromPath: (absolutePath: string, trackId: number) => Promise<PassThrough>;
|
|
4
3
|
export declare const generateTrackTask: (rootDir: string, absolutePath: string, trackId: number) => Promise<import('../idempotentTask.ts').TaskResult>;
|
|
5
4
|
export declare const generateTrack: (cacheRoot: string, absolutePath: string, url: string) => Promise<import('../idempotentTask.ts').TaskResult>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { TrackFragmentIndex } from '../Probe.ts';
|
|
2
|
-
|
|
3
2
|
export declare const generateTrackFragmentIndexFromPath: (absolutePath: string) => Promise<Record<number, TrackFragmentIndex>>;
|
|
4
3
|
export declare const generateTrackFragmentIndex: (cacheRoot: string, absolutePath: string) => Promise<import('../idempotentTask.ts').TaskResult>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@editframe/assets",
|
|
3
|
-
"version": "0.8.0-beta.
|
|
3
|
+
"version": "0.8.0-beta.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"ora": "^8.0.1",
|
|
36
36
|
"rollup-plugin-tsconfig-paths": "^1.5.2",
|
|
37
37
|
"typescript": "^5.5.4",
|
|
38
|
-
"vite-plugin-dts": "^
|
|
38
|
+
"vite-plugin-dts": "^4.0.3",
|
|
39
39
|
"vite-tsconfig-paths": "^4.3.2"
|
|
40
40
|
}
|
|
41
|
-
}
|
|
41
|
+
}
|