@xyo-network/ethereum-blockchain-plugins 2.42.21 → 2.43.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.
Files changed (2) hide show
  1. package/dist/docs.json +3 -3
  2. package/package.json +3 -3
package/dist/docs.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts",
18
18
  "line": 9,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6beae8f2d/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts#L9"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/4804706dd/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts#L9"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -13102,7 +13102,7 @@
13102
13102
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts",
13103
13103
  "line": 6,
13104
13104
  "character": 13,
13105
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6beae8f2d/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts#L6"
13105
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/4804706dd/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts#L6"
13106
13106
  }
13107
13107
  ],
13108
13108
  "type": {
@@ -14211,7 +14211,7 @@
14211
14211
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts",
14212
14212
  "line": 1,
14213
14213
  "character": 0,
14214
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6beae8f2d/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts#L1"
14214
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/4804706dd/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts#L1"
14215
14215
  }
14216
14216
  ]
14217
14217
  }
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-plugins": "^2.42.21",
14
- "@xyo-network/payloadset-plugin": "^2.42.21"
13
+ "@xyo-network/gas-ethereum-blockchain-plugins": "^2.43.0",
14
+ "@xyo-network/payloadset-plugin": "^2.43.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@xylabs/ts-scripts-yarn3": "^2.11.16"
@@ -49,5 +49,5 @@
49
49
  },
50
50
  "sideEffects": false,
51
51
  "types": "dist/esm/index.d.ts",
52
- "version": "2.42.21"
52
+ "version": "2.43.0"
53
53
  }