dcp-worker 3.3.7 → 3.3.8
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 +12 -19
- package/package.json +2 -2
package/docs/CODEOWNERS
CHANGED
|
@@ -1,35 +1,28 @@
|
|
|
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 5eb6bcbbb494c50f0a8d4162a11f3eb1af2da7d9
|
|
2
2
|
# @author wes@people
|
|
3
|
-
# @date Wed Apr 24 09:17:03 EDT 2024
|
|
4
|
-
|
|
5
|
-
[]
|
|
6
3
|
|
|
7
4
|
[Brandon]
|
|
5
|
+
/publish-docs.sh @BChristieDistributive
|
|
8
6
|
/catalog-info.yaml @BChristieDistributive
|
|
9
7
|
|
|
10
8
|
[Eddie]
|
|
11
9
|
/package-lock.json @eroosenmaallen
|
|
12
10
|
|
|
13
11
|
[Wes]
|
|
14
|
-
/
|
|
15
|
-
/
|
|
16
|
-
/
|
|
17
|
-
/package-lock.json @wesgarland
|
|
12
|
+
/etc/ @wesgarland
|
|
13
|
+
/lib/ @wesgarland
|
|
14
|
+
/bin/ @wesgarland
|
|
18
15
|
/.eslintrc.js @wesgarland
|
|
16
|
+
/.git @wesgarland
|
|
17
|
+
/.gitignore @wesgarland
|
|
18
|
+
/.gitlab-ci.yml @wesgarland
|
|
19
19
|
/.npmrc @wesgarland
|
|
20
20
|
/.tidelift @wesgarland
|
|
21
|
-
/lib/ @wesgarland
|
|
22
|
-
/package.json @wesgarland
|
|
23
|
-
/LICENSE.md @wesgarland
|
|
24
21
|
/.trunk/ @wesgarland
|
|
25
|
-
|
|
26
|
-
/
|
|
27
|
-
|
|
28
|
-
/
|
|
29
|
-
/catalog-info.yaml @wesgarland
|
|
30
|
-
/etc/ @wesgarland
|
|
31
|
-
/lib/ @wesgarland
|
|
32
|
-
/bin/ @wesgarland
|
|
22
|
+
/LICENSE.md @wesgarland
|
|
23
|
+
/README.md @wesgarland
|
|
24
|
+
/docs/ @wesgarland
|
|
25
|
+
/npm-hooks/ @wesgarland
|
|
33
26
|
|
|
34
27
|
[Wes or Eddie]
|
|
35
28
|
/package.json @wesgarland @eroosenmaallen
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dcp-worker",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.8",
|
|
4
4
|
"description": "JavaScript portion of DCP Workers for Node.js",
|
|
5
5
|
"main": "bin/dcp-worker",
|
|
6
6
|
"keywords": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"blessed": "^0.1.81",
|
|
41
41
|
"blessed-contrib": "4.11.0",
|
|
42
42
|
"chalk": "^4.1.0",
|
|
43
|
-
"dcp-client": "4.4.
|
|
43
|
+
"dcp-client": "4.4.8",
|
|
44
44
|
"kvin": "^1.2.7",
|
|
45
45
|
"posix-getopt": "^1.2.1",
|
|
46
46
|
"semver": "^7.3.8",
|