@xyo-network/evm-plugins 3.2.0-rc.1 → 3.2.0-rc.2

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,"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
+ {"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"}
@@ -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 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":[]}
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,cAAQ;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/evm-plugins",
3
- "version": "3.2.0-rc.1",
3
+ "version": "3.2.0-rc.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,39 +29,39 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/erc1822-witness": "^3.2.0-rc.1",
33
- "@xyo-network/erc1967-witness": "^3.2.0-rc.1",
34
- "@xyo-network/ethereum-blockchain-plugins": "^3.2.0-rc.1",
35
- "@xyo-network/evm-abi-diviner": "^3.2.0-rc.1",
36
- "@xyo-network/evm-call-witness": "^3.2.0-rc.1",
37
- "@xyo-network/evm-contract-witness": "^3.2.0-rc.1",
38
- "@xyo-network/payloadset-plugin": "^3.6.0-rc.1"
32
+ "@xyo-network/erc1822-witness": "^3.2.0-rc.2",
33
+ "@xyo-network/erc1967-witness": "^3.2.0-rc.2",
34
+ "@xyo-network/ethereum-blockchain-plugins": "^3.2.0-rc.2",
35
+ "@xyo-network/evm-abi-diviner": "^3.2.0-rc.2",
36
+ "@xyo-network/evm-call-witness": "^3.2.0-rc.2",
37
+ "@xyo-network/evm-contract-witness": "^3.2.0-rc.2",
38
+ "@xyo-network/payloadset-plugin": "^3.6.0-rc.11"
39
39
  },
40
40
  "devDependencies": {
41
- "@xylabs/delay": "^4.4.12",
42
- "@xylabs/ts-scripts-yarn3": "^4.2.4",
43
- "@xylabs/tsconfig": "^4.2.4",
44
- "@xylabs/vitest-extended": "^4.4.12",
45
- "@xyo-network/account": "^3.6.0-rc.1",
46
- "@xyo-network/api-call-witness": "^3.2.0-rc.1",
47
- "@xyo-network/archivist-model": "^3.6.0-rc.1",
48
- "@xyo-network/crypto-nft-payload-plugin": "^3.2.0-rc.1",
49
- "@xyo-network/diviner-boundwitness-memory": "^3.6.0-rc.1",
50
- "@xyo-network/diviner-evm-call-result-to-token-uri": "^3.2.0-rc.1",
51
- "@xyo-network/diviner-model": "^3.6.0-rc.1",
52
- "@xyo-network/diviner-payload-memory": "^3.6.0-rc.1",
53
- "@xyo-network/diviner-payload-model": "^3.6.0-rc.1",
54
- "@xyo-network/diviner-temporal-indexing": "^3.6.0-rc.1",
55
- "@xyo-network/evm-nft-id-payload-plugin": "^3.2.0-rc.1",
56
- "@xyo-network/manifest": "^3.6.0-rc.1",
57
- "@xyo-network/module-factory-locator": "^3.6.0-rc.1",
58
- "@xyo-network/module-model": "^3.6.0-rc.1",
59
- "@xyo-network/node-memory": "^3.6.0-rc.1",
60
- "@xyo-network/open-zeppelin-typechain": "^3.2.3",
61
- "@xyo-network/payload-model": "^3.6.0-rc.1",
62
- "@xyo-network/sentinel-model": "^3.6.0-rc.1",
63
- "@xyo-network/witness-evm-abstract": "^3.6.0-rc.1",
64
- "@xyo-network/witness-timestamp": "^3.6.0-rc.1",
41
+ "@xylabs/delay": "^4.4.24",
42
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
43
+ "@xylabs/tsconfig": "^4.2.6",
44
+ "@xylabs/vitest-extended": "^4.4.24",
45
+ "@xyo-network/account": "^3.6.0-rc.11",
46
+ "@xyo-network/api-call-witness": "^3.2.0-rc.2",
47
+ "@xyo-network/archivist-model": "^3.6.0-rc.11",
48
+ "@xyo-network/crypto-nft-payload-plugin": "^3.2.0-rc.2",
49
+ "@xyo-network/diviner-boundwitness-memory": "^3.6.0-rc.11",
50
+ "@xyo-network/diviner-evm-call-result-to-token-uri": "^3.2.0-rc.2",
51
+ "@xyo-network/diviner-model": "^3.6.0-rc.11",
52
+ "@xyo-network/diviner-payload-memory": "^3.6.0-rc.11",
53
+ "@xyo-network/diviner-payload-model": "^3.6.0-rc.11",
54
+ "@xyo-network/diviner-temporal-indexing": "^3.6.0-rc.11",
55
+ "@xyo-network/evm-nft-id-payload-plugin": "^3.2.0-rc.2",
56
+ "@xyo-network/manifest": "^3.6.0-rc.11",
57
+ "@xyo-network/module-factory-locator": "^3.6.0-rc.11",
58
+ "@xyo-network/module-model": "^3.6.0-rc.11",
59
+ "@xyo-network/node-memory": "^3.6.0-rc.11",
60
+ "@xyo-network/open-zeppelin-typechain": "^3.3.2",
61
+ "@xyo-network/payload-model": "^3.6.0-rc.11",
62
+ "@xyo-network/sentinel-model": "^3.6.0-rc.11",
63
+ "@xyo-network/witness-evm-abstract": "^3.6.0-rc.11",
64
+ "@xyo-network/witness-timestamp": "^3.6.0-rc.11",
65
65
  "typescript": "^5.7.2",
66
66
  "vitest": "^2.1.8"
67
67
  },
package/src/index.ts CHANGED
@@ -10,5 +10,4 @@ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
10
10
 
11
11
  export const EvmPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]
12
12
 
13
- // eslint-disable-next-line import-x/no-default-export
14
13
  export default EvmPlugins
package/xy.config.ts CHANGED
@@ -7,5 +7,4 @@ const config: XyTsupConfig = {
7
7
  },
8
8
  }
9
9
 
10
- // eslint-disable-next-line import-x/no-default-export
11
10
  export default config