jmuxer 2.1.1 → 2.1.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,5 @@
|
|
|
1
1
|
[](https://github.com/samirkumardas/jmuxer/actions/workflows/pages/pages-build-deployment)
|
|
2
|
-

|
|
3
3
|

|
|
4
4
|
|
|
5
5
|
jMuxer
|
|
@@ -215,9 +215,6 @@ A distribution version is available inside *dist* directory. However, if you nee
|
|
|
215
215
|
3. npm install
|
|
216
216
|
4. npm run build OR npm run pro
|
|
217
217
|
|
|
218
|
-
Support
|
|
219
|
-
-----------
|
|
220
|
-
If the project helps you, [buy me a cup of coffee!](https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=USD&business=samir@ascendtechnologies.net&item_name=donation%20for%20jMuxer)
|
|
221
218
|
|
|
222
219
|
Credits
|
|
223
220
|
-----------
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jmuxer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "jMuxer - a simple javascript mp4 muxer for non-standard streaming communications protocol",
|
|
5
5
|
"main": "dist/jmuxer.min.js",
|
|
6
6
|
"scripts": {
|
|
@@ -45,6 +45,5 @@
|
|
|
45
45
|
"msgpack-lite": "^0.1.26",
|
|
46
46
|
"nodemon": "^3.1.10",
|
|
47
47
|
"rollup": "^4.59.0"
|
|
48
|
-
}
|
|
49
|
-
"type": "module"
|
|
48
|
+
}
|
|
50
49
|
}
|
|
File without changes
|