subscribable-things 2.1.22 → 2.1.24
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 +4 -4
- package/package.json +20 -15
package/build/es5/bundle.js
CHANGED
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
};
|
|
76
76
|
};
|
|
77
77
|
|
|
78
|
-
function ownKeys$1(
|
|
79
|
-
function _objectSpread$1(
|
|
78
|
+
function ownKeys$1(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
79
|
+
function _objectSpread$1(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
80
80
|
var createMapSubscribableThing = function createMapSubscribableThing(wrapSubscribeFunction) {
|
|
81
81
|
return function (subscribableThing, map) {
|
|
82
82
|
return wrapSubscribeFunction(function (observer) {
|
|
@@ -394,8 +394,8 @@
|
|
|
394
394
|
};
|
|
395
395
|
};
|
|
396
396
|
|
|
397
|
-
function ownKeys(
|
|
398
|
-
function _objectSpread(
|
|
397
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
398
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
399
399
|
var createVideoFrame = function createVideoFrame(emitNotSupportedError, wrapSubscribeFunction) {
|
|
400
400
|
return function (videoElement) {
|
|
401
401
|
return wrapSubscribeFunction(function (observer) {
|
package/package.json
CHANGED
|
@@ -17,25 +17,25 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime": "^7.22.6",
|
|
19
19
|
"rxjs-interop": "^2.0.0",
|
|
20
|
-
"tslib": "^2.6.
|
|
20
|
+
"tslib": "^2.6.1"
|
|
21
21
|
},
|
|
22
22
|
"description": "A collection of reactive wrappers for various browser APIs.",
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@babel/core": "^7.22.
|
|
24
|
+
"@babel/core": "^7.22.17",
|
|
25
25
|
"@babel/plugin-external-helpers": "^7.22.5",
|
|
26
|
-
"@babel/plugin-transform-runtime": "^7.22.
|
|
27
|
-
"@babel/preset-env": "^7.22.
|
|
28
|
-
"@commitlint/cli": "^17.
|
|
29
|
-
"@commitlint/config-angular": "^17.
|
|
26
|
+
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
27
|
+
"@babel/preset-env": "^7.22.15",
|
|
28
|
+
"@commitlint/cli": "^17.7.1",
|
|
29
|
+
"@commitlint/config-angular": "^17.7.0",
|
|
30
30
|
"@rollup/plugin-babel": "^6.0.3",
|
|
31
31
|
"baconjs": "^3.0.17",
|
|
32
32
|
"body-parser": "^1.20.2",
|
|
33
33
|
"callbag-basics": "^4.0.0",
|
|
34
|
-
"chai": "^4.3.
|
|
34
|
+
"chai": "^4.3.8",
|
|
35
35
|
"commitizen": "^4.3.0",
|
|
36
36
|
"cz-conventional-changelog": "^3.3.0",
|
|
37
|
-
"eslint": "^8.
|
|
38
|
-
"eslint-config-holy-grail": "^57.2.
|
|
37
|
+
"eslint": "^8.49.0",
|
|
38
|
+
"eslint-config-holy-grail": "^57.2.20",
|
|
39
39
|
"grunt": "^1.6.1",
|
|
40
40
|
"grunt-cli": "^1.4.3",
|
|
41
41
|
"grunt-sh": "^0.2.1",
|
|
@@ -56,17 +56,17 @@
|
|
|
56
56
|
"prettier": "^2.8.8",
|
|
57
57
|
"pretty-quick": "^3.1.3",
|
|
58
58
|
"rimraf": "^5.0.1",
|
|
59
|
-
"rollup": "^3.
|
|
59
|
+
"rollup": "^3.29.1",
|
|
60
60
|
"rxjs": "^7.8.1",
|
|
61
61
|
"rxjs-for-await": "^1.0.0",
|
|
62
62
|
"sinon": "^15.2.0",
|
|
63
63
|
"sinon-chai": "^3.7.0",
|
|
64
64
|
"ts-loader": "^9.4.4",
|
|
65
|
-
"tsconfig-holy-grail": "^14.0.
|
|
65
|
+
"tsconfig-holy-grail": "^14.0.8",
|
|
66
66
|
"tslint": "^6.1.3",
|
|
67
|
-
"tslint-config-holy-grail": "^55.0.
|
|
67
|
+
"tslint-config-holy-grail": "^55.0.4",
|
|
68
68
|
"typescript": "^5.1.6",
|
|
69
|
-
"webpack": "^5.88.
|
|
69
|
+
"webpack": "^5.88.2",
|
|
70
70
|
"xstream": "^11.14.0"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
@@ -90,10 +90,15 @@
|
|
|
90
90
|
"url": "https://github.com/chrisguttandin/subscribable-things.git"
|
|
91
91
|
},
|
|
92
92
|
"scripts": {
|
|
93
|
+
"build": "rimraf build/* && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs",
|
|
94
|
+
"lint": "npm run lint:config && npm run lint:src && npm run lint:test",
|
|
95
|
+
"lint:config": "eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/",
|
|
96
|
+
"lint:src": "tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts",
|
|
97
|
+
"lint:test": "eslint --config config/eslint/test.json --ext .js --report-unused-disable-directives test/",
|
|
93
98
|
"prepare": "husky install",
|
|
94
|
-
"prepublishOnly": "
|
|
99
|
+
"prepublishOnly": "npm run build",
|
|
95
100
|
"test": "grunt lint && grunt test"
|
|
96
101
|
},
|
|
97
102
|
"types": "build/es2019/module.d.ts",
|
|
98
|
-
"version": "2.1.
|
|
103
|
+
"version": "2.1.24"
|
|
99
104
|
}
|