@shaztech/video-pipeline 1.0.2 → 1.0.3

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/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # video-pipeline
2
2
 
3
+ [![CI](https://github.com/shaztechio/video-pipeline/actions/workflows/ci.yml/badge.svg)](https://github.com/shaztechio/video-pipeline/actions/workflows/ci.yml)
4
+ [![npm](https://img.shields.io/npm/v/@shaztech/video-pipeline)](https://www.npmjs.com/package/@shaztech/video-pipeline)
5
+
3
6
  ![video-pipeline editor](screenshot.png)
4
7
 
5
8
  A visual node-based pipeline tool for composing video processing workflows using [`video-cutter`](https://github.com/shaztechio/video-cutter) and [`video-stitcher`](https://github.com/shaztechio/video-stitcher).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shaztech/video-pipeline",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Visual node-based video processing pipeline CLI",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -19,7 +19,8 @@
19
19
  "files": [
20
20
  "bin.js",
21
21
  "src/",
22
- "dist/"
22
+ "dist/",
23
+ "screenshot.png"
23
24
  ],
24
25
  "engines": {
25
26
  "node": ">=20.0.0"
@@ -42,8 +43,8 @@
42
43
  "access": "public"
43
44
  },
44
45
  "scripts": {
45
- "prepack": "cp ../../README.md ./README.md",
46
- "postpack": "rm -f ./README.md",
46
+ "prepack": "cp ../../README.md ./README.md && cp ../../screenshot.png ./screenshot.png",
47
+ "postpack": "rm -f ./README.md ./screenshot.png",
47
48
  "test": "vitest run --coverage"
48
49
  },
49
50
  "devDependencies": {
package/screenshot.png ADDED
Binary file