@xyo-network/uniswap-crypto-market-plugin 2.86.4 → 2.87.0-rc.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.
@@ -1,5 +1,5 @@
1
1
  import { UniswapCryptoMarketWitness } from './Witness';
2
- export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xylabs/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.crypto.market.uniswap.witness.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.crypto.market.uniswap.witness.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
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"}
@@ -1,5 +1,5 @@
1
1
  import { UniswapCryptoMarketWitness } from './Witness';
2
- export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xylabs/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.crypto.market.uniswap.witness.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.crypto.market.uniswap.witness.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
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"}
@@ -1,5 +1,5 @@
1
1
  import { UniswapCryptoMarketWitness } from './Witness';
2
- export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xylabs/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.crypto.market.uniswap.witness.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.crypto.market.uniswap.witness.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
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"}
@@ -1,5 +1,5 @@
1
1
  import { UniswapCryptoMarketWitness } from './Witness';
2
- export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xylabs/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.crypto.market.uniswap.witness.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.crypto.market.uniswap.witness.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
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"}
@@ -1,5 +1,5 @@
1
1
  import { UniswapCryptoMarketWitness } from './Witness';
2
- export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xylabs/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.crypto.market.uniswap.witness.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.crypto.market.uniswap.witness.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
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"}
@@ -1,5 +1,5 @@
1
1
  import { UniswapCryptoMarketWitness } from './Witness';
2
- export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xylabs/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.crypto.market.uniswap.witness.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.crypto.market.uniswap.witness.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
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
@@ -12,33 +12,31 @@
12
12
  "dependencies": {
13
13
  "@uniswap/swap-router-contracts": "^1.3.1",
14
14
  "@uniswap/v3-periphery": "^1.4.4",
15
- "@xylabs/assert": "^2.13.23",
16
- "@xylabs/delay": "^2.13.23",
17
- "@xylabs/promise": "^2.13.23",
18
- "@xyo-network/abstract-witness": "^2.87.1",
19
- "@xyo-network/module-model": "^2.87.1",
20
- "@xyo-network/payload-model": "^2.87.1",
21
- "@xyo-network/payloadset-plugin": "^2.87.1",
15
+ "@xylabs/assert": "^2.13.29",
16
+ "@xylabs/delay": "^2.13.29",
17
+ "@xylabs/promise": "^2.13.29",
18
+ "@xyo-network/abstract-witness": "^2.89.0-rc.2",
19
+ "@xyo-network/module-model": "^2.89.0-rc.2",
20
+ "@xyo-network/payload-model": "^2.89.0-rc.2",
21
+ "@xyo-network/payloadset-plugin": "^2.89.0-rc.2",
22
22
  "@xyo-network/typechain": "^3.0.5",
23
- "@xyo-network/uniswap-crypto-market-payload-plugin": "~2.86.4",
23
+ "@xyo-network/uniswap-crypto-market-payload-plugin": "~2.87.0-rc.1",
24
24
  "@xyo-network/uniswap-sdk-core": "^4.1.2",
25
25
  "@xyo-network/uniswap-typechain": "^3.0.5",
26
26
  "@xyo-network/uniswap-v3-sdk": "^3.12.3",
27
- "@xyo-network/witness-model": "^2.87.1",
27
+ "@xyo-network/witness-model": "^2.89.0-rc.2",
28
28
  "ethers": "^6.10.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@xylabs/jest-helpers": "^2.13.23",
32
- "@xylabs/ts-scripts-yarn3": "^3.2.41",
33
- "@xylabs/tsconfig": "^3.2.41",
34
- "@xyo-network/payload-wrapper": "^2.87.1",
35
- "@xyo-network/witness-blockchain-abstract": "^2.87.1",
31
+ "@xylabs/jest-helpers": "^2.13.29",
32
+ "@xylabs/ts-scripts-yarn3": "^3.2.42",
33
+ "@xylabs/tsconfig": "^3.2.42",
34
+ "@xyo-network/payload-wrapper": "^2.89.0-rc.2",
35
+ "@xyo-network/witness-blockchain-abstract": "^2.89.0-rc.2",
36
36
  "jest": "^29.7.0",
37
37
  "typescript": "^5.3.3"
38
38
  },
39
39
  "description": "Typescript/Javascript Plugins for XYO Platform",
40
- "docs": "dist/docs.json",
41
- "types": "dist/node/index.d.ts",
42
40
  "exports": {
43
41
  ".": {
44
42
  "browser": {
@@ -66,6 +64,7 @@
66
64
  },
67
65
  "main": "dist/node/index.cjs",
68
66
  "module": "dist/node/index.js",
67
+ "types": "dist/node/index.d.ts",
69
68
  "homepage": "https://xyo.network",
70
69
  "license": "LGPL-3.0-only",
71
70
  "publishConfig": {
@@ -76,6 +75,7 @@
76
75
  "url": "https://github.com/XYOracleNetwork/plugins.git"
77
76
  },
78
77
  "sideEffects": false,
79
- "version": "2.86.4",
80
- "type": "module"
78
+ "version": "2.87.0-rc.1",
79
+ "type": "module",
80
+ "stableVersion": "2.86.5"
81
81
  }