@xyo-network/evm-plugins 3.4.2 → 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.
@@ -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
@@ -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;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.2",
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/neutral/index.d.ts",
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/neutral/index.d.ts",
30
+ "types": "dist/types/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/erc1822-witness": "^3.4.2",
33
- "@xyo-network/erc1967-witness": "^3.4.2",
34
- "@xyo-network/ethereum-blockchain-plugins": "^3.4.2",
35
- "@xyo-network/evm-abi-diviner": "^3.4.2",
36
- "@xyo-network/evm-call-witness": "^3.4.2",
37
- "@xyo-network/evm-contract-witness": "^3.4.2",
38
- "@xyo-network/payloadset-plugin": "^3.9.16"
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.5.1",
42
- "@xylabs/ts-scripts-yarn3": "^5.0.24",
43
- "@xylabs/tsconfig": "^5.0.24",
44
- "@xylabs/vitest-extended": "^4.5.1",
45
- "@xyo-network/account": "^3.9.16",
46
- "@xyo-network/api-call-witness": "^3.4.2",
47
- "@xyo-network/archivist-model": "^3.9.16",
48
- "@xyo-network/crypto-nft-payload-plugin": "^3.4.2",
49
- "@xyo-network/diviner-boundwitness-memory": "^3.9.16",
50
- "@xyo-network/diviner-evm-call-result-to-token-uri": "^3.4.2",
51
- "@xyo-network/diviner-model": "^3.9.16",
52
- "@xyo-network/diviner-payload-memory": "^3.9.16",
53
- "@xyo-network/diviner-payload-model": "^3.9.16",
54
- "@xyo-network/diviner-temporal-indexing": "^3.9.16",
55
- "@xyo-network/evm-nft-id-payload-plugin": "^3.4.2",
56
- "@xyo-network/manifest": "^3.9.16",
57
- "@xyo-network/module-factory-locator": "^3.9.16",
58
- "@xyo-network/module-model": "^3.9.16",
59
- "@xyo-network/node-memory": "^3.9.16",
60
- "@xyo-network/open-zeppelin-typechain": "^3.4.9",
61
- "@xyo-network/payload-model": "^3.9.16",
62
- "@xyo-network/sentinel-model": "^3.9.16",
63
- "@xyo-network/witness-evm-abstract": "^3.9.16",
64
- "@xyo-network/witness-timestamp": "^3.9.16",
65
- "typescript": "^5.7.3",
66
- "vitest": "^3.0.6"
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
+ "typescript": "^5.8.2",
66
+ "vitest": "^3.0.8"
67
67
  },
68
68
  "publishConfig": {
69
69
  "access": "public"