@xyo-network/ethereum-blockchain-payload-plugins 2.43.23 → 2.43.24

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": "src/index.ts",
18
18
  "line": 9,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1c04c7b71/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/src/index.ts#L9"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/83ab4487d/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/src/index.ts#L9"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -1110,7 +1110,7 @@
1110
1110
  "fileName": "src/index.ts",
1111
1111
  "line": 6,
1112
1112
  "character": 13,
1113
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1c04c7b71/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/src/index.ts#L6"
1113
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/83ab4487d/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/src/index.ts#L6"
1114
1114
  }
1115
1115
  ],
1116
1116
  "type": {
@@ -1507,7 +1507,7 @@
1507
1507
  "fileName": "src/index.ts",
1508
1508
  "line": 1,
1509
1509
  "character": 0,
1510
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1c04c7b71/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/src/index.ts#L1"
1510
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/83ab4487d/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/src/index.ts#L1"
1511
1511
  }
1512
1512
  ]
1513
1513
  }
package/package.json CHANGED
@@ -10,11 +10,11 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/gas-ethereum-blockchain-payload-plugins": "^2.43.23",
14
- "@xyo-network/payload-plugin": "^2.43.23"
13
+ "@xyo-network/gas-ethereum-blockchain-payload-plugins": "^2.43.24",
14
+ "@xyo-network/payload-plugin": "^2.43.24"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^2.12.29"
17
+ "@xylabs/ts-scripts-yarn3": "^2.12.30"
18
18
  },
19
19
  "description": "Primary SDK for using XYO Protocol 2.0",
20
20
  "browser": "dist/esm/index.js",
@@ -49,5 +49,5 @@
49
49
  },
50
50
  "sideEffects": false,
51
51
  "types": "dist/types/index.d.ts",
52
- "version": "2.43.23"
52
+ "version": "2.43.24"
53
53
  }