@remotion/streaming 4.0.232 → 4.0.233
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/.turbo/turbo-make.log +1 -1
- package/README.md +0 -11
- package/package.json +2 -2
package/.turbo/turbo-make.log
CHANGED
package/README.md
CHANGED
|
@@ -2,17 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Utilities for streaming data between programs
|
|
4
4
|
|
|
5
|
-
[](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.
|
|
6
|
+
"version": "4.0.233",
|
|
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.
|
|
21
|
+
"@remotion/eslint-config-internal": "4.0.233"
|
|
22
22
|
},
|
|
23
23
|
"exports": {
|
|
24
24
|
".": "./dist/index.js",
|