broker-factory 3.0.105 → 3.0.107
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/package.json +12 -12
package/package.json
CHANGED
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/runtime": "^7.
|
|
13
|
-
"fast-unique-numbers": "^9.0.
|
|
14
|
-
"tslib": "^2.8.
|
|
15
|
-
"worker-factory": "^7.0.
|
|
12
|
+
"@babel/runtime": "^7.26.0",
|
|
13
|
+
"fast-unique-numbers": "^9.0.14",
|
|
14
|
+
"tslib": "^2.8.1",
|
|
15
|
+
"worker-factory": "^7.0.34"
|
|
16
16
|
},
|
|
17
17
|
"description": "A little factory function to create a broker for a JSON-RPC based Web Worker.",
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@babel/core": "^7.
|
|
19
|
+
"@babel/core": "^7.26.0",
|
|
20
20
|
"@babel/plugin-external-helpers": "^7.25.9",
|
|
21
21
|
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
22
|
-
"@babel/preset-env": "^7.
|
|
22
|
+
"@babel/preset-env": "^7.26.0",
|
|
23
23
|
"@commitlint/cli": "^19.5.0",
|
|
24
24
|
"@commitlint/config-angular": "^19.5.0",
|
|
25
25
|
"@rollup/plugin-babel": "^6.0.4",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"commitizen": "^4.3.1",
|
|
28
28
|
"cz-conventional-changelog": "^3.3.0",
|
|
29
29
|
"eslint": "^8.57.0",
|
|
30
|
-
"eslint-config-holy-grail": "^60.0.
|
|
30
|
+
"eslint-config-holy-grail": "^60.0.12",
|
|
31
31
|
"grunt": "^1.6.1",
|
|
32
32
|
"grunt-cli": "^1.5.0",
|
|
33
33
|
"grunt-sh": "^0.2.1",
|
|
@@ -42,18 +42,18 @@
|
|
|
42
42
|
"karma-webpack": "^5.0.1",
|
|
43
43
|
"lint-staged": "^15.2.10",
|
|
44
44
|
"load-grunt-config": "^4.0.1",
|
|
45
|
-
"mocha": "^10.
|
|
45
|
+
"mocha": "^10.8.2",
|
|
46
46
|
"prettier": "^3.3.3",
|
|
47
47
|
"rimraf": "^6.0.1",
|
|
48
|
-
"rollup": "^4.24.
|
|
48
|
+
"rollup": "^4.24.3",
|
|
49
49
|
"sinon": "^17.0.2",
|
|
50
50
|
"sinon-chai": "^3.7.0",
|
|
51
51
|
"ts-loader": "^9.5.1",
|
|
52
52
|
"tsconfig-holy-grail": "^15.0.1",
|
|
53
53
|
"tslint": "^6.1.3",
|
|
54
|
-
"tslint-config-holy-grail": "^56.0.
|
|
54
|
+
"tslint-config-holy-grail": "^56.0.5",
|
|
55
55
|
"typescript": "^5.6.3",
|
|
56
|
-
"webpack": "^5.
|
|
56
|
+
"webpack": "^5.96.1"
|
|
57
57
|
},
|
|
58
58
|
"files": [
|
|
59
59
|
"build/es2019/",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"test": "grunt lint && grunt test"
|
|
81
81
|
},
|
|
82
82
|
"types": "build/es2019/module.d.ts",
|
|
83
|
-
"version": "3.0.
|
|
83
|
+
"version": "3.0.107"
|
|
84
84
|
}
|