@xyo-network/gas-ethereum-blockchain-plugins 2.42.16 → 2.42.18
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": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/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/c269dbc10/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L11"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -13079,7 +13079,7 @@
|
|
|
13079
13079
|
"fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts",
|
|
13080
13080
|
"line": 8,
|
|
13081
13081
|
"character": 13,
|
|
13082
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
13082
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c269dbc10/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L8"
|
|
13083
13083
|
}
|
|
13084
13084
|
],
|
|
13085
13085
|
"type": {
|
|
@@ -14187,7 +14187,7 @@
|
|
|
14187
14187
|
"fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts",
|
|
14188
14188
|
"line": 1,
|
|
14189
14189
|
"character": 0,
|
|
14190
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
14190
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c269dbc10/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L1"
|
|
14191
14191
|
}
|
|
14192
14192
|
]
|
|
14193
14193
|
}
|
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-plugins": "^2.42.
|
|
14
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "^2.42.
|
|
15
|
-
"@xyo-network/payloadset-plugin": "^2.42.
|
|
13
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^2.42.18",
|
|
14
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "^2.42.18",
|
|
15
|
+
"@xyo-network/payloadset-plugin": "^2.42.18"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^2.11.16"
|
|
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.42.
|
|
53
|
+
"version": "2.42.18"
|
|
54
54
|
}
|