@xyo-network/plugins 6.0.3 → 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 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",
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/payload-plugins": "~6.0.3",
35
- "@xyo-network/payloadset-plugins": "~6.0.3"
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",
@@ -43,26 +43,24 @@
43
43
  "@scure/base": "^2.2.0",
44
44
  "@scure/bip39": "~2.2.0",
45
45
  "@uniswap/v3-sdk": "^3.30.4",
46
- "@xylabs/crypto": "^6.0.8",
47
- "@xylabs/geo": "^6.0.8",
48
- "@xylabs/sdk-js": "^6.0.8",
49
- "@xylabs/threads": "^6.0.8",
50
- "@xylabs/toolchain": "~8.1.16",
51
- "@xylabs/tsconfig": "~8.1.16",
52
- "@xyo-network/diviner-indexing": "~6.0.4",
53
- "@xyo-network/diviner-payload-model": "^6.0.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.0.9",
56
- "@xyo-network/sdk-js": "^6.0.4",
57
- "@xyo-network/sdk-protocol-js": "~6.0.9",
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.4",
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",
@@ -106,17 +104,15 @@
106
104
  "@xyo-network/diviner-indexing": "^6.0",
107
105
  "@xyo-network/diviner-payload-model": "^6.0",
108
106
  "@xyo-network/open-zeppelin-typechain": "^4.1",
109
- "@xyo-network/payload-utils": "~6.0",
107
+ "@xyo-network/payload-utils": "^6.1",
110
108
  "@xyo-network/sdk-js": "^6.0",
111
- "@xyo-network/sdk-protocol-js": "~6.0",
109
+ "@xyo-network/sdk-protocol-js": "^6.1",
112
110
  "@xyo-network/uniswap-typechain": "^4.1",
113
111
  "@xyo-network/witness-timestamp": "^6.0",
114
112
  "ajv": "^8.20",
115
113
  "async-mutex": "^0.5",
116
114
  "base64-js": "^1.5",
117
- "bn.js": "^5.2",
118
115
  "bowser": "^2.14",
119
- "buffer": "^6.0",
120
116
  "crypto-js": "~4.2",
121
117
  "debug": "~4.4",
122
118
  "es6-dynamic-template": "^2.0",
@@ -140,6 +136,9 @@
140
136
  "xml2js": "^0.6",
141
137
  "zod": "^4.4"
142
138
  },
139
+ "engines": {
140
+ "node": "^24"
141
+ },
143
142
  "publishConfig": {
144
143
  "access": "public"
145
144
  },
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/payload-plugins';
2
- export * from '@xyo-network/payloadset-plugins';
3
- //# sourceMappingURL=index.d.ts.map
@@ -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"}
@@ -1,4 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/payload-plugins";
3
- export * from "@xyo-network/payloadset-plugins";
4
- //# sourceMappingURL=index.mjs.map
@@ -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
- }
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/payload-plugins';
2
- export * from '@xyo-network/payloadset-plugins';
3
- //# sourceMappingURL=index.d.ts.map
@@ -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"}
@@ -1,4 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/payload-plugins";
3
- export * from "@xyo-network/payloadset-plugins";
4
- //# sourceMappingURL=index.mjs.map
@@ -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
- }