@xyo-network/gas-ethereum-blockchain-payload-plugins 2.43.7 → 2.43.9
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.
- package/dist/docs.json +3 -3
- package/package.json +5 -5
package/dist/docs.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "src/index.ts",
|
|
18
18
|
"line": 11,
|
|
19
19
|
"character": 0,
|
|
20
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
20
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L11"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -1087,7 +1087,7 @@
|
|
|
1087
1087
|
"fileName": "src/index.ts",
|
|
1088
1088
|
"line": 8,
|
|
1089
1089
|
"character": 13,
|
|
1090
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1090
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L8"
|
|
1091
1091
|
}
|
|
1092
1092
|
],
|
|
1093
1093
|
"type": {
|
|
@@ -1483,7 +1483,7 @@
|
|
|
1483
1483
|
"fileName": "src/index.ts",
|
|
1484
1484
|
"line": 1,
|
|
1485
1485
|
"character": 0,
|
|
1486
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1486
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7d88348bd/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L1"
|
|
1487
1487
|
}
|
|
1488
1488
|
]
|
|
1489
1489
|
}
|
package/package.json
CHANGED
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.43.
|
|
14
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.43.
|
|
15
|
-
"@xyo-network/payload-plugin": "^2.43.
|
|
13
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.43.9",
|
|
14
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.43.9",
|
|
15
|
+
"@xyo-network/payload-plugin": "^2.43.9"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^2.12.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^2.12.21"
|
|
19
19
|
},
|
|
20
20
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
21
21
|
"browser": "dist/esm/index.js",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false,
|
|
52
52
|
"types": "dist/esm/index.d.ts",
|
|
53
|
-
"version": "2.43.
|
|
53
|
+
"version": "2.43.9"
|
|
54
54
|
}
|