@xyo-network/plugins 5.3.3 → 5.4.0
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 +83 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/plugins",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -35,38 +35,102 @@
|
|
|
35
35
|
"workspaces": [
|
|
36
36
|
"packages/**/*"
|
|
37
37
|
],
|
|
38
|
-
"scripts": {
|
|
39
|
-
"build": "xy build && xy statics",
|
|
40
|
-
"build-tests": "tsc --noEmit --lib dom,esnext",
|
|
41
|
-
"build-typedoc-site": "typedoc",
|
|
42
|
-
"compile": "./scripts/clear-scrollback-buffer.sh && yarn xy compile",
|
|
43
|
-
"coverage": "yarn vitest --coverage --forceExit",
|
|
44
|
-
"deploy": "xy deploy",
|
|
45
|
-
"lint-pkg": "npmPkgJsonLint .",
|
|
46
|
-
"test": "vitest run"
|
|
47
|
-
},
|
|
48
38
|
"dependencies": {
|
|
49
|
-
"@xyo-network/payload-plugins": "
|
|
39
|
+
"@xyo-network/payload-plugins": "~5.3.4"
|
|
50
40
|
},
|
|
51
41
|
"devDependencies": {
|
|
52
|
-
"@
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
42
|
+
"@metamask/providers": "^22",
|
|
43
|
+
"@opentelemetry/api": "^1",
|
|
44
|
+
"@scure/base": "^2",
|
|
45
|
+
"@types/node": "^25.5.0",
|
|
46
|
+
"@xylabs/crypto": "^5",
|
|
47
|
+
"@xylabs/geo": "^5",
|
|
48
|
+
"@xylabs/sdk-js": "^5",
|
|
49
|
+
"@xylabs/ts-scripts-common": "~7.6.8",
|
|
50
|
+
"@xylabs/ts-scripts-pnpm": "~7.6.8",
|
|
51
|
+
"@xylabs/tsconfig": "~7.6.8",
|
|
52
|
+
"@xylabs/vitest-extended": "^5",
|
|
53
|
+
"@xyo-network/abstract-witness": "^5",
|
|
54
|
+
"@xyo-network/archivist-model": "^5",
|
|
55
|
+
"@xyo-network/archivist-wrapper": "^5",
|
|
56
|
+
"@xyo-network/boundwitness-model": "^5",
|
|
57
|
+
"@xyo-network/boundwitness-validator": "^5",
|
|
58
|
+
"@xyo-network/diviner-abstract": "^5",
|
|
59
|
+
"@xyo-network/diviner-indexing": "^5",
|
|
60
|
+
"@xyo-network/diviner-model": "^5",
|
|
61
|
+
"@xyo-network/diviner-payload-model": "^5",
|
|
62
|
+
"@xyo-network/diviner-wrapper": "^5",
|
|
63
|
+
"@xyo-network/domain-payload-plugin": "^5",
|
|
64
|
+
"@xyo-network/id-payload-plugin": "^5",
|
|
65
|
+
"@xyo-network/module-model": "^5",
|
|
66
|
+
"@xyo-network/payload-model": "^5",
|
|
67
|
+
"@xyo-network/payload-plugin": "^5",
|
|
68
|
+
"@xyo-network/payloadset-plugin": "^5",
|
|
55
69
|
"@xyo-network/payloadset-plugins": "5.3.1",
|
|
70
|
+
"@xyo-network/quadkey": "^5",
|
|
71
|
+
"@xyo-network/schema-payload-plugin": "^5",
|
|
72
|
+
"@xyo-network/sdk-js": "^5",
|
|
73
|
+
"@xyo-network/witness-model": "^5",
|
|
74
|
+
"@xyo-network/witness-timestamp": "^5",
|
|
75
|
+
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
76
|
+
"ajv": "^8",
|
|
77
|
+
"async-mutex": "^0",
|
|
78
|
+
"axios": "^1",
|
|
79
|
+
"base64-js": "^1",
|
|
80
|
+
"cosmiconfig": ">=9",
|
|
81
|
+
"es6-dynamic-template": "^2",
|
|
82
|
+
"esbuild": ">=0.18",
|
|
83
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0",
|
|
84
|
+
"ethers": "^6",
|
|
85
|
+
"file-type": "^21",
|
|
86
|
+
"firebase": "^12",
|
|
87
|
+
"fluent-ffmpeg": "^2",
|
|
88
|
+
"geotiff": "^2",
|
|
89
|
+
"gm": "^1",
|
|
90
|
+
"hasbin": "^1",
|
|
91
|
+
"hash-wasm": "^4",
|
|
92
|
+
"lru-cache": "^11",
|
|
93
|
+
"mapbox-gl": "^3",
|
|
94
|
+
"node-screenlogic": "^2",
|
|
95
|
+
"prom-client": "^15",
|
|
96
|
+
"rollup": "^3.29.4 || ^4",
|
|
97
|
+
"sha.js": "^2",
|
|
98
|
+
"tslib": "^2.8.1",
|
|
56
99
|
"typescript": "~5.9.3",
|
|
100
|
+
"url-parse": "^1",
|
|
101
|
+
"uuid": "^13",
|
|
102
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
103
|
+
"vitest": ">=3 <5",
|
|
104
|
+
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
|
|
105
|
+
"xml2js": "^0",
|
|
57
106
|
"zod": "^4.3.6"
|
|
58
107
|
},
|
|
59
108
|
"peerDependencies": {
|
|
60
109
|
"@xylabs/sdk-js": "^5",
|
|
110
|
+
"@xylabs/vitest-extended": "^5",
|
|
111
|
+
"@xyo-network/diviner-model": "^5",
|
|
112
|
+
"@xyo-network/diviner-payload-model": "^5",
|
|
113
|
+
"@xyo-network/module-model": "^5",
|
|
114
|
+
"@xyo-network/payload-model": "^5",
|
|
115
|
+
"@xyo-network/payload-plugin": "^5",
|
|
61
116
|
"@xyo-network/payloadset-plugins": "^5",
|
|
117
|
+
"node-screenlogic": "^2",
|
|
62
118
|
"zod": "^4"
|
|
63
119
|
},
|
|
64
|
-
"packageManager": "yarn@4.9.2",
|
|
65
120
|
"volta": {
|
|
66
|
-
"node": "22.14.0"
|
|
67
|
-
"yarn": "1.22.22"
|
|
121
|
+
"node": "22.14.0"
|
|
68
122
|
},
|
|
69
123
|
"publishConfig": {
|
|
70
124
|
"access": "public"
|
|
125
|
+
},
|
|
126
|
+
"scripts": {
|
|
127
|
+
"build": "xy build && xy statics",
|
|
128
|
+
"build-tests": "tsc --noEmit --lib dom,esnext",
|
|
129
|
+
"build-typedoc-site": "typedoc",
|
|
130
|
+
"compile": "./scripts/clear-scrollback-buffer.sh && pnpm xy compile",
|
|
131
|
+
"coverage": "pnpm vitest --coverage --forceExit",
|
|
132
|
+
"deploy": "xy deploy",
|
|
133
|
+
"lint-pkg": "npmPkgJsonLint .",
|
|
134
|
+
"test": "vitest run"
|
|
71
135
|
}
|
|
72
|
-
}
|
|
136
|
+
}
|