@xyo-network/uniswap-crypto-market-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.
- package/package.json +18 -21
package/package.json
CHANGED
|
@@ -16,18 +16,18 @@
|
|
|
16
16
|
"@ethersproject/networks": "^5.7.1",
|
|
17
17
|
"@ethersproject/providers": "^5.7.2",
|
|
18
18
|
"@ethersproject/solidity": "^5.7.0",
|
|
19
|
-
"@xylabs/assert": "^2.12.
|
|
20
|
-
"@xylabs/bignumber": "^2.12.
|
|
21
|
-
"@xylabs/delay": "^2.12.
|
|
22
|
-
"@xylabs/promise": "^2.12.
|
|
23
|
-
"@xyo-network/abstract-witness": "~2.76.
|
|
24
|
-
"@xyo-network/module-model": "~2.76.
|
|
25
|
-
"@xyo-network/payload-model": "~2.76.
|
|
26
|
-
"@xyo-network/payloadset-plugin": "~2.76.
|
|
19
|
+
"@xylabs/assert": "^2.12.28",
|
|
20
|
+
"@xylabs/bignumber": "^2.12.28",
|
|
21
|
+
"@xylabs/delay": "^2.12.28",
|
|
22
|
+
"@xylabs/promise": "^2.12.28",
|
|
23
|
+
"@xyo-network/abstract-witness": "~2.76.2",
|
|
24
|
+
"@xyo-network/module-model": "~2.76.2",
|
|
25
|
+
"@xyo-network/payload-model": "~2.76.2",
|
|
26
|
+
"@xyo-network/payloadset-plugin": "~2.76.2",
|
|
27
27
|
"@xyo-network/typechain": "^2.2.9",
|
|
28
|
-
"@xyo-network/uniswap-crypto-market-payload-plugin": "~2.76.
|
|
28
|
+
"@xyo-network/uniswap-crypto-market-payload-plugin": "~2.76.2",
|
|
29
29
|
"@xyo-network/uniswap-typechain": "^2.2.9",
|
|
30
|
-
"@xyo-network/witness-model": "~2.76.
|
|
30
|
+
"@xyo-network/witness-model": "~2.76.2"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@uniswap/sdk": "^3.0.3",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@uniswap/sdk": "^3.0.3",
|
|
39
|
-
"@uniswap/sdk-core": "^4.0.
|
|
39
|
+
"@uniswap/sdk-core": "^4.0.9",
|
|
40
40
|
"@uniswap/v3-sdk": "^3.10.0",
|
|
41
|
-
"@xylabs/jest-helpers": "^2.12.
|
|
42
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
43
|
-
"@xylabs/tsconfig": "^3.1.
|
|
44
|
-
"@xyo-network/account": "~2.76.
|
|
45
|
-
"@xyo-network/payload-wrapper": "~2.76.
|
|
41
|
+
"@xylabs/jest-helpers": "^2.12.28",
|
|
42
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.12",
|
|
43
|
+
"@xylabs/tsconfig": "^3.1.12",
|
|
44
|
+
"@xyo-network/account": "~2.76.2",
|
|
45
|
+
"@xyo-network/payload-wrapper": "~2.76.2",
|
|
46
46
|
"ethers": "^5.7.2",
|
|
47
47
|
"jest": "^29.7.0",
|
|
48
48
|
"typescript": "^5.2.2"
|
|
@@ -73,15 +73,12 @@
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
|
-
"./docs": {
|
|
77
|
-
"default": "./dist/docs.json"
|
|
78
|
-
},
|
|
79
76
|
"./package.json": "./package.json"
|
|
80
77
|
},
|
|
81
78
|
"main": "dist/node/index.cjs",
|
|
82
79
|
"module": "dist/node/index.js",
|
|
83
80
|
"homepage": "https://xyo.network",
|
|
84
|
-
"license": "LGPL-3.0",
|
|
81
|
+
"license": "LGPL-3.0-only",
|
|
85
82
|
"publishConfig": {
|
|
86
83
|
"access": "public"
|
|
87
84
|
},
|
|
@@ -90,6 +87,6 @@
|
|
|
90
87
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
91
88
|
},
|
|
92
89
|
"sideEffects": false,
|
|
93
|
-
"version": "2.76.
|
|
90
|
+
"version": "2.76.2",
|
|
94
91
|
"type": "module"
|
|
95
92
|
}
|