subscribable-things 2.0.2 → 2.0.6
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/LICENSE +1 -1
- package/README.md +2 -2
- package/build/es5/bundle.js +2 -2
- package/package.json +22 -22
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -111,10 +111,10 @@ for await (const isMatching of eachValueFrom(source$)) {
|
|
|
111
111
|
}
|
|
112
112
|
```
|
|
113
113
|
|
|
114
|
-
Also it's possible to output values directly to HTML via [
|
|
114
|
+
Also it's possible to output values directly to HTML via [hyperf](https://github.com/spectjs/hyperf).
|
|
115
115
|
|
|
116
116
|
```js
|
|
117
|
-
import
|
|
117
|
+
import h from 'hyperf';
|
|
118
118
|
import { mediaQueryMatch } from 'subscribable-things';
|
|
119
119
|
|
|
120
120
|
const element = h`<div>is matching: ${mediaQueryMatch('(max-width:600px)')}</div>`;
|
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,34 @@
|
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@babel/runtime": "^7.16.
|
|
18
|
+
"@babel/runtime": "^7.16.7",
|
|
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.7",
|
|
25
|
+
"@babel/plugin-external-helpers": "^7.16.7",
|
|
26
|
+
"@babel/plugin-transform-runtime": "^7.16.8",
|
|
27
|
+
"@babel/preset-env": "^7.16.8",
|
|
28
|
+
"@commitlint/cli": "^16.0.2",
|
|
29
|
+
"@commitlint/config-angular": "^16.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.23",
|
|
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
|
-
"
|
|
44
|
+
"hyperf": "^1.1.2",
|
|
45
|
+
"karma": "^6.3.11",
|
|
45
46
|
"karma-browserstack-launcher": "^1.6.0",
|
|
46
47
|
"karma-chrome-launcher": "^3.1.0",
|
|
47
48
|
"karma-firefox-launcher": "^2.1.2",
|
|
@@ -52,21 +53,20 @@
|
|
|
52
53
|
"kefir": "^3.8.8",
|
|
53
54
|
"load-grunt-config": "^4.0.1",
|
|
54
55
|
"midi-test": "^1.1.9",
|
|
55
|
-
"mocha": "^9.1.
|
|
56
|
-
"prettier": "^2.
|
|
57
|
-
"pretty-quick": "^3.1.
|
|
58
|
-
"rollup": "^2.
|
|
59
|
-
"rxjs": "^7.
|
|
60
|
-
"rxjs-for-await": "0.0
|
|
56
|
+
"mocha": "^9.1.4",
|
|
57
|
+
"prettier": "^2.5.1",
|
|
58
|
+
"pretty-quick": "^3.1.3",
|
|
59
|
+
"rollup": "^2.64.0",
|
|
60
|
+
"rxjs": "^7.5.2",
|
|
61
|
+
"rxjs-for-await": "^1.0.0",
|
|
61
62
|
"sinon": "^11.1.2",
|
|
62
63
|
"sinon-chai": "^3.7.0",
|
|
63
|
-
"spect": "^23.1.1",
|
|
64
64
|
"ts-loader": "^9.2.6",
|
|
65
|
-
"tsconfig-holy-grail": "^11.1.
|
|
65
|
+
"tsconfig-holy-grail": "^11.1.23",
|
|
66
66
|
"tslint": "^6.1.3",
|
|
67
|
-
"tslint-config-holy-grail": "^53.2.
|
|
68
|
-
"typescript": "^4.
|
|
69
|
-
"webpack": "^5.
|
|
67
|
+
"tslint-config-holy-grail": "^53.2.26",
|
|
68
|
+
"typescript": "^4.5.4",
|
|
69
|
+
"webpack": "^5.66.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.6"
|
|
99
99
|
}
|