@xyo-network/gas-ethereum-blockchain-plugins 2.43.12 → 2.43.14

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 +4 -4
package/dist/docs.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts",
18
18
  "line": 11,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d563d7bc1/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L11"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/42d3162c2/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L11"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -19046,7 +19046,7 @@
19046
19046
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts",
19047
19047
  "line": 8,
19048
19048
  "character": 13,
19049
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d563d7bc1/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L8"
19049
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/42d3162c2/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L8"
19050
19050
  }
19051
19051
  ],
19052
19052
  "type": {
@@ -20172,7 +20172,7 @@
20172
20172
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts",
20173
20173
  "line": 1,
20174
20174
  "character": 0,
20175
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d563d7bc1/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L1"
20175
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/42d3162c2/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L1"
20176
20176
  }
20177
20177
  ]
20178
20178
  }
package/package.json CHANGED
@@ -10,9 +10,9 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^2.43.12",
14
- "@xyo-network/etherscan-ethereum-gas-plugin": "^2.43.12",
15
- "@xyo-network/payloadset-plugin": "^2.43.12"
13
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^2.43.14",
14
+ "@xyo-network/etherscan-ethereum-gas-plugin": "^2.43.14",
15
+ "@xyo-network/payloadset-plugin": "^2.43.14"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@xylabs/ts-scripts-yarn3": "^2.12.25"
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "sideEffects": false,
52
52
  "types": "dist/types/index.d.ts",
53
- "version": "2.43.12"
53
+ "version": "2.43.14"
54
54
  }