worker-timers-broker 6.0.59 → 6.0.63

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 +21 -21
@@ -2,7 +2,7 @@
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('fast-unique-numbers')) :
3
3
  typeof define === 'function' && define.amd ? define(['exports', 'fast-unique-numbers'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.workerTimersBroker = {}, global.fastUniqueNumbers));
5
- }(this, (function (exports, fastUniqueNumbers) { 'use strict';
5
+ })(this, (function (exports, fastUniqueNumbers) { 'use strict';
6
6
 
7
7
  var isCallNotification = function isCallNotification(message) {
8
8
  return message.method !== undefined && message.method === 'call';
@@ -177,4 +177,4 @@
177
177
 
178
178
  Object.defineProperty(exports, '__esModule', { value: true });
179
179
 
180
- })));
180
+ }));
package/package.json CHANGED
@@ -9,51 +9,51 @@
9
9
  }
10
10
  },
11
11
  "dependencies": {
12
- "@babel/runtime": "^7.15.4",
13
- "fast-unique-numbers": "^6.0.5",
12
+ "@babel/runtime": "^7.16.3",
13
+ "fast-unique-numbers": "^6.0.9",
14
14
  "tslib": "^2.3.1",
15
- "worker-timers-worker": "^7.0.27"
15
+ "worker-timers-worker": "^7.0.30"
16
16
  },
17
17
  "description": "The broker which is used by the worker-timers package.",
18
18
  "devDependencies": {
19
- "@babel/core": "^7.15.4",
20
- "@babel/plugin-external-helpers": "^7.14.5",
21
- "@babel/plugin-transform-runtime": "^7.15.0",
22
- "@babel/preset-env": "^7.15.4",
23
- "@commitlint/cli": "^13.1.0",
24
- "@commitlint/config-angular": "^13.1.0",
19
+ "@babel/core": "^7.16.0",
20
+ "@babel/plugin-external-helpers": "^7.16.0",
21
+ "@babel/plugin-transform-runtime": "^7.16.0",
22
+ "@babel/preset-env": "^7.16.0",
23
+ "@commitlint/cli": "^14.1.0",
24
+ "@commitlint/config-angular": "^14.1.0",
25
25
  "@rollup/plugin-babel": "^5.3.0",
26
26
  "chai": "^4.3.4",
27
27
  "commitizen": "^4.2.4",
28
28
  "cz-conventional-changelog": "^3.3.0",
29
29
  "eslint": "^7.32.0",
30
- "eslint-config-holy-grail": "^50.1.5",
30
+ "eslint-config-holy-grail": "^50.1.18",
31
31
  "grunt": "^1.4.1",
32
32
  "grunt-cli": "^1.4.3",
33
33
  "grunt-contrib-clean": "^2.0.0",
34
34
  "grunt-sh": "^0.2.0",
35
- "husky": "^7.0.2",
36
- "karma": "^6.3.4",
35
+ "husky": "^7.0.4",
36
+ "karma": "^6.3.8",
37
37
  "karma-chrome-launcher": "^3.1.0",
38
- "karma-firefox-launcher": "^2.1.1",
38
+ "karma-firefox-launcher": "^2.1.2",
39
39
  "karma-mocha": "^2.0.1",
40
40
  "karma-safari-launcher": "^1.0.0",
41
41
  "karma-sauce-launcher": "^4.3.6",
42
42
  "karma-sinon-chai": "^2.0.2",
43
43
  "karma-webpack": "^5.0.0",
44
44
  "load-grunt-config": "^4.0.1",
45
- "mocha": "^9.1.1",
46
- "prettier": "^2.3.2",
45
+ "mocha": "^9.1.3",
46
+ "prettier": "^2.4.1",
47
47
  "pretty-quick": "^3.1.1",
48
- "rollup": "^2.56.3",
48
+ "rollup": "^2.60.0",
49
49
  "sinon": "^11.1.2",
50
50
  "sinon-chai": "^3.7.0",
51
- "ts-loader": "^9.2.5",
52
- "tsconfig-holy-grail": "^11.1.10",
51
+ "ts-loader": "^9.2.6",
52
+ "tsconfig-holy-grail": "^11.1.19",
53
53
  "tslint": "^6.1.3",
54
54
  "tslint-config-holy-grail": "^53.2.25",
55
- "typescript": "^4.4.2",
56
- "webpack": "^5.51.2"
55
+ "typescript": "^4.4.4",
56
+ "webpack": "^5.64.0"
57
57
  },
58
58
  "files": [
59
59
  "build/es2019/",
@@ -75,5 +75,5 @@
75
75
  "test": "grunt lint && grunt test"
76
76
  },
77
77
  "types": "build/es2019/module.d.ts",
78
- "version": "6.0.59"
78
+ "version": "6.0.63"
79
79
  }