worker-timers-worker 7.0.24 → 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.
- package/build/es5/bundle.js +2 -2
- package/package.json +18 -18
package/build/es5/bundle.js
CHANGED
|
@@ -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
|
@@ -15,28 +15,28 @@
|
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@babel/runtime": "^7.
|
|
19
|
-
"tslib": "^2.3.
|
|
18
|
+
"@babel/runtime": "^7.15.4",
|
|
19
|
+
"tslib": "^2.3.1"
|
|
20
20
|
},
|
|
21
21
|
"description": "The worker which is used by the worker-timers package.",
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@babel/core": "^7.
|
|
23
|
+
"@babel/core": "^7.15.5",
|
|
24
24
|
"@babel/plugin-external-helpers": "^7.14.5",
|
|
25
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
26
|
-
"@babel/preset-env": "^7.
|
|
25
|
+
"@babel/plugin-transform-runtime": "^7.15.0",
|
|
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",
|
|
30
30
|
"chai": "^4.3.4",
|
|
31
31
|
"commitizen": "^4.2.4",
|
|
32
32
|
"cz-conventional-changelog": "^3.3.0",
|
|
33
|
-
"eslint": "^7.
|
|
34
|
-
"eslint-config-holy-grail": "^
|
|
33
|
+
"eslint": "^7.32.0",
|
|
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",
|
|
38
38
|
"grunt-sh": "^0.2.0",
|
|
39
|
-
"husky": "^7.0.
|
|
39
|
+
"husky": "^7.0.2",
|
|
40
40
|
"karma": "^6.3.4",
|
|
41
41
|
"karma-browserstack-launcher": "^1.6.0",
|
|
42
42
|
"karma-chrome-launcher": "^3.1.0",
|
|
@@ -47,20 +47,20 @@
|
|
|
47
47
|
"karma-safari-launcher": "^1.0.0",
|
|
48
48
|
"karma-sinon-chai": "^2.0.2",
|
|
49
49
|
"karma-webpack": "^5.0.0",
|
|
50
|
-
"load-grunt-config": "^4.0.
|
|
50
|
+
"load-grunt-config": "^4.0.1",
|
|
51
51
|
"memory-fs": "^0.5.0",
|
|
52
|
-
"mocha": "^9.
|
|
53
|
-
"prettier": "^2.
|
|
52
|
+
"mocha": "^9.1.1",
|
|
53
|
+
"prettier": "^2.4.1",
|
|
54
54
|
"pretty-quick": "^3.1.1",
|
|
55
|
-
"rollup": "^2.
|
|
55
|
+
"rollup": "^2.57.0",
|
|
56
56
|
"sinon": "^11.1.2",
|
|
57
57
|
"sinon-chai": "^3.7.0",
|
|
58
|
-
"ts-loader": "^9.2.
|
|
59
|
-
"tsconfig-holy-grail": "^11.1.
|
|
58
|
+
"ts-loader": "^9.2.6",
|
|
59
|
+
"tsconfig-holy-grail": "^11.1.13",
|
|
60
60
|
"tslint": "^6.1.3",
|
|
61
|
-
"tslint-config-holy-grail": "^53.2.
|
|
62
|
-
"typescript": "^4.3
|
|
63
|
-
"webpack": "^5.
|
|
61
|
+
"tslint-config-holy-grail": "^53.2.25",
|
|
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.
|
|
85
|
+
"version": "7.0.28"
|
|
86
86
|
}
|