subscribable-things 2.1.11 → 2.1.12

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Christoph Guttandin
3
+ Copyright (c) 2023 Christoph Guttandin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -4,10 +4,6 @@
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.subscribableThings = {}, global.rxjsInterop, global._defineProperty));
5
5
  })(this, (function (exports, rxjsInterop, _defineProperty) { 'use strict';
6
6
 
7
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
-
9
- var _defineProperty__default = /*#__PURE__*/_interopDefaultLegacy(_defineProperty);
10
-
11
7
  var createAnimationFrame = function createAnimationFrame(emitNotSupportedError, window, wrapSubscribeFunction) {
12
8
  return function () {
13
9
  return wrapSubscribeFunction(function (observer) {
@@ -80,7 +76,7 @@
80
76
  };
81
77
 
82
78
  function ownKeys$1(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; }
83
- function _objectSpread$1(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
79
+ function _objectSpread$1(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
84
80
  var createMapSubscribableThing = function createMapSubscribableThing(wrapSubscribeFunction) {
85
81
  return function (subscribableThing, map) {
86
82
  return wrapSubscribeFunction(function (observer) {
@@ -399,7 +395,7 @@
399
395
  };
400
396
 
401
397
  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; }
402
- 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; }
398
+ 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(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; }
403
399
  var createVideoFrame = function createVideoFrame(emitNotSupportedError, wrapSubscribeFunction) {
404
400
  return function (videoElement) {
405
401
  return wrapSubscribeFunction(function (observer) {
@@ -554,6 +550,4 @@
554
550
  exports.videoFrame = videoFrame;
555
551
  exports.wakeLock = wakeLock;
556
552
 
557
- Object.defineProperty(exports, '__esModule', { value: true });
558
-
559
553
  }));
package/package.json CHANGED
@@ -15,32 +15,32 @@
15
15
  }
16
16
  ],
17
17
  "dependencies": {
18
- "@babel/runtime": "^7.20.6",
18
+ "@babel/runtime": "^7.20.7",
19
19
  "rxjs-interop": "^2.0.0",
20
20
  "tslib": "^2.4.1"
21
21
  },
22
22
  "description": "A collection of reactive wrappers for various browser APIs.",
23
23
  "devDependencies": {
24
- "@babel/core": "^7.20.5",
24
+ "@babel/core": "^7.20.12",
25
25
  "@babel/plugin-external-helpers": "^7.18.6",
26
26
  "@babel/plugin-transform-runtime": "^7.19.6",
27
27
  "@babel/preset-env": "^7.20.2",
28
- "@commitlint/cli": "^17.3.0",
29
- "@commitlint/config-angular": "^17.3.0",
30
- "@rollup/plugin-babel": "^5.3.1",
28
+ "@commitlint/cli": "^17.4.2",
29
+ "@commitlint/config-angular": "^17.4.2",
30
+ "@rollup/plugin-babel": "^6.0.3",
31
31
  "baconjs": "^3.0.17",
32
32
  "body-parser": "^1.20.1",
33
33
  "callbag-basics": "^4.0.0",
34
34
  "chai": "^4.3.7",
35
- "commitizen": "^4.2.5",
35
+ "commitizen": "^4.2.6",
36
36
  "cz-conventional-changelog": "^3.3.0",
37
- "eslint": "^8.28.0",
38
- "eslint-config-holy-grail": "^52.0.33",
37
+ "eslint": "^8.31.0",
38
+ "eslint-config-holy-grail": "^55.0.1",
39
39
  "grunt": "^1.5.3",
40
40
  "grunt-cli": "^1.4.3",
41
41
  "grunt-sh": "^0.2.0",
42
- "husky": "^8.0.2",
43
- "hyperf": "^1.4.0",
42
+ "husky": "^8.0.3",
43
+ "hyperf": "^1.5.0",
44
44
  "karma": "^6.4.1",
45
45
  "karma-browserstack-launcher": "^1.6.0",
46
46
  "karma-chrome-launcher": "^3.1.1",
@@ -51,21 +51,21 @@
51
51
  "karma-webpack": "^5.0.0",
52
52
  "kefir": "^3.8.8",
53
53
  "load-grunt-config": "^4.0.1",
54
- "midi-test": "^1.2.1",
55
- "mocha": "^10.1.0",
56
- "prettier": "^2.8.0",
54
+ "midi-test": "^1.2.4",
55
+ "mocha": "^10.2.0",
56
+ "prettier": "^2.8.3",
57
57
  "pretty-quick": "^3.1.3",
58
- "rimraf": "^3.0.2",
59
- "rollup": "^2.79.1",
60
- "rxjs": "^7.5.7",
58
+ "rimraf": "^4.0.5",
59
+ "rollup": "^3.10.0",
60
+ "rxjs": "^7.8.0",
61
61
  "rxjs-for-await": "^1.0.0",
62
- "sinon": "^14.0.2",
62
+ "sinon": "^15.0.1",
63
63
  "sinon-chai": "^3.7.0",
64
64
  "ts-loader": "^9.4.2",
65
- "tsconfig-holy-grail": "^11.1.36",
65
+ "tsconfig-holy-grail": "^12.0.0",
66
66
  "tslint": "^6.1.3",
67
- "tslint-config-holy-grail": "^53.2.34",
68
- "typescript": "^4.9.3",
67
+ "tslint-config-holy-grail": "^54.0.0",
68
+ "typescript": "^4.9.4",
69
69
  "webpack": "^5.75.0",
70
70
  "xstream": "^11.14.0"
71
71
  },
@@ -95,5 +95,5 @@
95
95
  "test": "grunt lint && grunt test"
96
96
  },
97
97
  "types": "build/es2019/module.d.ts",
98
- "version": "2.1.11"
98
+ "version": "2.1.12"
99
99
  }