@xyo-network/crypto-asset-plugin 2.76.0 → 2.76.1
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
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/exists": "^2.12.
|
|
14
|
-
"@xyo-network/abstract-diviner": "~2.76.
|
|
15
|
-
"@xyo-network/coingecko-crypto-market-payload-plugin": "~2.76.
|
|
16
|
-
"@xyo-network/crypto-asset-payload-plugin": "~2.76.
|
|
17
|
-
"@xyo-network/diviner": "~2.76.
|
|
18
|
-
"@xyo-network/module-model": "~2.76.
|
|
19
|
-
"@xyo-network/payload-builder": "~2.76.
|
|
20
|
-
"@xyo-network/payload-model": "~2.76.
|
|
21
|
-
"@xyo-network/payloadset-plugin": "~2.76.
|
|
22
|
-
"@xyo-network/promise": "~2.76.
|
|
23
|
-
"@xyo-network/uniswap-crypto-market-payload-plugin": "~2.76.
|
|
13
|
+
"@xylabs/exists": "^2.12.28",
|
|
14
|
+
"@xyo-network/abstract-diviner": "~2.76.1",
|
|
15
|
+
"@xyo-network/coingecko-crypto-market-payload-plugin": "~2.76.1",
|
|
16
|
+
"@xyo-network/crypto-asset-payload-plugin": "~2.76.1",
|
|
17
|
+
"@xyo-network/diviner": "~2.76.1",
|
|
18
|
+
"@xyo-network/module-model": "~2.76.1",
|
|
19
|
+
"@xyo-network/payload-builder": "~2.76.1",
|
|
20
|
+
"@xyo-network/payload-model": "~2.76.1",
|
|
21
|
+
"@xyo-network/payloadset-plugin": "~2.76.1",
|
|
22
|
+
"@xyo-network/promise": "~2.76.1",
|
|
23
|
+
"@xyo-network/uniswap-crypto-market-payload-plugin": "~2.76.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@ethersproject/address": "^5.7.0",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"@ethersproject/providers": "^5.7.2",
|
|
30
30
|
"@ethersproject/solidity": "^5.7.0",
|
|
31
31
|
"@uniswap/sdk": "^3.0.3",
|
|
32
|
-
"@uniswap/sdk-core": "^4.0.
|
|
32
|
+
"@uniswap/sdk-core": "^4.0.9",
|
|
33
33
|
"@uniswap/v3-sdk": "^3.10.0",
|
|
34
|
-
"@xylabs/assert": "^2.12.
|
|
35
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
36
|
-
"@xylabs/tsconfig": "^3.1.
|
|
37
|
-
"@xyo-network/account": "~2.76.
|
|
34
|
+
"@xylabs/assert": "^2.12.28",
|
|
35
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.12",
|
|
36
|
+
"@xylabs/tsconfig": "^3.1.12",
|
|
37
|
+
"@xyo-network/account": "~2.76.1",
|
|
38
38
|
"typescript": "^5.2.2"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
@@ -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.js",
|
|
82
79
|
"module": "dist/node/index.mjs",
|
|
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,5 +87,5 @@
|
|
|
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.1"
|
|
94
91
|
}
|