@xyo-network/ethereum-blockchain-payload-plugins 2.41.12 → 2.42.0

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,5 +1,5 @@
1
1
  export * from '@xyo-network/gas-ethereum-blockchain-payload-plugins';
2
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
- export declare const XyoEthereumPlugins: PayloadSetPluginFunc[];
4
- export default XyoEthereumPlugins;
2
+ import { XyoPayloadPluginFunc } from '@xyo-network/payload-plugin';
3
+ export declare const XyoEthereumPayloadPlugins: XyoPayloadPluginFunc[];
4
+ export default XyoEthereumPayloadPlugins;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sDAAsD,CAAA;AAGpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAA+B,CAAA;AAGpF,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sDAAsD,CAAA;AAGpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,yBAAyB,EAAE,oBAAoB,EAAsC,CAAA;AAGlG,eAAe,yBAAyB,CAAA"}
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from '@xyo-network/gas-ethereum-blockchain-payload-plugins';
2
- import { XyoEthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-payload-plugins';
3
- export const XyoEthereumPlugins = [...XyoEthereumGasPlugins];
2
+ import { XyoEthereumGasPayloadPlugins } from '@xyo-network/gas-ethereum-blockchain-payload-plugins';
3
+ export const XyoEthereumPayloadPlugins = [...XyoEthereumGasPayloadPlugins];
4
4
  // eslint-disable-next-line import/no-default-export
5
- export default XyoEthereumPlugins;
5
+ export default XyoEthereumPayloadPlugins;
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sDAAsD,CAAA;AAEpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAA;AAG5F,MAAM,CAAC,MAAM,kBAAkB,GAA2B,CAAC,GAAG,qBAAqB,CAAC,CAAA;AAEpF,oDAAoD;AACpD,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sDAAsD,CAAA;AAEpE,OAAO,EAAE,4BAA4B,EAAE,MAAM,sDAAsD,CAAA;AAGnG,MAAM,CAAC,MAAM,yBAAyB,GAA2B,CAAC,GAAG,4BAA4B,CAAC,CAAA;AAElG,oDAAoD;AACpD,eAAe,yBAAyB,CAAA"}
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/gas-ethereum-blockchain-payload-plugins": "^2.41.12",
14
- "@xyo-network/payloadset-plugin": "^2.41.12",
13
+ "@xyo-network/gas-ethereum-blockchain-payload-plugins": "^2.42.0",
14
+ "@xyo-network/payload-plugin": "^2.42.0",
15
15
  "tslib": "^2.4.1"
16
16
  },
17
17
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -47,5 +47,5 @@
47
47
  },
48
48
  "sideEffects": false,
49
49
  "types": "dist/esm/index.d.ts",
50
- "version": "2.41.12"
50
+ "version": "2.42.0"
51
51
  }
package/src/index.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  export * from '@xyo-network/gas-ethereum-blockchain-payload-plugins'
2
2
 
3
- import { XyoEthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-payload-plugins'
4
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
3
+ import { XyoEthereumGasPayloadPlugins } from '@xyo-network/gas-ethereum-blockchain-payload-plugins'
4
+ import { XyoPayloadPluginFunc } from '@xyo-network/payload-plugin'
5
5
 
6
- export const XyoEthereumPlugins: PayloadSetPluginFunc[] = [...XyoEthereumGasPlugins]
6
+ export const XyoEthereumPayloadPlugins: XyoPayloadPluginFunc[] = [...XyoEthereumGasPayloadPlugins]
7
7
 
8
8
  // eslint-disable-next-line import/no-default-export
9
- export default XyoEthereumPlugins
9
+ export default XyoEthereumPayloadPlugins