@remotion/streaming 4.0.232 → 4.0.234

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.231 make /Users/jonathanburger/remotion/packages/streaming
3
+ > @remotion/streaming@4.0.232 make /Users/jonathanburger/remotion/packages/streaming
4
4
  > tsc -d
5
5
 
package/README.md CHANGED
@@ -2,17 +2,6 @@
2
2
 
3
3
  Utilities for streaming data between programs
4
4
 
5
- [![NPM Downloads](https://img.shields.io/npm/dm/@remotion/streaming.svg?style=flat&color=black&label=Downloads)](https://npmcharts.com/compare/@remotion/streaming?minimal=true)
6
-
7
- ## Installation
8
-
9
- ```bash
10
- npm install @remotion/streaming --save-exact
11
- ```
12
-
13
- When installing a Remotion package, make sure to align the version of all `remotion` and `@remotion/*` packages to the same version.
14
- Remove the `^` character from the version number to use the exact version.
15
-
16
5
  ## Usage
17
6
 
18
7
  This is an internal package and has no documentation.
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.232",
6
+ "version": "4.0.234",
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.232"
21
+ "@remotion/eslint-config-internal": "4.0.234"
22
22
  },
23
23
  "exports": {
24
24
  ".": "./dist/index.js",