worker-timers 8.0.17 → 8.0.19
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"load-or-return-broker.d.ts","sourceRoot":"","sources":["../../../src/factories/load-or-return-broker.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,GAAI,MAAM,
|
|
1
|
+
{"version":3,"file":"load-or-return-broker.d.ts","sourceRoot":"","sources":["../../../src/factories/load-or-return-broker.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,GAAI,MAAM,EAAE,YAAY,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,EAAE,QAAQ,MAAM,iBAkBnG,CAAC"}
|
package/package.json
CHANGED
|
@@ -15,29 +15,29 @@
|
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@babel/runtime": "^7.26.
|
|
18
|
+
"@babel/runtime": "^7.26.10",
|
|
19
19
|
"tslib": "^2.8.1",
|
|
20
|
-
"worker-timers-broker": "^8.0.
|
|
21
|
-
"worker-timers-worker": "^9.0.
|
|
20
|
+
"worker-timers-broker": "^8.0.5",
|
|
21
|
+
"worker-timers-worker": "^9.0.5"
|
|
22
22
|
},
|
|
23
23
|
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.",
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@babel/cli": "^7.26.4",
|
|
26
|
-
"@babel/core": "^7.26.
|
|
26
|
+
"@babel/core": "^7.26.10",
|
|
27
27
|
"@babel/plugin-external-helpers": "^7.25.9",
|
|
28
|
-
"@babel/plugin-transform-runtime": "^7.26.
|
|
28
|
+
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
29
29
|
"@babel/preset-env": "^7.26.9",
|
|
30
30
|
"@babel/register": "^7.25.9",
|
|
31
|
-
"@commitlint/cli": "^19.
|
|
32
|
-
"@commitlint/config-angular": "^19.
|
|
31
|
+
"@commitlint/cli": "^19.8.0",
|
|
32
|
+
"@commitlint/config-angular": "^19.8.0",
|
|
33
33
|
"@rollup/plugin-babel": "^6.0.4",
|
|
34
34
|
"@rollup/plugin-replace": "^6.0.2",
|
|
35
|
-
"babel-loader": "^
|
|
35
|
+
"babel-loader": "^10.0.0",
|
|
36
36
|
"chai": "^4.3.10",
|
|
37
37
|
"commitizen": "^4.3.1",
|
|
38
38
|
"cz-conventional-changelog": "^3.3.0",
|
|
39
39
|
"eslint": "^8.57.0",
|
|
40
|
-
"eslint-config-holy-grail": "^60.0.
|
|
40
|
+
"eslint-config-holy-grail": "^60.0.25",
|
|
41
41
|
"grunt": "^1.6.1",
|
|
42
42
|
"grunt-cli": "^1.5.0",
|
|
43
43
|
"grunt-sh": "^0.2.1",
|
|
@@ -53,18 +53,18 @@
|
|
|
53
53
|
"lint-staged": "^15.4.3",
|
|
54
54
|
"load-grunt-config": "^4.0.1",
|
|
55
55
|
"memfs": "^4.17.0",
|
|
56
|
-
"mocha": "^
|
|
57
|
-
"prettier": "^3.5.
|
|
56
|
+
"mocha": "^11.1.0",
|
|
57
|
+
"prettier": "^3.5.3",
|
|
58
58
|
"rimraf": "^6.0.1",
|
|
59
|
-
"rollup": "^4.
|
|
59
|
+
"rollup": "^4.35.0",
|
|
60
60
|
"sinon": "^17.0.2",
|
|
61
61
|
"sinon-chai": "^3.7.0",
|
|
62
|
-
"terser-webpack-plugin": "^5.3.
|
|
62
|
+
"terser-webpack-plugin": "^5.3.14",
|
|
63
63
|
"ts-loader": "^9.5.2",
|
|
64
64
|
"tsconfig-holy-grail": "^15.0.2",
|
|
65
65
|
"tslint": "^6.1.3",
|
|
66
66
|
"tslint-config-holy-grail": "^56.0.6",
|
|
67
|
-
"typescript": "^5.
|
|
67
|
+
"typescript": "^5.8.2",
|
|
68
68
|
"webpack": "^5.98.0",
|
|
69
69
|
"webpack-cli": "^6.0.1"
|
|
70
70
|
},
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"lint:test": "eslint --config config/eslint/test.json --ext .js --report-unused-disable-directives test/",
|
|
100
100
|
"prepare": "husky",
|
|
101
101
|
"prepublishOnly": "npm run build",
|
|
102
|
-
"test": "
|
|
102
|
+
"test": "npm run lint && grunt test"
|
|
103
103
|
},
|
|
104
104
|
"types": "build/es2019/module.d.ts",
|
|
105
|
-
"version": "8.0.
|
|
105
|
+
"version": "8.0.19"
|
|
106
106
|
}
|