worker-timers-worker 7.0.44 → 7.0.46
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/es2019/types/broker-message.d.ts +1 -1
- package/build/es2019/types/broker-message.d.ts.map +1 -1
- package/build/es2019/types/timer-type.d.ts +1 -1
- package/build/es2019/types/timer-type.d.ts.map +1 -1
- package/build/es2019/types/worker-message.d.ts +1 -1
- package/build/es2019/types/worker-message.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"broker-message.d.ts","sourceRoot":"","sources":["../../../src/types/broker-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEhE,
|
|
1
|
+
{"version":3,"file":"broker-message.d.ts","sourceRoot":"","sources":["../../../src/types/broker-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEhE,MAAM,MAAM,cAAc,GAAG,aAAa,GAAG,gBAAgB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type TTimerType = 'interval' | 'timeout';
|
|
2
2
|
//# sourceMappingURL=timer-type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timer-type.d.ts","sourceRoot":"","sources":["../../../src/types/timer-type.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"timer-type.d.ts","sourceRoot":"","sources":["../../../src/types/timer-type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,UAAU,GAAG,SAAS,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ICallNotification, IClearResponse, IErrorNotification, IErrorResponse } from '../interfaces';
|
|
2
|
-
export
|
|
2
|
+
export type TWorkerMessage = ICallNotification | IClearResponse | IErrorNotification | IErrorResponse;
|
|
3
3
|
//# sourceMappingURL=worker-message.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"worker-message.d.ts","sourceRoot":"","sources":["../../../src/types/worker-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,cAAc,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEtG,
|
|
1
|
+
{"version":3,"file":"worker-message.d.ts","sourceRoot":"","sources":["../../../src/types/worker-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,cAAc,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEtG,MAAM,MAAM,cAAc,GAAG,iBAAiB,GAAG,cAAc,GAAG,kBAAkB,GAAG,cAAc,CAAC"}
|
package/package.json
CHANGED
|
@@ -15,27 +15,27 @@
|
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@babel/runtime": "^7.20.
|
|
18
|
+
"@babel/runtime": "^7.20.6",
|
|
19
19
|
"tslib": "^2.4.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.20.5",
|
|
24
24
|
"@babel/plugin-external-helpers": "^7.18.6",
|
|
25
25
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
26
|
-
"@babel/preset-env": "^7.
|
|
27
|
-
"@commitlint/cli": "^17.
|
|
28
|
-
"@commitlint/config-angular": "^17.
|
|
26
|
+
"@babel/preset-env": "^7.20.2",
|
|
27
|
+
"@commitlint/cli": "^17.3.0",
|
|
28
|
+
"@commitlint/config-angular": "^17.3.0",
|
|
29
29
|
"@rollup/plugin-babel": "^5.3.1",
|
|
30
|
-
"chai": "^4.3.
|
|
30
|
+
"chai": "^4.3.7",
|
|
31
31
|
"commitizen": "^4.2.5",
|
|
32
32
|
"cz-conventional-changelog": "^3.3.0",
|
|
33
|
-
"eslint": "^8.
|
|
33
|
+
"eslint": "^8.28.0",
|
|
34
34
|
"eslint-config-holy-grail": "^52.0.33",
|
|
35
35
|
"grunt": "^1.5.3",
|
|
36
36
|
"grunt-cli": "^1.4.3",
|
|
37
37
|
"grunt-sh": "^0.2.0",
|
|
38
|
-
"husky": "^8.0.
|
|
38
|
+
"husky": "^8.0.2",
|
|
39
39
|
"karma": "^6.4.1",
|
|
40
40
|
"karma-browserstack-launcher": "^1.6.0",
|
|
41
41
|
"karma-chrome-launcher": "^3.1.1",
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
"load-grunt-config": "^4.0.1",
|
|
50
50
|
"memory-fs": "^0.5.0",
|
|
51
51
|
"mocha": "^10.1.0",
|
|
52
|
-
"prettier": "^2.
|
|
52
|
+
"prettier": "^2.8.0",
|
|
53
53
|
"pretty-quick": "^3.1.3",
|
|
54
54
|
"rimraf": "^3.0.2",
|
|
55
55
|
"rollup": "^2.79.1",
|
|
56
|
-
"sinon": "^14.0.
|
|
56
|
+
"sinon": "^14.0.2",
|
|
57
57
|
"sinon-chai": "^3.7.0",
|
|
58
|
-
"ts-loader": "^9.4.
|
|
58
|
+
"ts-loader": "^9.4.2",
|
|
59
59
|
"tsconfig-holy-grail": "^11.1.36",
|
|
60
60
|
"tslint": "^6.1.3",
|
|
61
61
|
"tslint-config-holy-grail": "^53.2.34",
|
|
62
|
-
"typescript": "^4.
|
|
63
|
-
"webpack": "^5.
|
|
62
|
+
"typescript": "^4.9.3",
|
|
63
|
+
"webpack": "^5.75.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.46"
|
|
86
86
|
}
|