@xyo-network/ethereum-blockchain-plugins 2.43.21 → 2.43.22

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/52ecb8fee/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts#L9"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/343cd67de/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts#L9"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -19069,7 +19069,7 @@
19069
19069
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts",
19070
19070
  "line": 6,
19071
19071
  "character": 13,
19072
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/52ecb8fee/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts#L6"
19072
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/343cd67de/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts#L6"
19073
19073
  }
19074
19074
  ],
19075
19075
  "type": {
@@ -20196,7 +20196,7 @@
20196
20196
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts",
20197
20197
  "line": 1,
20198
20198
  "character": 0,
20199
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/52ecb8fee/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts#L1"
20199
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/343cd67de/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/src/index.ts#L1"
20200
20200
  }
20201
20201
  ]
20202
20202
  }
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.43.21",
14
- "@xyo-network/payloadset-plugin": "^2.43.21"
13
+ "@xyo-network/gas-ethereum-blockchain-plugins": "^2.43.22",
14
+ "@xyo-network/payloadset-plugin": "^2.43.22"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@xylabs/ts-scripts-yarn3": "^2.12.29"
@@ -49,5 +49,5 @@
49
49
  },
50
50
  "sideEffects": false,
51
51
  "types": "dist/types/index.d.ts",
52
- "version": "2.43.21"
52
+ "version": "2.43.22"
53
53
  }