@xyo-network/evm-plugins 3.0.2 → 3.0.4
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/dist/neutral/index.d.ts +4 -5
- package/dist/neutral/index.d.ts.map +1 -0
- package/dist/neutral/index.mjs.map +1 -1
- package/package.json +54 -54
- package/src/index.ts +1 -1
- package/xy.config.ts +2 -4
package/dist/neutral/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0CAA0C,CAAA;AACxD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,mCAAmC,CAAA;AAGjD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,UAAU,EAAE,oBAAoB,EAAyB,CAAA;AAGtE,eAAe,UAAU,CAAA"}
|
|
@@ -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-x/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":[]}
|
|
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 type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\n// eslint-disable-next-line import-x/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
|
@@ -1,53 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/evm-plugins",
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
"url": "https://xyo.network"
|
|
7
|
-
},
|
|
3
|
+
"version": "3.0.4",
|
|
4
|
+
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
|
+
"homepage": "https://xyo.network",
|
|
8
6
|
"bugs": {
|
|
9
|
-
"
|
|
10
|
-
"
|
|
7
|
+
"url": "git+https://github.com/XYOracleNetwork/plugins/issues",
|
|
8
|
+
"email": "support@xyo.network"
|
|
11
9
|
},
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"@xyo-network/ethereum-blockchain-plugins": "^3.0.2",
|
|
16
|
-
"@xyo-network/evm-abi-diviner": "^3.0.2",
|
|
17
|
-
"@xyo-network/evm-call-witness": "^3.0.2",
|
|
18
|
-
"@xyo-network/evm-contract-witness": "^3.0.2",
|
|
19
|
-
"@xyo-network/payloadset-plugin": "^3.0.2"
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/XYOracleNetwork/plugins.git"
|
|
20
13
|
},
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"@xyo-network/account": "^3.0.2",
|
|
27
|
-
"@xyo-network/api-call-witness": "^3.0.2",
|
|
28
|
-
"@xyo-network/archivist-model": "^3.0.2",
|
|
29
|
-
"@xyo-network/crypto-nft-payload-plugin": "^3.0.2",
|
|
30
|
-
"@xyo-network/diviner-boundwitness-memory": "^3.0.2",
|
|
31
|
-
"@xyo-network/diviner-evm-call-result-to-token-uri": "^3.0.2",
|
|
32
|
-
"@xyo-network/diviner-model": "^3.0.2",
|
|
33
|
-
"@xyo-network/diviner-payload-memory": "^3.0.2",
|
|
34
|
-
"@xyo-network/diviner-payload-model": "^3.0.2",
|
|
35
|
-
"@xyo-network/diviner-temporal-indexing": "^3.0.2",
|
|
36
|
-
"@xyo-network/evm-nft-id-payload-plugin": "^3.0.2",
|
|
37
|
-
"@xyo-network/manifest": "^3.0.2",
|
|
38
|
-
"@xyo-network/module-factory-locator": "^3.0.2",
|
|
39
|
-
"@xyo-network/module-model": "^3.0.2",
|
|
40
|
-
"@xyo-network/node-memory": "^3.0.2",
|
|
41
|
-
"@xyo-network/open-zeppelin-typechain": "^3.1.0",
|
|
42
|
-
"@xyo-network/payload-model": "^3.0.2",
|
|
43
|
-
"@xyo-network/sentinel-model": "^3.0.2",
|
|
44
|
-
"@xyo-network/witness-evm-abstract": "^3.0.2",
|
|
45
|
-
"@xyo-network/witness-timestamp": "^3.0.2",
|
|
46
|
-
"jest": "^29.7.0",
|
|
47
|
-
"typescript": "^5.5.4"
|
|
14
|
+
"license": "LGPL-3.0-only",
|
|
15
|
+
"author": {
|
|
16
|
+
"name": "XYO Development Team",
|
|
17
|
+
"email": "support@xyo.network",
|
|
18
|
+
"url": "https://xyo.network"
|
|
48
19
|
},
|
|
49
|
-
"
|
|
50
|
-
"
|
|
20
|
+
"sideEffects": false,
|
|
21
|
+
"type": "module",
|
|
51
22
|
"exports": {
|
|
52
23
|
".": {
|
|
53
24
|
"types": "./dist/neutral/index.d.ts",
|
|
@@ -56,16 +27,45 @@
|
|
|
56
27
|
"./package.json": "./package.json"
|
|
57
28
|
},
|
|
58
29
|
"module": "dist/neutral/index.mjs",
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
"
|
|
30
|
+
"types": "dist/neutral/index.d.ts",
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"@xyo-network/erc1822-witness": "^3.0.4",
|
|
33
|
+
"@xyo-network/erc1967-witness": "^3.0.4",
|
|
34
|
+
"@xyo-network/ethereum-blockchain-plugins": "^3.0.4",
|
|
35
|
+
"@xyo-network/evm-abi-diviner": "^3.0.4",
|
|
36
|
+
"@xyo-network/evm-call-witness": "^3.0.4",
|
|
37
|
+
"@xyo-network/evm-contract-witness": "^3.0.4",
|
|
38
|
+
"@xyo-network/payloadset-plugin": "^3.0.10"
|
|
63
39
|
},
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@xylabs/delay": "^4.0.4",
|
|
42
|
+
"@xylabs/jest-helpers": "^4.0.4",
|
|
43
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.7",
|
|
44
|
+
"@xylabs/tsconfig": "^4.0.7",
|
|
45
|
+
"@xyo-network/account": "^3.0.10",
|
|
46
|
+
"@xyo-network/api-call-witness": "^3.0.4",
|
|
47
|
+
"@xyo-network/archivist-model": "^3.0.10",
|
|
48
|
+
"@xyo-network/crypto-nft-payload-plugin": "^3.0.4",
|
|
49
|
+
"@xyo-network/diviner-boundwitness-memory": "^3.0.10",
|
|
50
|
+
"@xyo-network/diviner-evm-call-result-to-token-uri": "^3.0.4",
|
|
51
|
+
"@xyo-network/diviner-model": "^3.0.10",
|
|
52
|
+
"@xyo-network/diviner-payload-memory": "^3.0.10",
|
|
53
|
+
"@xyo-network/diviner-payload-model": "^3.0.10",
|
|
54
|
+
"@xyo-network/diviner-temporal-indexing": "^3.0.10",
|
|
55
|
+
"@xyo-network/evm-nft-id-payload-plugin": "^3.0.4",
|
|
56
|
+
"@xyo-network/manifest": "^3.0.10",
|
|
57
|
+
"@xyo-network/module-factory-locator": "^3.0.10",
|
|
58
|
+
"@xyo-network/module-model": "^3.0.10",
|
|
59
|
+
"@xyo-network/node-memory": "^3.0.10",
|
|
60
|
+
"@xyo-network/open-zeppelin-typechain": "^3.1.0",
|
|
61
|
+
"@xyo-network/payload-model": "^3.0.10",
|
|
62
|
+
"@xyo-network/sentinel-model": "^3.0.10",
|
|
63
|
+
"@xyo-network/witness-evm-abstract": "^3.0.10",
|
|
64
|
+
"@xyo-network/witness-timestamp": "^3.0.10",
|
|
65
|
+
"jest": "^29.7.0",
|
|
66
|
+
"typescript": "^5.5.4"
|
|
67
67
|
},
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
68
|
+
"publishConfig": {
|
|
69
|
+
"access": "public"
|
|
70
|
+
}
|
|
71
71
|
}
|
package/src/index.ts
CHANGED
|
@@ -6,7 +6,7 @@ export * from '@xyo-network/evm-call-witness'
|
|
|
6
6
|
export * from '@xyo-network/evm-contract-witness'
|
|
7
7
|
|
|
8
8
|
import { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'
|
|
9
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
|
|
9
|
+
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
|
|
10
10
|
|
|
11
11
|
export const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]
|
|
12
12
|
|
package/xy.config.ts
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
|
|
1
|
+
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
|
|
2
2
|
const config: XyTsupConfig = {
|
|
3
3
|
compile: {
|
|
4
4
|
browser: {},
|
|
5
5
|
node: {},
|
|
6
|
-
neutral: {
|
|
7
|
-
src: true,
|
|
8
|
-
},
|
|
6
|
+
neutral: { src: true },
|
|
9
7
|
},
|
|
10
8
|
}
|
|
11
9
|
|