@xyo-network/evm-plugins 2.99.5 → 2.99.6

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.
@@ -32,8 +32,6 @@ __reExport(src_exports, require("@xyo-network/evm-abi-diviner"), module.exports)
32
32
  __reExport(src_exports, require("@xyo-network/evm-call-witness"), module.exports);
33
33
  __reExport(src_exports, require("@xyo-network/evm-contract-witness"), module.exports);
34
34
  var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
35
- var EvmPlugins = [
36
- ...import_ethereum_blockchain_plugins.EthereumPlugins
37
- ];
35
+ var EvmPlugins = [...import_ethereum_blockchain_plugins.EthereumPlugins];
38
36
  var src_default = EvmPlugins;
39
37
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,yCAAd;AACA,wBAAc,yCADd;AAEA,wBAAc,qDAFd;AAGA,wBAAc,yCAHd;AAIA,wBAAc,0CAJd;AAKA,wBAAc,8CALd;AAOA,yCAAgC;AAGzB,IAAMA,aAAqC;KAAIC;;AAGtD,IAAA,cAAeD;","names":["EvmPlugins","EthereumPlugins"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,yCAAd;AACA,wBAAc,yCADd;AAEA,wBAAc,qDAFd;AAGA,wBAAc,yCAHd;AAIA,wBAAc,0CAJd;AAKA,wBAAc,8CALd;AAOA,yCAAgC;AAGzB,IAAM,aAAqC,CAAC,GAAG,kDAAe;AAGrE,IAAO,cAAQ;","names":[]}
@@ -6,9 +6,7 @@ export * from "@xyo-network/evm-abi-diviner";
6
6
  export * from "@xyo-network/evm-call-witness";
7
7
  export * from "@xyo-network/evm-contract-witness";
8
8
  import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
9
- var EvmPlugins = [
10
- ...EthereumPlugins
11
- ];
9
+ var EvmPlugins = [...EthereumPlugins];
12
10
  var src_default = EvmPlugins;
13
11
  export {
14
12
  EvmPlugins,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAASA,uBAAuB;AAGzB,IAAMC,aAAqC;KAAID;;AAGtD,IAAA,cAAeC;","names":["EthereumPlugins","EvmPlugins"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,uBAAuB;AAGzB,IAAM,aAAqC,CAAC,GAAG,eAAe;AAGrE,IAAO,cAAQ;","names":[]}
@@ -32,8 +32,6 @@ __reExport(src_exports, require("@xyo-network/evm-abi-diviner"), module.exports)
32
32
  __reExport(src_exports, require("@xyo-network/evm-call-witness"), module.exports);
33
33
  __reExport(src_exports, require("@xyo-network/evm-contract-witness"), module.exports);
34
34
  var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
35
- var EvmPlugins = [
36
- ...import_ethereum_blockchain_plugins.EthereumPlugins
37
- ];
35
+ var EvmPlugins = [...import_ethereum_blockchain_plugins.EthereumPlugins];
38
36
  var src_default = EvmPlugins;
39
37
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,yCAAd;AACA,wBAAc,yCADd;AAEA,wBAAc,qDAFd;AAGA,wBAAc,yCAHd;AAIA,wBAAc,0CAJd;AAKA,wBAAc,8CALd;AAOA,yCAAgC;AAGzB,IAAMA,aAAqC;KAAIC;;AAGtD,IAAA,cAAeD;","names":["EvmPlugins","EthereumPlugins"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,yCAAd;AACA,wBAAc,yCADd;AAEA,wBAAc,qDAFd;AAGA,wBAAc,yCAHd;AAIA,wBAAc,0CAJd;AAKA,wBAAc,8CALd;AAOA,yCAAgC;AAGzB,IAAM,aAAqC,CAAC,GAAG,kDAAe;AAGrE,IAAO,cAAQ;","names":[]}
@@ -6,9 +6,7 @@ export * from "@xyo-network/evm-abi-diviner";
6
6
  export * from "@xyo-network/evm-call-witness";
7
7
  export * from "@xyo-network/evm-contract-witness";
8
8
  import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
9
- var EvmPlugins = [
10
- ...EthereumPlugins
11
- ];
9
+ var EvmPlugins = [...EthereumPlugins];
12
10
  var src_default = EvmPlugins;
13
11
  export {
14
12
  EvmPlugins,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAASA,uBAAuB;AAGzB,IAAMC,aAAqC;KAAID;;AAGtD,IAAA,cAAeC;","names":["EthereumPlugins","EvmPlugins"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,uBAAuB;AAGzB,IAAM,aAAqC,CAAC,GAAG,eAAe;AAGrE,IAAO,cAAQ;","names":[]}
@@ -32,9 +32,7 @@ __reExport(src_exports, require("@xyo-network/evm-abi-diviner"), module.exports)
32
32
  __reExport(src_exports, require("@xyo-network/evm-call-witness"), module.exports);
33
33
  __reExport(src_exports, require("@xyo-network/evm-contract-witness"), module.exports);
34
34
  var import_ethereum_blockchain_plugins = require("@xyo-network/ethereum-blockchain-plugins");
35
- var EvmPlugins = [
36
- ...import_ethereum_blockchain_plugins.EthereumPlugins
37
- ];
35
+ var EvmPlugins = [...import_ethereum_blockchain_plugins.EthereumPlugins];
38
36
  var src_default = EvmPlugins;
39
37
  // Annotate the CommonJS export names for ESM import in node:
40
38
  0 && (module.exports = {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,yCAAd;AACA,wBAAc,yCADd;AAEA,wBAAc,qDAFd;AAGA,wBAAc,yCAHd;AAIA,wBAAc,0CAJd;AAKA,wBAAc,8CALd;AAOA,yCAAgC;AAGzB,IAAMA,aAAqC;KAAIC;;AAGtD,IAAA,cAAeD;","names":["EvmPlugins","EthereumPlugins"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,yCAAd;AACA,wBAAc,yCADd;AAEA,wBAAc,qDAFd;AAGA,wBAAc,yCAHd;AAIA,wBAAc,0CAJd;AAKA,wBAAc,8CALd;AAOA,yCAAgC;AAGzB,IAAM,aAAqC,CAAC,GAAG,kDAAe;AAGrE,IAAO,cAAQ;","names":[]}
@@ -6,9 +6,7 @@ export * from "@xyo-network/evm-abi-diviner";
6
6
  export * from "@xyo-network/evm-call-witness";
7
7
  export * from "@xyo-network/evm-contract-witness";
8
8
  import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
9
- var EvmPlugins = [
10
- ...EthereumPlugins
11
- ];
9
+ var EvmPlugins = [...EthereumPlugins];
12
10
  var src_default = EvmPlugins;
13
11
  export {
14
12
  EvmPlugins,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAASA,uBAAuB;AAGzB,IAAMC,aAAqC;KAAID;;AAGtD,IAAA,cAAeC;","names":["EthereumPlugins","EvmPlugins"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/erc1822-witness'\nexport * from '@xyo-network/erc1967-witness'\nexport * from '@xyo-network/ethereum-blockchain-plugins'\nexport * from '@xyo-network/evm-abi-diviner'\nexport * from '@xyo-network/evm-call-witness'\nexport * from '@xyo-network/evm-contract-witness'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EvmPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,uBAAuB;AAGzB,IAAM,aAAqC,CAAC,GAAG,eAAe;AAGrE,IAAO,cAAQ;","names":[]}
package/package.json CHANGED
@@ -10,39 +10,39 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/erc1822-witness": "^2.99.5",
14
- "@xyo-network/erc1967-witness": "^2.99.5",
15
- "@xyo-network/ethereum-blockchain-plugins": "^2.99.5",
16
- "@xyo-network/evm-abi-diviner": "^2.99.5",
17
- "@xyo-network/evm-call-witness": "^2.99.5",
18
- "@xyo-network/evm-contract-witness": "^2.99.5",
19
- "@xyo-network/payloadset-plugin": "^2.111.2"
13
+ "@xyo-network/erc1822-witness": "^2.99.6",
14
+ "@xyo-network/erc1967-witness": "^2.99.6",
15
+ "@xyo-network/ethereum-blockchain-plugins": "^2.99.6",
16
+ "@xyo-network/evm-abi-diviner": "^2.99.6",
17
+ "@xyo-network/evm-call-witness": "^2.99.6",
18
+ "@xyo-network/evm-contract-witness": "^2.99.6",
19
+ "@xyo-network/payloadset-plugin": "^2.111.3"
20
20
  },
21
21
  "devDependencies": {
22
- "@xylabs/delay": "^3.6.8",
23
- "@xylabs/jest-helpers": "^3.6.8",
24
- "@xylabs/ts-scripts-yarn3": "^3.15.13",
25
- "@xylabs/tsconfig": "^3.15.13",
26
- "@xyo-network/account": "^2.111.2",
27
- "@xyo-network/api-call-witness": "^2.99.5",
28
- "@xyo-network/archivist-model": "^2.111.2",
29
- "@xyo-network/crypto-nft-payload-plugin": "^2.99.5",
30
- "@xyo-network/diviner-boundwitness-memory": "^2.111.2",
31
- "@xyo-network/diviner-evm-call-result-to-token-uri": "^2.99.5",
32
- "@xyo-network/diviner-model": "^2.111.2",
33
- "@xyo-network/diviner-payload-memory": "^2.111.2",
34
- "@xyo-network/diviner-payload-model": "^2.111.2",
35
- "@xyo-network/diviner-temporal-indexing": "^2.111.2",
36
- "@xyo-network/evm-nft-id-payload-plugin": "^2.99.5",
37
- "@xyo-network/manifest": "^2.111.2",
38
- "@xyo-network/module-factory-locator": "^2.111.2",
39
- "@xyo-network/module-model": "^2.111.2",
40
- "@xyo-network/node-memory": "^2.111.2",
41
- "@xyo-network/open-zeppelin-typechain": "^3.0.5",
42
- "@xyo-network/payload-model": "^2.111.2",
43
- "@xyo-network/sentinel-model": "^2.111.2",
44
- "@xyo-network/witness-evm-abstract": "^2.111.2",
45
- "@xyo-network/witness-timestamp": "^2.111.2",
22
+ "@xylabs/delay": "^3.6.12",
23
+ "@xylabs/jest-helpers": "^3.6.12",
24
+ "@xylabs/ts-scripts-yarn3": "^3.15.14",
25
+ "@xylabs/tsconfig": "^3.15.14",
26
+ "@xyo-network/account": "^2.111.3",
27
+ "@xyo-network/api-call-witness": "^2.99.6",
28
+ "@xyo-network/archivist-model": "^2.111.3",
29
+ "@xyo-network/crypto-nft-payload-plugin": "^2.99.6",
30
+ "@xyo-network/diviner-boundwitness-memory": "^2.111.3",
31
+ "@xyo-network/diviner-evm-call-result-to-token-uri": "^2.99.6",
32
+ "@xyo-network/diviner-model": "^2.111.3",
33
+ "@xyo-network/diviner-payload-memory": "^2.111.3",
34
+ "@xyo-network/diviner-payload-model": "^2.111.3",
35
+ "@xyo-network/diviner-temporal-indexing": "^2.111.3",
36
+ "@xyo-network/evm-nft-id-payload-plugin": "^2.99.6",
37
+ "@xyo-network/manifest": "^2.111.3",
38
+ "@xyo-network/module-factory-locator": "^2.111.3",
39
+ "@xyo-network/module-model": "^2.111.3",
40
+ "@xyo-network/node-memory": "^2.111.3",
41
+ "@xyo-network/open-zeppelin-typechain": "^3.1.0",
42
+ "@xyo-network/payload-model": "^2.111.3",
43
+ "@xyo-network/sentinel-model": "^2.111.3",
44
+ "@xyo-network/witness-evm-abstract": "^2.111.3",
45
+ "@xyo-network/witness-timestamp": "^2.111.3",
46
46
  "jest": "^29.7.0",
47
47
  "typescript": "^5.5.4"
48
48
  },
@@ -85,6 +85,6 @@
85
85
  "url": "https://github.com/XYOracleNetwork/plugins.git"
86
86
  },
87
87
  "sideEffects": false,
88
- "version": "2.99.5",
88
+ "version": "2.99.6",
89
89
  "type": "module"
90
90
  }