@xyo-network/etherchain-gas-ethereum-blockchain-plugins 2.43.0 → 2.43.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.
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/packages/etherchain/src/index.ts",
18
18
  "line": 11,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/4804706dd/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts#L11"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/045bd3a55/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts#L11"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -8619,7 +8619,7 @@
8619
8619
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts",
8620
8620
  "line": 8,
8621
8621
  "character": 13,
8622
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/4804706dd/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts#L8"
8622
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/045bd3a55/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts#L8"
8623
8623
  }
8624
8624
  ],
8625
8625
  "type": {
@@ -9406,7 +9406,7 @@
9406
9406
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts",
9407
9407
  "line": 1,
9408
9408
  "character": 0,
9409
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/4804706dd/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts#L1"
9409
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/045bd3a55/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts#L1"
9410
9410
  }
9411
9411
  ]
9412
9412
  }
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-ethereum-gas-v1-plugin": "^2.43.0",
14
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "^2.43.0",
15
- "@xyo-network/payloadset-plugin": "^2.43.0"
13
+ "@xyo-network/etherchain-ethereum-gas-v1-plugin": "^2.43.2",
14
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "^2.43.2",
15
+ "@xyo-network/payloadset-plugin": "^2.43.2"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@xylabs/ts-scripts-yarn3": "^2.11.16"
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "sideEffects": false,
52
52
  "types": "dist/esm/index.d.ts",
53
- "version": "2.43.0"
53
+ "version": "2.43.2"
54
54
  }