@fishjam-cloud/js-server-sdk 0.4.0 → 0.5.0
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 +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<img src="../../.github/images/fishjam-card.png" width="100%">
|
|
2
2
|
|
|
3
|
-
# Fishjam
|
|
3
|
+
# Fishjam Server SDK for JavaScript
|
|
4
4
|
|
|
5
|
-
JavaScript server-side SDK for [Fishjam
|
|
5
|
+
JavaScript server-side SDK for [Fishjam](https://fishjam.io).
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -35,7 +35,7 @@ See [examples](https://github.com/fishjam-cloud/js-server-sdk/tree/main/examples
|
|
|
35
35
|
|
|
36
36
|
Licensed under the [Apache License, Version 2.0](LICENSE)
|
|
37
37
|
|
|
38
|
-
## Fishjam
|
|
38
|
+
## Fishjam is created by Software Mansion
|
|
39
39
|
|
|
40
40
|
Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – [Hire us](https://swmansion.com/contact/projects?utm_source=fishjam&utm_medium=js-server-readme).
|
|
41
41
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fishjam-cloud/js-server-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Fishjam server SDK for JavaScript",
|
|
5
5
|
"homepage": "https://github.com/fishjam-cloud/js-server-sdk",
|
|
6
|
-
"author": "Fishjam
|
|
6
|
+
"author": "Fishjam Team",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/fishjam-cloud/js-server-sdk.git"
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"websocket": "^1.0.35"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@fishjam-cloud/fishjam-openapi": "0.
|
|
60
|
-
"@fishjam-cloud/fishjam-proto": "0.
|
|
59
|
+
"@fishjam-cloud/fishjam-openapi": "0.5.0",
|
|
60
|
+
"@fishjam-cloud/fishjam-proto": "0.5.0",
|
|
61
61
|
"@openapitools/openapi-generator-cli": "^2.14.0",
|
|
62
62
|
"@types/node": "^22.7.5",
|
|
63
63
|
"@types/websocket": "^1.0.10",
|