@xyo-network/plugins 6.0.2 → 6.1.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/README.md +5 -0
- package/package.json +21 -24
- package/dist/browser/index.d.ts +0 -3
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/index.mjs +0 -4
- package/dist/browser/index.mjs.map +0 -7
- package/dist/node/index.d.ts +0 -3
- package/dist/node/index.d.ts.map +0 -1
- package/dist/node/index.mjs +0 -4
- package/dist/node/index.mjs.map +0 -7
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
|
+
|
|
1
3
|
# @xyo-network/plugins
|
|
2
4
|
|
|
3
5
|
[![npm][npm-badge]][npm-link]
|
|
@@ -36,9 +38,12 @@ bun add {{name}}
|
|
|
36
38
|
|
|
37
39
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
38
40
|
|
|
41
|
+
## Credits
|
|
39
42
|
|
|
43
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
40
44
|
|
|
41
45
|
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/plugins.svg
|
|
42
46
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/plugins
|
|
43
47
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/plugins.svg
|
|
44
48
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
49
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/plugins",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xyo-network/
|
|
35
|
-
"@xyo-network/
|
|
34
|
+
"@xyo-network/payload-plugins": "~6.1.0",
|
|
35
|
+
"@xyo-network/payloadset-plugins": "~6.1.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -42,27 +42,25 @@
|
|
|
42
42
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
43
43
|
"@scure/base": "^2.2.0",
|
|
44
44
|
"@scure/bip39": "~2.2.0",
|
|
45
|
-
"@uniswap/v3-sdk": "^3.30.
|
|
46
|
-
"@xylabs/crypto": "^6.0
|
|
47
|
-
"@xylabs/geo": "^6.0
|
|
48
|
-
"@xylabs/sdk-js": "^6.0
|
|
49
|
-
"@xylabs/threads": "^6.0
|
|
50
|
-
"@xylabs/toolchain": "~8.1.
|
|
51
|
-
"@xylabs/tsconfig": "~8.1.
|
|
52
|
-
"@xyo-network/diviner-indexing": "
|
|
53
|
-
"@xyo-network/diviner-payload-model": "^6.0
|
|
45
|
+
"@uniswap/v3-sdk": "^3.30.4",
|
|
46
|
+
"@xylabs/crypto": "^6.1.0",
|
|
47
|
+
"@xylabs/geo": "^6.1.0",
|
|
48
|
+
"@xylabs/sdk-js": "^6.1.0",
|
|
49
|
+
"@xylabs/threads": "^6.1.0",
|
|
50
|
+
"@xylabs/toolchain": "~8.1.20",
|
|
51
|
+
"@xylabs/tsconfig": "~8.1.20",
|
|
52
|
+
"@xyo-network/diviner-indexing": "^6.1.0",
|
|
53
|
+
"@xyo-network/diviner-payload-model": "^6.1.0",
|
|
54
54
|
"@xyo-network/open-zeppelin-typechain": "^4.1.3",
|
|
55
|
-
"@xyo-network/payload-utils": "~6.
|
|
56
|
-
"@xyo-network/sdk-js": "^6.0
|
|
57
|
-
"@xyo-network/sdk-protocol-js": "~6.
|
|
55
|
+
"@xyo-network/payload-utils": "~6.1",
|
|
56
|
+
"@xyo-network/sdk-js": "^6.1.0",
|
|
57
|
+
"@xyo-network/sdk-protocol-js": "~6.1",
|
|
58
58
|
"@xyo-network/uniswap-typechain": "^4.1.3",
|
|
59
|
-
"@xyo-network/witness-timestamp": "^6.0
|
|
59
|
+
"@xyo-network/witness-timestamp": "^6.1.0",
|
|
60
60
|
"ajv": "^8.20.0",
|
|
61
61
|
"async-mutex": "^0.5.0",
|
|
62
62
|
"base64-js": "^1.5.1",
|
|
63
|
-
"bn.js": "^5.2.3",
|
|
64
63
|
"bowser": "^2.14.1",
|
|
65
|
-
"buffer": "^6.0.3",
|
|
66
64
|
"crypto-js": "~4.2.0",
|
|
67
65
|
"debug": "~4.4.3",
|
|
68
66
|
"es6-dynamic-template": "^2.0.0",
|
|
@@ -79,7 +77,6 @@
|
|
|
79
77
|
"lru-cache": "^11.5.1",
|
|
80
78
|
"node-screenlogic": "^2.1.1",
|
|
81
79
|
"observable-fns": "~0.6.1",
|
|
82
|
-
"pako": "~2.1.0",
|
|
83
80
|
"prom-client": "^15.1.3",
|
|
84
81
|
"sha.js": "^2.4.12",
|
|
85
82
|
"systeminformation": "^5.31.7",
|
|
@@ -107,17 +104,15 @@
|
|
|
107
104
|
"@xyo-network/diviner-indexing": "^6.0",
|
|
108
105
|
"@xyo-network/diviner-payload-model": "^6.0",
|
|
109
106
|
"@xyo-network/open-zeppelin-typechain": "^4.1",
|
|
110
|
-
"@xyo-network/payload-utils": "
|
|
107
|
+
"@xyo-network/payload-utils": "^6.1",
|
|
111
108
|
"@xyo-network/sdk-js": "^6.0",
|
|
112
|
-
"@xyo-network/sdk-protocol-js": "
|
|
109
|
+
"@xyo-network/sdk-protocol-js": "^6.1",
|
|
113
110
|
"@xyo-network/uniswap-typechain": "^4.1",
|
|
114
111
|
"@xyo-network/witness-timestamp": "^6.0",
|
|
115
112
|
"ajv": "^8.20",
|
|
116
113
|
"async-mutex": "^0.5",
|
|
117
114
|
"base64-js": "^1.5",
|
|
118
|
-
"bn.js": "^5.2",
|
|
119
115
|
"bowser": "^2.14",
|
|
120
|
-
"buffer": "^6.0",
|
|
121
116
|
"crypto-js": "~4.2",
|
|
122
117
|
"debug": "~4.4",
|
|
123
118
|
"es6-dynamic-template": "^2.0",
|
|
@@ -133,7 +128,6 @@
|
|
|
133
128
|
"lru-cache": "^11.3",
|
|
134
129
|
"node-screenlogic": "^2.1",
|
|
135
130
|
"observable-fns": "~0.6",
|
|
136
|
-
"pako": "~2.1",
|
|
137
131
|
"prom-client": "^15.1",
|
|
138
132
|
"sha.js": "^2.4",
|
|
139
133
|
"systeminformation": "^5.31",
|
|
@@ -142,6 +136,9 @@
|
|
|
142
136
|
"xml2js": "^0.6",
|
|
143
137
|
"zod": "^4.4"
|
|
144
138
|
},
|
|
139
|
+
"engines": {
|
|
140
|
+
"node": "^24"
|
|
141
|
+
},
|
|
145
142
|
"publishConfig": {
|
|
146
143
|
"access": "public"
|
|
147
144
|
},
|
package/dist/browser/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
|
package/dist/browser/index.mjs
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n\n/* NOTE: Re-enable @typescript-eslint/strict-boolean-expressions rule in eslint config and fix all issues */\n/* NOTE: Update no-warning-comments rule in eslint config to warn on \"TODO\" comments */\n"],
|
|
5
|
-
"mappings": ";AAAA,cAAc;AACd,cAAc;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
package/dist/node/index.d.ts
DELETED
package/dist/node/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
|
package/dist/node/index.mjs
DELETED
package/dist/node/index.mjs.map
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n\n/* NOTE: Re-enable @typescript-eslint/strict-boolean-expressions rule in eslint config and fix all issues */\n/* NOTE: Update no-warning-comments rule in eslint config to warn on \"TODO\" comments */\n"],
|
|
5
|
-
"mappings": ";AAAA,cAAc;AACd,cAAc;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|