@xyo-network/diviner-hash-lease 3.6.0-rc.7 → 3.6.0-rc.8

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.
@@ -23,7 +23,7 @@ export type HashLeaseEstimate = Payload<HashLeaseEstimateFields, HashLeaseEstima
23
23
  /**
24
24
  * Identity function for HashLeaseEstimate payload
25
25
  */
26
- export declare const isHashLeaseEstimate: (x?: unknown | null) => x is import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
26
+ export declare const isHashLeaseEstimate: (x?: unknown | null) => x is import("@xylabs/object").DeepRestrictToStringKeys<{
27
27
  schema: "network.xyo.hash.lease.estimate";
28
28
  currency: string;
29
29
  exp: number;
@@ -33,7 +33,7 @@ export declare const isHashLeaseEstimate: (x?: unknown | null) => x is import("@
33
33
  /**
34
34
  * Identity function for HashLeaseEstimate payload with sources
35
35
  */
36
- export declare const isHashLeaseEstimateWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
36
+ export declare const isHashLeaseEstimateWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import("@xylabs/object").DeepRestrictToStringKeys<{
37
37
  schema: "network.xyo.hash.lease.estimate";
38
38
  currency: string;
39
39
  exp: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-hash-lease",
3
- "version": "3.6.0-rc.7",
3
+ "version": "3.6.0-rc.8",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,10 +29,10 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/diviner-abstract": "^3.6.0-rc.7",
33
- "@xyo-network/diviner-model": "^3.6.0-rc.7",
34
- "@xyo-network/module-model": "^3.6.0-rc.7",
35
- "@xyo-network/payload-model": "^3.6.0-rc.7"
32
+ "@xyo-network/diviner-abstract": "^3.6.0-rc.8",
33
+ "@xyo-network/diviner-model": "^3.6.0-rc.8",
34
+ "@xyo-network/module-model": "^3.6.0-rc.8",
35
+ "@xyo-network/payload-model": "^3.6.0-rc.8"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@xylabs/ts-scripts-yarn3": "^4.2.4",