@xyo-network/evm-plugins 4.1.1 → 4.2.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.
@@ -4,8 +4,7 @@ export * from '@xyo-network/ethereum-blockchain-plugins';
4
4
  export * from '@xyo-network/evm-abi-diviner';
5
5
  export * from '@xyo-network/evm-call-witness';
6
6
  export * from '@xyo-network/evm-contract-witness';
7
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
8
-
9
- declare const EvmPlugins: PayloadSetPluginFunc[];
10
-
11
- export { EvmPlugins, EvmPlugins as default };
7
+ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
8
+ export declare const EvmPlugins: PayloadSetPluginFunc[];
9
+ export default EvmPlugins;
10
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/evm-plugins",
3
- "version": "4.1.1",
3
+ "version": "4.2.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,40 +29,39 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/erc1822-witness": "^4.1.1",
33
- "@xyo-network/erc1967-witness": "^4.1.1",
34
- "@xyo-network/ethereum-blockchain-plugins": "^4.1.1",
35
- "@xyo-network/evm-abi-diviner": "^4.1.1",
36
- "@xyo-network/evm-call-witness": "^4.1.1",
37
- "@xyo-network/evm-contract-witness": "^4.1.1",
38
- "@xyo-network/payloadset-plugin": "^4.1.7"
32
+ "@xyo-network/erc1822-witness": "^4.2.0",
33
+ "@xyo-network/erc1967-witness": "^4.2.0",
34
+ "@xyo-network/ethereum-blockchain-plugins": "^4.2.0",
35
+ "@xyo-network/evm-abi-diviner": "^4.2.0",
36
+ "@xyo-network/evm-call-witness": "^4.2.0",
37
+ "@xyo-network/evm-contract-witness": "^4.2.0",
38
+ "@xyo-network/payloadset-plugin": "^4.3.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@xylabs/delay": "^4.13.23",
42
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.24",
43
- "@xylabs/tsconfig": "^7.0.0-rc.24",
44
- "@xylabs/vitest-extended": "^4.13.23",
45
- "@xyo-network/api-call-witness": "^4.1.1",
46
- "@xyo-network/archivist-model": "^4.1.7",
47
- "@xyo-network/crypto-nft-payload-plugin": "^4.1.1",
48
- "@xyo-network/diviner-boundwitness-memory": "^4.1.7",
49
- "@xyo-network/diviner-evm-call-result-to-token-uri": "^4.1.1",
50
- "@xyo-network/diviner-model": "^4.1.7",
51
- "@xyo-network/diviner-payload-generic": "^4.1.7",
52
- "@xyo-network/diviner-payload-model": "^4.1.7",
53
- "@xyo-network/diviner-temporal-indexing": "^4.1.7",
54
- "@xyo-network/evm-nft-id-payload-plugin": "^4.1.1",
55
- "@xyo-network/manifest": "^4.1.7",
56
- "@xyo-network/module-factory-locator": "^4.1.7",
57
- "@xyo-network/module-model": "^4.1.7",
58
- "@xyo-network/node-memory": "^4.1.7",
41
+ "@xylabs/delay": "^4.15.1",
42
+ "@xylabs/ts-scripts-yarn3": "^7.0.1",
43
+ "@xylabs/tsconfig": "^7.0.1",
44
+ "@xylabs/vitest-extended": "^4.15.1",
45
+ "@xyo-network/api-call-witness": "^4.2.0",
46
+ "@xyo-network/archivist-model": "^4.3.0",
47
+ "@xyo-network/crypto-nft-payload-plugin": "^4.2.0",
48
+ "@xyo-network/diviner-boundwitness-memory": "^4.3.0",
49
+ "@xyo-network/diviner-evm-call-result-to-token-uri": "^4.2.0",
50
+ "@xyo-network/diviner-model": "^4.3.0",
51
+ "@xyo-network/diviner-payload-generic": "^4.3.0",
52
+ "@xyo-network/diviner-payload-model": "^4.3.0",
53
+ "@xyo-network/diviner-temporal-indexing": "^4.3.0",
54
+ "@xyo-network/evm-nft-id-payload-plugin": "^4.2.0",
55
+ "@xyo-network/manifest": "^4.3.0",
56
+ "@xyo-network/module-factory-locator": "^4.3.0",
57
+ "@xyo-network/module-model": "^4.3.0",
58
+ "@xyo-network/node-memory": "^4.3.0",
59
59
  "@xyo-network/open-zeppelin-typechain": "^3.5.4",
60
- "@xyo-network/payload-model": "^4.1.7",
61
- "@xyo-network/sentinel-model": "^4.1.7",
62
- "@xyo-network/wallet": "^4.1.7",
63
- "@xyo-network/witness-evm-abstract": "^4.1.7",
64
- "@xyo-network/witness-timestamp": "^4.1.7",
65
- "knip": "^5.62.0",
60
+ "@xyo-network/payload-model": "^4.3.0",
61
+ "@xyo-network/sentinel-model": "^4.3.0",
62
+ "@xyo-network/wallet": "^4.3.0",
63
+ "@xyo-network/witness-evm-abstract": "^4.3.0",
64
+ "@xyo-network/witness-timestamp": "^4.3.0",
66
65
  "typescript": "^5.8.3",
67
66
  "vitest": "^3.2.4"
68
67
  },