subscribable-things 2.0.3 → 2.0.4
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/build/es5/bundle.js +2 -2
- package/package.json +16 -16
package/build/es5/bundle.js
CHANGED
|
@@ -407,9 +407,9 @@
|
|
|
407
407
|
};
|
|
408
408
|
};
|
|
409
409
|
|
|
410
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
410
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
411
411
|
|
|
412
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
412
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
413
413
|
|
|
414
414
|
var createVideoFrame = function createVideoFrame(emitNotSupportedError, wrapSubscribeFunction) {
|
|
415
415
|
return function (videoElement) {
|
package/package.json
CHANGED
|
@@ -15,33 +15,33 @@
|
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@babel/runtime": "^7.16.
|
|
18
|
+
"@babel/runtime": "^7.16.5",
|
|
19
19
|
"rxjs-interop": "^2.0.0",
|
|
20
20
|
"tslib": "^2.3.1"
|
|
21
21
|
},
|
|
22
22
|
"description": "A collection of reactive wrappers for various browser APIs.",
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@babel/core": "^7.16.
|
|
25
|
-
"@babel/plugin-external-helpers": "^7.16.
|
|
26
|
-
"@babel/plugin-transform-runtime": "^7.16.
|
|
27
|
-
"@babel/preset-env": "^7.16.
|
|
28
|
-
"@commitlint/cli": "^
|
|
29
|
-
"@commitlint/config-angular": "^
|
|
24
|
+
"@babel/core": "^7.16.5",
|
|
25
|
+
"@babel/plugin-external-helpers": "^7.16.5",
|
|
26
|
+
"@babel/plugin-transform-runtime": "^7.16.5",
|
|
27
|
+
"@babel/preset-env": "^7.16.5",
|
|
28
|
+
"@commitlint/cli": "^15.0.0",
|
|
29
|
+
"@commitlint/config-angular": "^15.0.0",
|
|
30
30
|
"@rollup/plugin-babel": "^5.3.0",
|
|
31
31
|
"baconjs": "^3.0.17",
|
|
32
|
-
"body-parser": "^1.19.
|
|
32
|
+
"body-parser": "^1.19.1",
|
|
33
33
|
"callbag-basics": "^4.0.0",
|
|
34
34
|
"chai": "^4.3.4",
|
|
35
35
|
"commitizen": "^4.2.4",
|
|
36
36
|
"cz-conventional-changelog": "^3.3.0",
|
|
37
37
|
"eslint": "^7.32.0",
|
|
38
|
-
"eslint-config-holy-grail": "^50.1.
|
|
38
|
+
"eslint-config-holy-grail": "^50.1.22",
|
|
39
39
|
"grunt": "^1.4.1",
|
|
40
40
|
"grunt-cli": "^1.4.3",
|
|
41
41
|
"grunt-contrib-clean": "^2.0.0",
|
|
42
42
|
"grunt-sh": "^0.2.0",
|
|
43
43
|
"husky": "^7.0.4",
|
|
44
|
-
"karma": "^6.3.
|
|
44
|
+
"karma": "^6.3.9",
|
|
45
45
|
"karma-browserstack-launcher": "^1.6.0",
|
|
46
46
|
"karma-chrome-launcher": "^3.1.0",
|
|
47
47
|
"karma-firefox-launcher": "^2.1.2",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"load-grunt-config": "^4.0.1",
|
|
54
54
|
"midi-test": "^1.1.9",
|
|
55
55
|
"mocha": "^9.1.3",
|
|
56
|
-
"prettier": "^2.
|
|
57
|
-
"pretty-quick": "^3.1.
|
|
58
|
-
"rollup": "^2.
|
|
56
|
+
"prettier": "^2.5.1",
|
|
57
|
+
"pretty-quick": "^3.1.2",
|
|
58
|
+
"rollup": "^2.61.1",
|
|
59
59
|
"rxjs": "^7.4.0",
|
|
60
60
|
"rxjs-for-await": "^1.0.0",
|
|
61
61
|
"sinon": "^11.1.2",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"tsconfig-holy-grail": "^11.1.19",
|
|
66
66
|
"tslint": "^6.1.3",
|
|
67
67
|
"tslint-config-holy-grail": "^53.2.25",
|
|
68
|
-
"typescript": "^4.
|
|
69
|
-
"webpack": "^5.
|
|
68
|
+
"typescript": "^4.5.4",
|
|
69
|
+
"webpack": "^5.65.0",
|
|
70
70
|
"xstream": "^11.14.0"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"test": "grunt lint && grunt test"
|
|
96
96
|
},
|
|
97
97
|
"types": "build/es2019/module.d.ts",
|
|
98
|
-
"version": "2.0.
|
|
98
|
+
"version": "2.0.4"
|
|
99
99
|
}
|