rxjs-connector 5.1.49 → 5.1.50
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.26.10",
|
|
13
|
-
"rxjs-broker": "^7.1.
|
|
13
|
+
"rxjs-broker": "^7.1.60",
|
|
14
14
|
"tslib": "^2.8.1"
|
|
15
15
|
},
|
|
16
16
|
"description": "A module to accept WebRTC DataChannel connections by using WebSockets.",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"commitizen": "^4.3.1",
|
|
27
27
|
"cz-conventional-changelog": "^3.3.0",
|
|
28
28
|
"eslint": "^8.57.0",
|
|
29
|
-
"eslint-config-holy-grail": "^60.0.
|
|
29
|
+
"eslint-config-holy-grail": "^60.0.26",
|
|
30
30
|
"grunt": "^1.6.1",
|
|
31
31
|
"grunt-cli": "^1.5.0",
|
|
32
32
|
"grunt-sh": "^0.2.1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"karma-sinon-chai": "^2.0.2",
|
|
40
40
|
"karma-webkit-launcher": "^2.6.0",
|
|
41
41
|
"karma-webpack": "^5.0.1",
|
|
42
|
-
"lint-staged": "^15.
|
|
42
|
+
"lint-staged": "^15.5.0",
|
|
43
43
|
"load-grunt-config": "^4.0.1",
|
|
44
44
|
"mocha": "^11.1.0",
|
|
45
45
|
"prettier": "^3.5.3",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"test": "npm run lint && grunt test"
|
|
84
84
|
},
|
|
85
85
|
"types": "build/es2019/module.d.ts",
|
|
86
|
-
"version": "5.1.
|
|
86
|
+
"version": "5.1.50"
|
|
87
87
|
}
|