@xyo-network/uniswap-crypto-market-plugin 2.71.15 → 2.72.0
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/types/Plugin.d.ts +2 -1
- package/dist/types/Plugin.d.ts.map +1 -1
- package/package.json +8 -8
- package/dist/docs.json +0 -22728
package/dist/types/Plugin.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { UniswapCryptoMarketWitness } from './Witness';
|
|
2
2
|
export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
accountDerivationPath?: string | undefined;
|
|
5
4
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
5
|
+
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly name?: string | undefined;
|
|
8
8
|
readonly paging?: Record<string, {
|
|
@@ -17,6 +17,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
20
|
+
accountDerivationPath?: string | undefined;
|
|
20
21
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
21
22
|
readonly name?: string | undefined;
|
|
22
23
|
readonly paging?: Record<string, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
|
package/package.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"@xylabs/bignumber": "^2.9.3",
|
|
21
21
|
"@xylabs/delay": "^2.9.3",
|
|
22
22
|
"@xylabs/promise": "^2.9.3",
|
|
23
|
-
"@xyo-network/module-model": "~2.
|
|
24
|
-
"@xyo-network/payload-model": "~2.
|
|
25
|
-
"@xyo-network/payloadset-plugin": "~2.
|
|
23
|
+
"@xyo-network/module-model": "~2.72.0",
|
|
24
|
+
"@xyo-network/payload-model": "~2.72.0",
|
|
25
|
+
"@xyo-network/payloadset-plugin": "~2.72.0",
|
|
26
26
|
"@xyo-network/typechain": "^2.1.6",
|
|
27
|
-
"@xyo-network/uniswap-crypto-market-payload-plugin": "~2.
|
|
27
|
+
"@xyo-network/uniswap-crypto-market-payload-plugin": "~2.72.0",
|
|
28
28
|
"@xyo-network/uniswap-typechain": "^2.1.6",
|
|
29
|
-
"@xyo-network/witness": "~2.
|
|
29
|
+
"@xyo-network/witness": "~2.72.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@uniswap/sdk": "^3.0.3",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@uniswap/sdk-core": "^4.0.6",
|
|
39
39
|
"@uniswap/v3-sdk": "^3.10.0",
|
|
40
40
|
"@xylabs/jest-helpers": "^2.9.3",
|
|
41
|
-
"@xylabs/ts-scripts-yarn3": "^2.19.
|
|
42
|
-
"@xylabs/tsconfig": "^2.19.
|
|
41
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.1",
|
|
42
|
+
"@xylabs/tsconfig": "^2.19.1",
|
|
43
43
|
"ethers": "^5.7.2",
|
|
44
44
|
"jest": "^29.6.3",
|
|
45
45
|
"typescript": "^5.1.6"
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
},
|
|
78
78
|
"sideEffects": false,
|
|
79
79
|
"types": "dist/types/index.d.ts",
|
|
80
|
-
"version": "2.
|
|
80
|
+
"version": "2.72.0"
|
|
81
81
|
}
|