@xyo-network/evm-plugins 3.0.3 → 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.
@@ -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;AAGtE,eAAe,UAAU,CAAA"}
package/package.json CHANGED
@@ -1,53 +1,24 @@
1
1
  {
2
2
  "name": "@xyo-network/evm-plugins",
3
- "author": {
4
- "email": "support@xyo.network",
5
- "name": "XYO Development Team",
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
- "email": "support@xyo.network",
10
- "url": "git+https://github.com/XYOracleNetwork/plugins/issues"
7
+ "url": "git+https://github.com/XYOracleNetwork/plugins/issues",
8
+ "email": "support@xyo.network"
11
9
  },
12
- "dependencies": {
13
- "@xyo-network/erc1822-witness": "^3.0.3",
14
- "@xyo-network/erc1967-witness": "^3.0.3",
15
- "@xyo-network/ethereum-blockchain-plugins": "^3.0.3",
16
- "@xyo-network/evm-abi-diviner": "^3.0.3",
17
- "@xyo-network/evm-call-witness": "^3.0.3",
18
- "@xyo-network/evm-contract-witness": "^3.0.3",
19
- "@xyo-network/payloadset-plugin": "^3.0.3"
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/XYOracleNetwork/plugins.git"
20
13
  },
21
- "devDependencies": {
22
- "@xylabs/delay": "^4.0.2",
23
- "@xylabs/jest-helpers": "^4.0.2",
24
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20",
25
- "@xylabs/tsconfig": "^4.0.0-rc.20",
26
- "@xyo-network/account": "^3.0.3",
27
- "@xyo-network/api-call-witness": "^3.0.3",
28
- "@xyo-network/archivist-model": "^3.0.3",
29
- "@xyo-network/crypto-nft-payload-plugin": "^3.0.3",
30
- "@xyo-network/diviner-boundwitness-memory": "^3.0.3",
31
- "@xyo-network/diviner-evm-call-result-to-token-uri": "^3.0.3",
32
- "@xyo-network/diviner-model": "^3.0.3",
33
- "@xyo-network/diviner-payload-memory": "^3.0.3",
34
- "@xyo-network/diviner-payload-model": "^3.0.3",
35
- "@xyo-network/diviner-temporal-indexing": "^3.0.3",
36
- "@xyo-network/evm-nft-id-payload-plugin": "^3.0.3",
37
- "@xyo-network/manifest": "^3.0.3",
38
- "@xyo-network/module-factory-locator": "^3.0.3",
39
- "@xyo-network/module-model": "^3.0.3",
40
- "@xyo-network/node-memory": "^3.0.3",
41
- "@xyo-network/open-zeppelin-typechain": "^3.1.0",
42
- "@xyo-network/payload-model": "^3.0.3",
43
- "@xyo-network/sentinel-model": "^3.0.3",
44
- "@xyo-network/witness-evm-abstract": "^3.0.3",
45
- "@xyo-network/witness-timestamp": "^3.0.3",
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
- "description": "Typescript/Javascript Plugins for XYO Platform",
50
- "types": "dist/neutral/index.d.ts",
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
- "homepage": "https://xyo.network",
60
- "license": "LGPL-3.0-only",
61
- "publishConfig": {
62
- "access": "public"
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
- "repository": {
65
- "type": "git",
66
- "url": "git+https://github.com/XYOracleNetwork/plugins.git"
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
- "sideEffects": false,
69
- "version": "3.0.3",
70
- "type": "module"
68
+ "publishConfig": {
69
+ "access": "public"
70
+ }
71
71
  }
package/xy.config.ts CHANGED
@@ -3,9 +3,7 @@ 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