@xyo-network/etherchain-gas-ethereum-blockchain-plugins 2.43.16 → 2.43.17

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/43faaecad/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/d7c44492c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts#L11"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -12597,7 +12597,7 @@
12597
12597
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts",
12598
12598
  "line": 8,
12599
12599
  "character": 13,
12600
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43faaecad/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts#L8"
12600
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d7c44492c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts#L8"
12601
12601
  }
12602
12602
  ],
12603
12603
  "type": {
@@ -13396,7 +13396,7 @@
13396
13396
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts",
13397
13397
  "line": 1,
13398
13398
  "character": 0,
13399
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43faaecad/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts#L1"
13399
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d7c44492c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/etherchain/src/index.ts#L1"
13400
13400
  }
13401
13401
  ]
13402
13402
  }
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.16",
14
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "^2.43.16",
15
- "@xyo-network/payloadset-plugin": "^2.43.16"
13
+ "@xyo-network/etherchain-ethereum-gas-v1-plugin": "^2.43.17",
14
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "^2.43.17",
15
+ "@xyo-network/payloadset-plugin": "^2.43.17"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@xylabs/ts-scripts-yarn3": "^2.12.26"
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "sideEffects": false,
52
52
  "types": "dist/types/index.d.ts",
53
- "version": "2.43.16"
53
+ "version": "2.43.17"
54
54
  }