subscribable-things 2.1.45 → 2.1.47

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) 2024 Christoph Guttandin
3
+ Copyright (c) 2025 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
@@ -76,7 +76,7 @@
76
76
  };
77
77
 
78
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; }
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), true).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) {
@@ -395,7 +395,7 @@
395
395
  };
396
396
 
397
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; }
398
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), true).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) {
@@ -484,7 +484,7 @@
484
484
  }
485
485
  var unsubscribe = innerSubscribe(isNextFunction(args) ? toObserver({
486
486
  next: args[0]
487
- }) : toObserver.apply(void 0, args));
487
+ }) : toObserver.apply(undefined, args));
488
488
  if (unsubscribe !== undefined) {
489
489
  return unsubscribe;
490
490
  }
@@ -494,7 +494,7 @@
494
494
  return {
495
495
  subscribe: function subscribe() {
496
496
  return {
497
- unsubscribe: _subscribe.apply(void 0, arguments)
497
+ unsubscribe: _subscribe.apply(undefined, arguments)
498
498
  };
499
499
  }
500
500
  };
package/package.json CHANGED
@@ -25,8 +25,8 @@
25
25
  "@babel/plugin-external-helpers": "^7.25.9",
26
26
  "@babel/plugin-transform-runtime": "^7.25.9",
27
27
  "@babel/preset-env": "^7.26.0",
28
- "@commitlint/cli": "^19.5.0",
29
- "@commitlint/config-angular": "^19.5.0",
28
+ "@commitlint/cli": "^19.6.1",
29
+ "@commitlint/config-angular": "^19.7.0",
30
30
  "@rollup/plugin-babel": "^6.0.4",
31
31
  "baconjs": "^3.0.19",
32
32
  "body-parser": "^1.20.3",
@@ -35,11 +35,11 @@
35
35
  "commitizen": "^4.3.1",
36
36
  "cz-conventional-changelog": "^3.3.0",
37
37
  "eslint": "^8.57.0",
38
- "eslint-config-holy-grail": "^60.0.12",
38
+ "eslint-config-holy-grail": "^60.0.18",
39
39
  "grunt": "^1.6.1",
40
40
  "grunt-cli": "^1.5.0",
41
41
  "grunt-sh": "^0.2.1",
42
- "husky": "^9.1.6",
42
+ "husky": "^9.1.7",
43
43
  "hyperf": "~1.6.2",
44
44
  "karma": "^6.4.4",
45
45
  "karma-browserstack-launcher": "^1.6.0",
@@ -50,23 +50,23 @@
50
50
  "karma-webkit-launcher": "^2.6.0",
51
51
  "karma-webpack": "^5.0.1",
52
52
  "kefir": "^3.8.8",
53
- "lint-staged": "^15.2.10",
53
+ "lint-staged": "^15.3.0",
54
54
  "load-grunt-config": "^4.0.1",
55
55
  "midi-test": "^1.3.1",
56
56
  "mocha": "^10.8.2",
57
- "prettier": "^3.3.3",
57
+ "prettier": "^3.4.2",
58
58
  "rimraf": "^6.0.1",
59
- "rollup": "^4.24.3",
59
+ "rollup": "^4.30.0",
60
60
  "rxjs": "^7.8.1",
61
61
  "rxjs-for-await": "^1.0.0",
62
62
  "sinon": "^17.0.2",
63
63
  "sinon-chai": "^3.7.0",
64
64
  "ts-loader": "^9.5.1",
65
- "tsconfig-holy-grail": "^15.0.1",
65
+ "tsconfig-holy-grail": "^15.0.2",
66
66
  "tslint": "^6.1.3",
67
- "tslint-config-holy-grail": "^56.0.5",
68
- "typescript": "^5.6.3",
69
- "webpack": "^5.96.1",
67
+ "tslint-config-holy-grail": "^56.0.6",
68
+ "typescript": "^5.7.2",
69
+ "webpack": "^5.97.1",
70
70
  "xstream": "^11.14.0"
71
71
  },
72
72
  "files": [
@@ -100,5 +100,5 @@
100
100
  "test": "grunt lint && grunt test"
101
101
  },
102
102
  "types": "build/es2019/module.d.ts",
103
- "version": "2.1.45"
103
+ "version": "2.1.47"
104
104
  }