@remotion/streaming 4.0.244 → 4.0.245

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.
@@ -0,0 +1,7 @@
1
+
2
+ 
3
+ > @remotion/streaming@4.0.244 formatting /Users/jonathanburger/remotion/packages/streaming
4
+ > prettier src --check
5
+
6
+ Checking formatting...
7
+ src/index.tssrc/make-stream-payload-message.tssrc/make-streamer.tsAll matched files use Prettier code style!
@@ -0,0 +1,5 @@
1
+
2
+ 
3
+ > @remotion/streaming@4.0.244 lint /Users/jonathanburger/remotion/packages/streaming
4
+ > eslint src
5
+
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @remotion/streaming@4.0.243 make /Users/jonathanburger/remotion/packages/streaming
3
+ > @remotion/streaming@4.0.244 make /Users/jonathanburger/remotion/packages/streaming
4
4
  > tsc -d
5
5
 
package/LICENSE.md CHANGED
@@ -11,7 +11,7 @@ Depending on the type of your legal entity, you are granted permission to use Re
11
11
 
12
12
  ## Free license
13
13
 
14
- Copyright © 2024 [Remotion](https://www.remotion.dev)
14
+ Copyright © 2025 [Remotion](https://www.remotion.dev)
15
15
 
16
16
  ### Eligibility
17
17
 
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.244",
6
+ "version": "4.0.245",
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.14.0",
21
- "@remotion/eslint-config-internal": "4.0.244"
21
+ "@remotion/eslint-config-internal": "4.0.245"
22
22
  },
23
23
  "exports": {
24
24
  ".": "./dist/index.js",