dcp-worker 3.3.0 → 3.3.2
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 +8 -11
- package/package.json +2 -2
package/docs/CODEOWNERS
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
|
-
# @file
|
|
2
|
-
#
|
|
3
|
-
#
|
|
4
|
-
# See https://docs.gitlab.com/ee/user/project/code_owners.html
|
|
5
|
-
#
|
|
6
|
-
# @author Bryan Hoang <bryan@distributive.network>
|
|
7
|
-
# @date August 2022
|
|
8
|
-
|
|
9
|
-
# Username mapping:
|
|
10
|
-
# @wesgarland -> Wes Garland <wes@distributive.network>
|
|
11
|
-
|
|
1
|
+
# @file CODEOWNERS - machine-generated via dcp-docs-wes git@gitlab.com:Distributed-Compute-Protocol/dcp-docs-wes.git 95d8ee8e39d502a4e215311b8685a8c18c5dff99
|
|
2
|
+
# @author wes@people
|
|
3
|
+
# @date Wed Apr 24 09:17:03 EDT 2024
|
|
12
4
|
|
|
13
5
|
[]
|
|
14
6
|
|
|
7
|
+
[Brandon]
|
|
8
|
+
/catalog-info.yaml @BChristieDistributive
|
|
9
|
+
|
|
15
10
|
[Eddie]
|
|
16
11
|
/package-lock.json @eroosenmaallen
|
|
17
12
|
|
|
@@ -19,10 +14,12 @@
|
|
|
19
14
|
/npm-hooks/ @wesgarland
|
|
20
15
|
/README.md @wesgarland
|
|
21
16
|
/docs/ @wesgarland
|
|
17
|
+
/package-lock.json @wesgarland
|
|
22
18
|
/.eslintrc.js @wesgarland
|
|
23
19
|
/.npmrc @wesgarland
|
|
24
20
|
/.tidelift @wesgarland
|
|
25
21
|
/lib/ @wesgarland
|
|
22
|
+
/package.json @wesgarland
|
|
26
23
|
/LICENSE.md @wesgarland
|
|
27
24
|
/.trunk/ @wesgarland
|
|
28
25
|
/.gitignore @wesgarland
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dcp-worker",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
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.2",
|
|
44
44
|
"kvin": "^1.2.7",
|
|
45
45
|
"posix-getopt": "^1.2.1",
|
|
46
46
|
"semver": "^7.3.8",
|