@xyo-network/uniswap-crypto-market-plugin 2.68.0 → 2.69.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.
@@ -14,6 +14,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
14
14
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
15
15
  readonly disallowed?: Record<string, string[]> | undefined;
16
16
  } | undefined;
17
+ readonly sign?: boolean | undefined;
17
18
  readonly storeQueries?: boolean | undefined;
18
19
  } & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
19
20
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
@@ -27,6 +28,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
27
28
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
28
29
  readonly disallowed?: Record<string, string[]> | undefined;
29
30
  } | undefined;
31
+ readonly sign?: boolean | undefined;
30
32
  readonly storeQueries?: boolean | undefined;
31
33
  } & Omit<{
32
34
  schema: "network.xyo.crypto.market.uniswap.witness.config";
@@ -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
@@ -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.68.0",
24
- "@xyo-network/payload-model": "~2.68.0",
25
- "@xyo-network/payloadset-plugin": "~2.68.0",
23
+ "@xyo-network/module-model": "~2.69.0-rc.1",
24
+ "@xyo-network/payload-model": "~2.69.0-rc.1",
25
+ "@xyo-network/payloadset-plugin": "~2.69.0-rc.1",
26
26
  "@xyo-network/typechain": "^2.1.6",
27
- "@xyo-network/uniswap-crypto-market-payload-plugin": "~2.68.0",
27
+ "@xyo-network/uniswap-crypto-market-payload-plugin": "~2.69.0-rc.1",
28
28
  "@xyo-network/uniswap-typechain": "^2.1.6",
29
- "@xyo-network/witness": "~2.68.0"
29
+ "@xyo-network/witness": "~2.69.0-rc.1"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@uniswap/sdk": "^3.0.3",
@@ -77,5 +77,6 @@
77
77
  },
78
78
  "sideEffects": false,
79
79
  "types": "dist/types/index.d.ts",
80
- "version": "2.68.0"
80
+ "version": "2.69.0-rc.1",
81
+ "stableVersion": "2.68.0"
81
82
  }