dcp-worker 3.3.10 → 3.3.11
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/docs/CODEOWNERS +1 -1
- package/package.json +5 -5
package/docs/CODEOWNERS
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @file CODEOWNERS - machine-generated via dcp-docs-wes git@gitlab.com:Distributed-Compute-Protocol/dcp-docs-wes.git
|
|
1
|
+
# @file CODEOWNERS - machine-generated via dcp-docs-wes git@gitlab.com:Distributed-Compute-Protocol/dcp-docs-wes.git 62c77c644fa6129f36e61c727a2b2d0dff9ce6ff
|
|
2
2
|
# @author wes@people
|
|
3
3
|
|
|
4
4
|
[Brandon]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dcp-worker",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.11",
|
|
4
4
|
"description": "JavaScript portion of DCP Workers for Node.js",
|
|
5
5
|
"main": "bin/dcp-worker",
|
|
6
6
|
"keywords": [
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"blessed": "0.1.81",
|
|
41
41
|
"blessed-contrib": "4.11.0",
|
|
42
|
-
"chalk": "4.1.
|
|
43
|
-
"dcp-client": "4.4.
|
|
44
|
-
"kvin": "1.2.
|
|
42
|
+
"chalk": "4.1.2",
|
|
43
|
+
"dcp-client": "4.4.10",
|
|
44
|
+
"kvin": "1.2.14",
|
|
45
45
|
"posix-getopt": "1.2.1",
|
|
46
|
-
"semver": "7.3
|
|
46
|
+
"semver": "7.6.3",
|
|
47
47
|
"syslog-client": "1.1.1"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|