@xyo-network/gas-ethereum-blockchain-payload-plugins 2.56.2 → 2.57.4
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 +6 -6
- package/typedoc.json +5 -0
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/578f8b1d7/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L11"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
"fileName": "src/index.ts",
|
|
810
810
|
"line": 8,
|
|
811
811
|
"character": 13,
|
|
812
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
812
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L8"
|
|
813
813
|
}
|
|
814
814
|
],
|
|
815
815
|
"type": {
|
|
@@ -1089,7 +1089,7 @@
|
|
|
1089
1089
|
"fileName": "src/index.ts",
|
|
1090
1090
|
"line": 1,
|
|
1091
1091
|
"character": 0,
|
|
1092
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1092
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L1"
|
|
1093
1093
|
}
|
|
1094
1094
|
]
|
|
1095
1095
|
}
|
package/package.json
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
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.
|
|
14
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.
|
|
15
|
-
"@xyo-network/payload-plugin": "^2.
|
|
13
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.57.4",
|
|
14
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.57.4",
|
|
15
|
+
"@xyo-network/payload-plugin": "^2.57.4"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^2.17.
|
|
19
|
-
"@xylabs/tsconfig": "^2.17.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^2.17.12",
|
|
19
|
+
"@xylabs/tsconfig": "^2.17.12",
|
|
20
20
|
"typescript": "^5.0.4"
|
|
21
21
|
},
|
|
22
22
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
54
|
"types": "dist/types/index.d.ts",
|
|
55
|
-
"version": "2.
|
|
55
|
+
"version": "2.57.4"
|
|
56
56
|
}
|