@xyo-network/evm-plugins 3.4.3 → 3.4.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.
|
@@ -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\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;AAErE,IAAO,gBAAQ;","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\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;AAErE,IAAO,gBAAQ;","names":[]}
|
|
@@ -4,7 +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';
|
|
7
|
+
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
8
8
|
export declare const EvmPlugins: PayloadSetPluginFunc[];
|
|
9
9
|
export default EvmPlugins;
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +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,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;
|
|
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;AAEtE,eAAe,UAAU,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/evm-plugins",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.4",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -21,49 +21,49 @@
|
|
|
21
21
|
"type": "module",
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
|
-
"types": "./dist/
|
|
24
|
+
"types": "./dist/types/index.d.ts",
|
|
25
25
|
"default": "./dist/neutral/index.mjs"
|
|
26
26
|
},
|
|
27
27
|
"./package.json": "./package.json"
|
|
28
28
|
},
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
|
-
"types": "dist/
|
|
30
|
+
"types": "dist/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/erc1822-witness": "^3.4.
|
|
33
|
-
"@xyo-network/erc1967-witness": "^3.4.
|
|
34
|
-
"@xyo-network/ethereum-blockchain-plugins": "^3.4.
|
|
35
|
-
"@xyo-network/evm-abi-diviner": "^3.4.
|
|
36
|
-
"@xyo-network/evm-call-witness": "^3.4.
|
|
37
|
-
"@xyo-network/evm-contract-witness": "^3.4.
|
|
38
|
-
"@xyo-network/payloadset-plugin": "^3.9.
|
|
32
|
+
"@xyo-network/erc1822-witness": "^3.4.4",
|
|
33
|
+
"@xyo-network/erc1967-witness": "^3.4.4",
|
|
34
|
+
"@xyo-network/ethereum-blockchain-plugins": "^3.4.4",
|
|
35
|
+
"@xyo-network/evm-abi-diviner": "^3.4.4",
|
|
36
|
+
"@xyo-network/evm-call-witness": "^3.4.4",
|
|
37
|
+
"@xyo-network/evm-contract-witness": "^3.4.4",
|
|
38
|
+
"@xyo-network/payloadset-plugin": "^3.9.36"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@xylabs/delay": "^4.
|
|
42
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
43
|
-
"@xylabs/tsconfig": "^
|
|
44
|
-
"@xylabs/vitest-extended": "^4.
|
|
45
|
-
"@xyo-network/account": "^3.9.
|
|
46
|
-
"@xyo-network/api-call-witness": "^3.4.
|
|
47
|
-
"@xyo-network/archivist-model": "^3.9.
|
|
48
|
-
"@xyo-network/crypto-nft-payload-plugin": "^3.4.
|
|
49
|
-
"@xyo-network/diviner-boundwitness-memory": "^3.9.
|
|
50
|
-
"@xyo-network/diviner-evm-call-result-to-token-uri": "^3.4.
|
|
51
|
-
"@xyo-network/diviner-model": "^3.9.
|
|
52
|
-
"@xyo-network/diviner-payload-memory": "^3.9.
|
|
53
|
-
"@xyo-network/diviner-payload-model": "^3.9.
|
|
54
|
-
"@xyo-network/diviner-temporal-indexing": "^3.9.
|
|
55
|
-
"@xyo-network/evm-nft-id-payload-plugin": "^3.4.
|
|
56
|
-
"@xyo-network/manifest": "^3.9.
|
|
57
|
-
"@xyo-network/module-factory-locator": "^3.9.
|
|
58
|
-
"@xyo-network/module-model": "^3.9.
|
|
59
|
-
"@xyo-network/node-memory": "^3.9.
|
|
60
|
-
"@xyo-network/open-zeppelin-typechain": "^3.4.
|
|
61
|
-
"@xyo-network/payload-model": "^3.9.
|
|
62
|
-
"@xyo-network/sentinel-model": "^3.9.
|
|
63
|
-
"@xyo-network/witness-evm-abstract": "^3.9.
|
|
64
|
-
"@xyo-network/witness-timestamp": "^3.9.
|
|
41
|
+
"@xylabs/delay": "^4.6.0",
|
|
42
|
+
"@xylabs/ts-scripts-yarn3": "^6.0.5",
|
|
43
|
+
"@xylabs/tsconfig": "^6.0.5",
|
|
44
|
+
"@xylabs/vitest-extended": "^4.6.0",
|
|
45
|
+
"@xyo-network/account": "^3.9.36",
|
|
46
|
+
"@xyo-network/api-call-witness": "^3.4.4",
|
|
47
|
+
"@xyo-network/archivist-model": "^3.9.36",
|
|
48
|
+
"@xyo-network/crypto-nft-payload-plugin": "^3.4.4",
|
|
49
|
+
"@xyo-network/diviner-boundwitness-memory": "^3.9.36",
|
|
50
|
+
"@xyo-network/diviner-evm-call-result-to-token-uri": "^3.4.4",
|
|
51
|
+
"@xyo-network/diviner-model": "^3.9.36",
|
|
52
|
+
"@xyo-network/diviner-payload-memory": "^3.9.36",
|
|
53
|
+
"@xyo-network/diviner-payload-model": "^3.9.36",
|
|
54
|
+
"@xyo-network/diviner-temporal-indexing": "^3.9.36",
|
|
55
|
+
"@xyo-network/evm-nft-id-payload-plugin": "^3.4.4",
|
|
56
|
+
"@xyo-network/manifest": "^3.9.36",
|
|
57
|
+
"@xyo-network/module-factory-locator": "^3.9.36",
|
|
58
|
+
"@xyo-network/module-model": "^3.9.36",
|
|
59
|
+
"@xyo-network/node-memory": "^3.9.36",
|
|
60
|
+
"@xyo-network/open-zeppelin-typechain": "^3.4.10",
|
|
61
|
+
"@xyo-network/payload-model": "^3.9.36",
|
|
62
|
+
"@xyo-network/sentinel-model": "^3.9.36",
|
|
63
|
+
"@xyo-network/witness-evm-abstract": "^3.9.36",
|
|
64
|
+
"@xyo-network/witness-timestamp": "^3.9.36",
|
|
65
65
|
"typescript": "^5.8.2",
|
|
66
|
-
"vitest": "^3.0.
|
|
66
|
+
"vitest": "^3.0.8"
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
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