worker-timers 7.0.36 → 7.0.40

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 +2 -2
  2. package/package.json +20 -20
@@ -2,7 +2,7 @@
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('worker-timers-broker')) :
3
3
  typeof define === 'function' && define.amd ? define(['exports', 'worker-timers-broker'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.workerTimers = {}, global.workerTimersBroker));
5
- }(this, (function (exports, workerTimersBroker) { 'use strict';
5
+ })(this, (function (exports, workerTimersBroker) { 'use strict';
6
6
 
7
7
  var workerTimers = null;
8
8
  var createLoadWorkerTimers = function createLoadWorkerTimers(load, worker) {
@@ -48,4 +48,4 @@
48
48
 
49
49
  Object.defineProperty(exports, '__esModule', { value: true });
50
50
 
51
- })));
51
+ }));
package/package.json CHANGED
@@ -15,17 +15,17 @@
15
15
  }
16
16
  ],
17
17
  "dependencies": {
18
- "@babel/runtime": "^7.15.3",
19
- "tslib": "^2.3.0",
20
- "worker-timers-broker": "^6.0.57",
21
- "worker-timers-worker": "^7.0.25"
18
+ "@babel/runtime": "^7.15.4",
19
+ "tslib": "^2.3.1",
20
+ "worker-timers-broker": "^6.0.61",
21
+ "worker-timers-worker": "^7.0.28"
22
22
  },
23
23
  "description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.",
24
24
  "devDependencies": {
25
- "@babel/core": "^7.15.0",
25
+ "@babel/core": "^7.15.5",
26
26
  "@babel/plugin-external-helpers": "^7.14.5",
27
27
  "@babel/plugin-transform-runtime": "^7.15.0",
28
- "@babel/preset-env": "^7.15.0",
28
+ "@babel/preset-env": "^7.15.6",
29
29
  "@commitlint/cli": "^13.1.0",
30
30
  "@commitlint/config-angular": "^13.1.0",
31
31
  "@rollup/plugin-babel": "^5.3.0",
@@ -35,14 +35,14 @@
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.0.1",
38
+ "eslint-config-holy-grail": "^50.1.9",
39
39
  "grunt": "^1.4.1",
40
40
  "grunt-cli": "^1.4.3",
41
41
  "grunt-contrib-clean": "^2.0.0",
42
42
  "grunt-replace": "^2.0.2",
43
43
  "grunt-sh": "^0.2.0",
44
44
  "grunt-webpack": "^4.0.3",
45
- "husky": "^7.0.1",
45
+ "husky": "^7.0.2",
46
46
  "karma": "^6.3.4",
47
47
  "karma-chrome-launcher": "^3.1.0",
48
48
  "karma-firefox-launcher": "^2.1.1",
@@ -51,21 +51,21 @@
51
51
  "karma-sauce-launcher": "^4.3.6",
52
52
  "karma-sinon-chai": "^2.0.2",
53
53
  "karma-webpack": "^5.0.0",
54
- "load-grunt-config": "^4.0.0",
55
- "memfs": "^3.2.2",
56
- "mocha": "^9.0.3",
57
- "prettier": "^2.3.2",
54
+ "load-grunt-config": "^4.0.1",
55
+ "memfs": "^3.3.0",
56
+ "mocha": "^9.1.1",
57
+ "prettier": "^2.4.1",
58
58
  "pretty-quick": "^3.1.1",
59
- "rollup": "^2.56.2",
59
+ "rollup": "^2.57.0",
60
60
  "sinon": "^11.1.2",
61
61
  "sinon-chai": "^3.7.0",
62
- "terser-webpack-plugin": "^5.1.4",
63
- "ts-loader": "^9.2.5",
64
- "tsconfig-holy-grail": "^11.1.6",
62
+ "terser-webpack-plugin": "^5.2.4",
63
+ "ts-loader": "^9.2.6",
64
+ "tsconfig-holy-grail": "^11.1.13",
65
65
  "tslint": "^6.1.3",
66
- "tslint-config-holy-grail": "^53.2.24",
67
- "typescript": "^4.3.5",
68
- "webpack": "^5.50.0"
66
+ "tslint-config-holy-grail": "^53.2.25",
67
+ "typescript": "^4.4.3",
68
+ "webpack": "^5.53.0"
69
69
  },
70
70
  "files": [
71
71
  "build/es2019/",
@@ -96,5 +96,5 @@
96
96
  "test": "grunt lint && grunt test"
97
97
  },
98
98
  "types": "build/es2019/module.d.ts",
99
- "version": "7.0.36"
99
+ "version": "7.0.40"
100
100
  }