@xyo-network/plugins 2.86.3 → 2.86.5
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 +25 -18
- package/src/spec/050/manifest.json +29 -0
package/package.json
CHANGED
|
@@ -13,26 +13,34 @@
|
|
|
13
13
|
"packages/**/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xyo-network/payload-plugins": "~2.86.
|
|
17
|
-
"@xyo-network/payloadset-plugins": "~2.86.
|
|
16
|
+
"@xyo-network/payload-plugins": "~2.86.5",
|
|
17
|
+
"@xyo-network/payloadset-plugins": "~2.86.5"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@babel/core": "^7.23.7",
|
|
21
|
-
"@babel/preset-env": "^7.23.
|
|
21
|
+
"@babel/preset-env": "^7.23.8",
|
|
22
22
|
"@babel/preset-typescript": "^7.23.3",
|
|
23
23
|
"@types/jest": "^29.5.11",
|
|
24
|
-
"@types/supertest": "^
|
|
25
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
26
|
-
"@typescript-eslint/parser": "^6.
|
|
27
|
-
"@xylabs/eslint-config": "^3.2.
|
|
28
|
-
"@xylabs/forget": "^2.13.
|
|
29
|
-
"@xylabs/ts-scripts-yarn3": "^3.2.
|
|
30
|
-
"@xylabs/tsconfig": "^3.2.
|
|
31
|
-
"@xylabs/tsconfig-dom-jest": "^3.2.
|
|
24
|
+
"@types/supertest": "^6.0.2",
|
|
25
|
+
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
26
|
+
"@typescript-eslint/parser": "^6.19.0",
|
|
27
|
+
"@xylabs/eslint-config": "^3.2.42",
|
|
28
|
+
"@xylabs/forget": "^2.13.25",
|
|
29
|
+
"@xylabs/ts-scripts-yarn3": "^3.2.42",
|
|
30
|
+
"@xylabs/tsconfig": "^3.2.42",
|
|
31
|
+
"@xylabs/tsconfig-dom-jest": "^3.2.42",
|
|
32
|
+
"@xyo-network/account": "^2.88.2",
|
|
33
|
+
"@xyo-network/archivist-memory": "^2.88.2",
|
|
34
|
+
"@xyo-network/boundwitness-builder": "^2.88.2",
|
|
35
|
+
"@xyo-network/hash": "^2.88.2",
|
|
36
|
+
"@xyo-network/manifest": "^2.88.2",
|
|
37
|
+
"@xyo-network/manifest-wrapper": "^2.88.2",
|
|
38
|
+
"@xyo-network/node-memory": "^2.88.2",
|
|
32
39
|
"babel-jest": "^29.7.0",
|
|
33
|
-
"dotenv": "^16.3.
|
|
40
|
+
"dotenv": "^16.3.2",
|
|
34
41
|
"eslint": "^8.56.0",
|
|
35
42
|
"eslint-plugin-unicorn": "^50.0.1",
|
|
43
|
+
"ethers": "^6.10.0",
|
|
36
44
|
"jest": "^29.7.0",
|
|
37
45
|
"jest-docblock": "^29.7.0",
|
|
38
46
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -40,20 +48,19 @@
|
|
|
40
48
|
"jest-runner": "^29.7.0",
|
|
41
49
|
"jest-runner-groups": "^2.2.0",
|
|
42
50
|
"jest-sorted": "^1.0.14",
|
|
43
|
-
"nodemon": "^3.0.
|
|
51
|
+
"nodemon": "^3.0.3",
|
|
44
52
|
"reflect-metadata": "^0.1.14",
|
|
45
|
-
"supertest": "^6.3.
|
|
53
|
+
"supertest": "^6.3.4",
|
|
46
54
|
"ts-jest": "^29.1.1",
|
|
47
55
|
"ts-node": "^10.9.2",
|
|
48
|
-
"typedoc": "^0.25.
|
|
56
|
+
"typedoc": "^0.25.7",
|
|
49
57
|
"typescript": "^5.3.3"
|
|
50
58
|
},
|
|
51
59
|
"resolutions": {
|
|
52
60
|
"axios": "^1",
|
|
53
61
|
"bn.js": "^5",
|
|
54
62
|
"mapbox-gl": "^2",
|
|
55
|
-
"quick-lru": "^5"
|
|
56
|
-
"typescript": "5.2.2"
|
|
63
|
+
"quick-lru": "^5"
|
|
57
64
|
},
|
|
58
65
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
59
66
|
"exports": {
|
|
@@ -104,7 +111,7 @@
|
|
|
104
111
|
"build-typedoc-site": "typedoc"
|
|
105
112
|
},
|
|
106
113
|
"sideEffects": false,
|
|
107
|
-
"version": "2.86.
|
|
114
|
+
"version": "2.86.5",
|
|
108
115
|
"packageManager": "yarn@4.0.2",
|
|
109
116
|
"volta": {
|
|
110
117
|
"node": "18.17.1",
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodes": [
|
|
3
|
+
{
|
|
4
|
+
"config": {
|
|
5
|
+
"name": "Node",
|
|
6
|
+
"schema": "network.xyo.node.config"
|
|
7
|
+
},
|
|
8
|
+
"modules": {
|
|
9
|
+
"private": [
|
|
10
|
+
{
|
|
11
|
+
"config": {
|
|
12
|
+
"name": "PrivateArchivist",
|
|
13
|
+
"schema": "network.xyo.archivist.config"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"public": [
|
|
18
|
+
{
|
|
19
|
+
"config": {
|
|
20
|
+
"name": "PublicArchivist",
|
|
21
|
+
"schema": "network.xyo.archivist.config"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"schema": "network.xyo.manifest.package"
|
|
29
|
+
}
|