worker-timers-worker 7.0.27 → 7.0.28

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 +10 -10
@@ -1,7 +1,7 @@
1
1
  (function (factory) {
2
2
  typeof define === 'function' && define.amd ? define(factory) :
3
3
  factory();
4
- }((function () { 'use strict';
4
+ })((function () { 'use strict';
5
5
 
6
6
  var scheduledIntervalIdentifiers = new Map();
7
7
  var scheduledTimeoutIdentifiers = new Map();
@@ -125,4 +125,4 @@
125
125
  }
126
126
  });
127
127
 
128
- })));
128
+ }));
package/package.json CHANGED
@@ -20,10 +20,10 @@
20
20
  },
21
21
  "description": "The worker which is used by the worker-timers package.",
22
22
  "devDependencies": {
23
- "@babel/core": "^7.15.4",
23
+ "@babel/core": "^7.15.5",
24
24
  "@babel/plugin-external-helpers": "^7.14.5",
25
25
  "@babel/plugin-transform-runtime": "^7.15.0",
26
- "@babel/preset-env": "^7.15.4",
26
+ "@babel/preset-env": "^7.15.6",
27
27
  "@commitlint/cli": "^13.1.0",
28
28
  "@commitlint/config-angular": "^13.1.0",
29
29
  "@rollup/plugin-babel": "^5.3.0",
@@ -31,7 +31,7 @@
31
31
  "commitizen": "^4.2.4",
32
32
  "cz-conventional-changelog": "^3.3.0",
33
33
  "eslint": "^7.32.0",
34
- "eslint-config-holy-grail": "^50.1.5",
34
+ "eslint-config-holy-grail": "^50.1.9",
35
35
  "grunt": "^1.4.1",
36
36
  "grunt-cli": "^1.4.3",
37
37
  "grunt-contrib-clean": "^2.0.0",
@@ -50,17 +50,17 @@
50
50
  "load-grunt-config": "^4.0.1",
51
51
  "memory-fs": "^0.5.0",
52
52
  "mocha": "^9.1.1",
53
- "prettier": "^2.3.2",
53
+ "prettier": "^2.4.1",
54
54
  "pretty-quick": "^3.1.1",
55
- "rollup": "^2.56.3",
55
+ "rollup": "^2.57.0",
56
56
  "sinon": "^11.1.2",
57
57
  "sinon-chai": "^3.7.0",
58
- "ts-loader": "^9.2.5",
59
- "tsconfig-holy-grail": "^11.1.10",
58
+ "ts-loader": "^9.2.6",
59
+ "tsconfig-holy-grail": "^11.1.13",
60
60
  "tslint": "^6.1.3",
61
61
  "tslint-config-holy-grail": "^53.2.25",
62
- "typescript": "^4.4.2",
63
- "webpack": "^5.51.2"
62
+ "typescript": "^4.4.3",
63
+ "webpack": "^5.53.0"
64
64
  },
65
65
  "files": [
66
66
  "build/es2019/",
@@ -82,5 +82,5 @@
82
82
  "test": "grunt lint && grunt test"
83
83
  },
84
84
  "types": "build/es2019/module.d.ts",
85
- "version": "7.0.27"
85
+ "version": "7.0.28"
86
86
  }