@remotion/streaming 4.0.299 → 4.0.301

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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @remotion/streaming@4.0.299 make /Users/jonathanburger/remotion/packages/streaming
3
+ > @remotion/streaming@4.0.301 make /Users/jonathanburger/remotion/packages/streaming
4
4
  > tsc -d
5
5
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/streaming"
4
4
  },
5
5
  "name": "@remotion/streaming",
6
- "version": "4.0.299",
6
+ "version": "4.0.301",
7
7
  "description": "Utilities for streaming data between programs",
8
8
  "main": "dist",
9
9
  "sideEffects": false,
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "eslint": "9.19.0",
21
- "@remotion/eslint-config-internal": "4.0.299"
21
+ "@remotion/eslint-config-internal": "4.0.301"
22
22
  },
23
23
  "exports": {
24
24
  ".": "./dist/index.js",
@@ -1,18 +0,0 @@
1
-
2
- 
3
- > @remotion/streaming@4.0.298 lint /Users/jonathanburger/remotion/packages/streaming
4
- > eslint src
5
-
6
- =============
7
-
8
- WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
9
-
10
- You may find that it works just fine, or you may not.
11
-
12
- SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.7.0
13
-
14
- YOUR TYPESCRIPT VERSION: 5.8.2
15
-
16
- Please only submit bug reports when using the officially supported version.
17
-
18
- =============