subscribable-things 2.1.38 → 2.1.39

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.
Files changed (2) hide show
  1. package/build/es5/bundle.js +3 -3
  2. package/package.json +13 -13
@@ -434,7 +434,7 @@
434
434
  isActive = false;
435
435
  };
436
436
  var unsubscribe = unsubscribeWhileRequesting;
437
- var requestWakeLock = function requestWakeLock() {
437
+ var _requestWakeLock = function requestWakeLock() {
438
438
  return window.navigator.wakeLock.request(type).then(function (wakeLockSentinel) {
439
439
  if (isActive) {
440
440
  observer.next(true);
@@ -444,7 +444,7 @@
444
444
  observer.next(false);
445
445
  unsubscribe = unsubscribeWhileRequesting;
446
446
  removeReleaseEventListener(wakeLockSentinel);
447
- requestWakeLock();
447
+ _requestWakeLock();
448
448
  };
449
449
  unsubscribe = function unsubscribe() {
450
450
  removeReleaseEventListener(wakeLockSentinel);
@@ -459,7 +459,7 @@
459
459
  }
460
460
  });
461
461
  };
462
- requestWakeLock();
462
+ _requestWakeLock();
463
463
  return function () {
464
464
  return unsubscribe();
465
465
  };
package/package.json CHANGED
@@ -15,17 +15,17 @@
15
15
  }
16
16
  ],
17
17
  "dependencies": {
18
- "@babel/runtime": "^7.24.8",
18
+ "@babel/runtime": "^7.25.0",
19
19
  "rxjs-interop": "^2.0.0",
20
20
  "tslib": "^2.6.3"
21
21
  },
22
22
  "description": "A collection of reactive wrappers for various browser APIs.",
23
23
  "devDependencies": {
24
- "@babel/core": "^7.24.8",
24
+ "@babel/core": "^7.25.2",
25
25
  "@babel/plugin-external-helpers": "^7.24.7",
26
26
  "@babel/plugin-transform-runtime": "^7.24.7",
27
- "@babel/preset-env": "^7.24.8",
28
- "@commitlint/cli": "^19.3.0",
27
+ "@babel/preset-env": "^7.25.3",
28
+ "@commitlint/cli": "^19.4.0",
29
29
  "@commitlint/config-angular": "^19.3.0",
30
30
  "@rollup/plugin-babel": "^6.0.4",
31
31
  "baconjs": "^3.0.19",
@@ -35,13 +35,13 @@
35
35
  "commitizen": "^4.3.0",
36
36
  "cz-conventional-changelog": "^3.3.0",
37
37
  "eslint": "^8.57.0",
38
- "eslint-config-holy-grail": "^59.0.14",
38
+ "eslint-config-holy-grail": "^59.0.15",
39
39
  "grunt": "^1.6.1",
40
- "grunt-cli": "^1.4.3",
40
+ "grunt-cli": "^1.5.0",
41
41
  "grunt-sh": "^0.2.1",
42
42
  "husky": "^8.0.3",
43
43
  "hyperf": "~1.6.2",
44
- "karma": "^6.4.3",
44
+ "karma": "^6.4.4",
45
45
  "karma-browserstack-launcher": "^1.6.0",
46
46
  "karma-chrome-launcher": "^3.2.0",
47
47
  "karma-firefox-launcher": "^2.1.3",
@@ -50,13 +50,13 @@
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.7",
53
+ "lint-staged": "^15.2.9",
54
54
  "load-grunt-config": "^4.0.1",
55
55
  "midi-test": "^1.3.1",
56
- "mocha": "^10.6.0",
57
- "prettier": "^3.3.2",
56
+ "mocha": "^10.7.3",
57
+ "prettier": "^3.3.3",
58
58
  "rimraf": "^5.0.6",
59
- "rollup": "^4.18.1",
59
+ "rollup": "^4.20.0",
60
60
  "rxjs": "^7.8.1",
61
61
  "rxjs-for-await": "^1.0.0",
62
62
  "sinon": "^17.0.2",
@@ -65,7 +65,7 @@
65
65
  "tsconfig-holy-grail": "^15.0.1",
66
66
  "tslint": "^6.1.3",
67
67
  "tslint-config-holy-grail": "^56.0.2",
68
- "typescript": "^5.5.3",
68
+ "typescript": "^5.5.4",
69
69
  "webpack": "^5.93.0",
70
70
  "xstream": "^11.14.0"
71
71
  },
@@ -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.38"
103
+ "version": "2.1.39"
104
104
  }