@xyo-network/gas-price-plugin 2.76.0 → 2.76.2

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 (1) hide show
  1. package/package.json +24 -27
package/package.json CHANGED
@@ -10,20 +10,20 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/exists": "^2.12.24",
14
- "@xyo-network/abstract-diviner": "~2.76.0",
15
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.76.0",
16
- "@xyo-network/diviner": "~2.76.0",
17
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.76.0",
18
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.76.0",
19
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.76.0",
20
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.76.0",
21
- "@xyo-network/gas-price-payload-plugin": "~2.76.0",
22
- "@xyo-network/module-model": "~2.76.0",
23
- "@xyo-network/payload-builder": "~2.76.0",
24
- "@xyo-network/payload-model": "~2.76.0",
25
- "@xyo-network/payloadset-plugin": "~2.76.0",
26
- "@xyo-network/promise": "~2.76.0",
13
+ "@xylabs/exists": "^2.12.28",
14
+ "@xyo-network/abstract-diviner": "~2.76.2",
15
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.76.2",
16
+ "@xyo-network/diviner": "~2.76.2",
17
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.76.2",
18
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.76.2",
19
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.76.2",
20
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.76.2",
21
+ "@xyo-network/gas-price-payload-plugin": "~2.76.2",
22
+ "@xyo-network/module-model": "~2.76.2",
23
+ "@xyo-network/payload-builder": "~2.76.2",
24
+ "@xyo-network/payload-model": "~2.76.2",
25
+ "@xyo-network/payloadset-plugin": "~2.76.2",
26
+ "@xyo-network/promise": "~2.76.2",
27
27
  "regression": "^2.0.1"
28
28
  },
29
29
  "devDependencies": {
@@ -34,15 +34,15 @@
34
34
  "@ethersproject/solidity": "^5.7.0",
35
35
  "@types/regression": "^2.0.3",
36
36
  "@uniswap/sdk": "^3.0.3",
37
- "@uniswap/sdk-core": "^4.0.7",
37
+ "@uniswap/sdk-core": "^4.0.9",
38
38
  "@uniswap/v3-sdk": "^3.10.0",
39
- "@xylabs/ts-scripts-yarn3": "^3.1.9",
40
- "@xylabs/tsconfig": "^3.1.9",
41
- "@xyo-network/account": "~2.76.0",
42
- "@xyo-network/blocknative-ethereum-gas-plugin": "~2.76.0",
43
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.76.0",
44
- "@xyo-network/ethers-ethereum-gas-plugin": "~2.76.0",
45
- "@xyo-network/etherscan-ethereum-gas-plugin": "~2.76.0",
39
+ "@xylabs/ts-scripts-yarn3": "^3.1.12",
40
+ "@xylabs/tsconfig": "^3.1.12",
41
+ "@xyo-network/account": "~2.76.2",
42
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~2.76.2",
43
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.76.2",
44
+ "@xyo-network/ethers-ethereum-gas-plugin": "~2.76.2",
45
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~2.76.2",
46
46
  "typescript": "^5.2.2"
47
47
  },
48
48
  "peerDependencies": {
@@ -81,15 +81,12 @@
81
81
  }
82
82
  }
83
83
  },
84
- "./docs": {
85
- "default": "./dist/docs.json"
86
- },
87
84
  "./package.json": "./package.json"
88
85
  },
89
86
  "main": "dist/node/index.js",
90
87
  "module": "dist/node/index.mjs",
91
88
  "homepage": "https://xyo.network",
92
- "license": "LGPL-3.0",
89
+ "license": "LGPL-3.0-only",
93
90
  "publishConfig": {
94
91
  "access": "public"
95
92
  },
@@ -98,5 +95,5 @@
98
95
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
99
96
  },
100
97
  "sideEffects": false,
101
- "version": "2.76.0"
98
+ "version": "2.76.2"
102
99
  }