@xyo-network/plugins 2.86.4 → 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 CHANGED
@@ -13,8 +13,8 @@
13
13
  "packages/**/*"
14
14
  ],
15
15
  "dependencies": {
16
- "@xyo-network/payload-plugins": "~2.86.4",
17
- "@xyo-network/payloadset-plugins": "~2.86.4"
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",
@@ -24,15 +24,23 @@
24
24
  "@types/supertest": "^6.0.2",
25
25
  "@typescript-eslint/eslint-plugin": "^6.19.0",
26
26
  "@typescript-eslint/parser": "^6.19.0",
27
- "@xylabs/eslint-config": "^3.2.41",
28
- "@xylabs/forget": "^2.13.23",
29
- "@xylabs/ts-scripts-yarn3": "^3.2.41",
30
- "@xylabs/tsconfig": "^3.2.41",
31
- "@xylabs/tsconfig-dom-jest": "^3.2.41",
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.1",
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",
@@ -52,8 +60,7 @@
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.4",
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
+ }