@xyo-network/payment-payload-plugins 5.0.0 → 5.0.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.
@@ -15,11 +15,11 @@ export type Amount = PayloadWithSources<AmountFields, AmountSchema>;
15
15
  */
16
16
  export declare const isAmount: (x?: unknown | null) => x is Amount;
17
17
  export declare const asAmount: import("@xylabs/object").AsTypeFunction<Amount>;
18
- export declare const asOptionalAmount: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => Amount | undefined;
18
+ export declare const asOptionalAmount: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => Amount | undefined;
19
19
  /**
20
20
  * Identity function for determining if an object is an Amount with sources
21
21
  */
22
22
  export declare const isAmountWithSources: (x?: unknown | null) => x is WithSources<Amount>;
23
23
  export declare const asAmountWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Amount>>;
24
- export declare const asOptionalAmountWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<Amount> | undefined;
24
+ export declare const asOptionalAmountWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<Amount> | undefined;
25
25
  //# sourceMappingURL=Payload.d.ts.map
@@ -32,11 +32,11 @@ export type BillingAddress = Payload<BillingAddressFields, BillingAddressSchema>
32
32
  */
33
33
  export declare const isBillingAddress: (x?: unknown | null) => x is BillingAddress;
34
34
  export declare const asBillingAddress: import("@xylabs/object").AsTypeFunction<BillingAddress>;
35
- export declare const asOptionalBillingAddress: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => BillingAddress | undefined;
35
+ export declare const asOptionalBillingAddress: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => BillingAddress | undefined;
36
36
  /**
37
37
  * Identity function for determine if an object is a BillingAddress with sources
38
38
  */
39
39
  export declare const isBillingAddressWithSources: (x?: unknown | null) => x is WithSources<BillingAddress>;
40
40
  export declare const asBillingAddressWithSources: import("@xylabs/object").AsTypeFunction<WithSources<BillingAddress>>;
41
- export declare const asOptionalBillingAddressWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<BillingAddress> | undefined;
41
+ export declare const asOptionalBillingAddressWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<BillingAddress> | undefined;
42
42
  //# sourceMappingURL=Address.d.ts.map
@@ -14,11 +14,11 @@ export type FixedAmountCoupon = Payload<FixedAmountCouponFields, FixedAmountCoup
14
14
  */
15
15
  export declare const isFixedAmountCoupon: (x?: unknown | null) => x is FixedAmountCoupon;
16
16
  export declare const asFixedAmountCoupon: import("@xylabs/object").AsTypeFunction<FixedAmountCoupon>;
17
- export declare const asOptionalFixedAmountCoupon: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => FixedAmountCoupon | undefined;
17
+ export declare const asOptionalFixedAmountCoupon: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => FixedAmountCoupon | undefined;
18
18
  /**
19
19
  * Identity function for determining if an object is an FixedAmountCoupon with sources
20
20
  */
21
21
  export declare const isFixedAmountCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedAmountCoupon>>;
22
22
  export declare const asFixedAmountCouponWithSources: import("@xylabs/object").AsTypeFunction<WithSources<FixedAmountCoupon>>;
23
- export declare const asOptionalFixedAmountCouponWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<FixedAmountCoupon> | undefined;
23
+ export declare const asOptionalFixedAmountCouponWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<FixedAmountCoupon> | undefined;
24
24
  //# sourceMappingURL=FixedAmount.d.ts.map
@@ -14,11 +14,11 @@ export type FixedPercentageCoupon = Payload<FixedPercentageCouponFields, FixedPe
14
14
  */
15
15
  export declare const isFixedPercentageCoupon: (x?: unknown | null) => x is FixedPercentageCoupon;
16
16
  export declare const asFixedPercentageCoupon: import("@xylabs/object").AsTypeFunction<FixedPercentageCoupon>;
17
- export declare const asOptionalFixedPercentageCoupon: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => FixedPercentageCoupon | undefined;
17
+ export declare const asOptionalFixedPercentageCoupon: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => FixedPercentageCoupon | undefined;
18
18
  /**
19
19
  * Identity function for determining if an object is an FixedPercentageCoupon with sources
20
20
  */
21
21
  export declare const isFixedPercentageCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedPercentageCoupon>>;
22
22
  export declare const asFixedPercentageCouponWithSources: import("@xylabs/object").AsTypeFunction<WithSources<FixedPercentageCoupon>>;
23
- export declare const asOptionalFixedPercentageCouponWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<FixedPercentageCoupon> | undefined;
23
+ export declare const asOptionalFixedPercentageCouponWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<FixedPercentageCoupon> | undefined;
24
24
  //# sourceMappingURL=FixedPercentage.d.ts.map
@@ -14,11 +14,11 @@ export type FixedPriceCoupon = Payload<FixedPriceCouponFields, FixedPriceCouponS
14
14
  */
15
15
  export declare const isFixedPriceCoupon: (x?: unknown | null) => x is FixedPriceCoupon;
16
16
  export declare const asFixedPriceCoupon: import("@xylabs/object").AsTypeFunction<FixedPriceCoupon>;
17
- export declare const asOptionalFixedPriceCoupon: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => FixedPriceCoupon | undefined;
17
+ export declare const asOptionalFixedPriceCoupon: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => FixedPriceCoupon | undefined;
18
18
  /**
19
19
  * Identity function for determining if an object is an FixedPriceCoupon with sources
20
20
  */
21
21
  export declare const isFixedPriceCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedPriceCoupon>>;
22
22
  export declare const asFixedPriceCouponWithSources: import("@xylabs/object").AsTypeFunction<WithSources<FixedPriceCoupon>>;
23
- export declare const asOptionalFixedPriceCouponWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<FixedPriceCoupon> | undefined;
23
+ export declare const asOptionalFixedPriceCouponWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<FixedPriceCoupon> | undefined;
24
24
  //# sourceMappingURL=FixedPrice.d.ts.map
@@ -13,11 +13,11 @@ export type Discount = Payload<DiscountFields, DiscountSchema>;
13
13
  */
14
14
  export declare const isDiscount: (x?: unknown | null) => x is Discount;
15
15
  export declare const asDiscount: import("@xylabs/object").AsTypeFunction<Discount>;
16
- export declare const asOptionalDiscount: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => Discount | undefined;
16
+ export declare const asOptionalDiscount: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => Discount | undefined;
17
17
  /**
18
18
  * Identity function for determining if an object is an Discount with sources
19
19
  */
20
20
  export declare const isDiscountWithSources: (x?: unknown | null) => x is WithSources<Discount>;
21
21
  export declare const asDiscountWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Discount>>;
22
- export declare const asOptionalDiscountWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<Discount> | undefined;
22
+ export declare const asOptionalDiscountWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<Discount> | undefined;
23
23
  //# sourceMappingURL=Discount.d.ts.map
@@ -19,11 +19,11 @@ export type EscrowOutcome = PayloadWithSources<EscrowOutcomeFields, EscrowOutcom
19
19
  */
20
20
  export declare const isEscrowOutcome: (x?: unknown | null) => x is EscrowOutcome;
21
21
  export declare const asEscrowOutcome: import("@xylabs/object").AsTypeFunction<EscrowOutcome>;
22
- export declare const asOptionalEscrowOutcome: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => EscrowOutcome | undefined;
22
+ export declare const asOptionalEscrowOutcome: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => EscrowOutcome | undefined;
23
23
  /**
24
24
  * Identity function for determining if an object is an EscrowOutcome with sources
25
25
  */
26
26
  export declare const isEscrowOutcomeWithSources: (x?: unknown | null) => x is WithSources<EscrowOutcome>;
27
- export declare const asEscrowOutcomeWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<EscrowOutcome> | undefined;
28
- export declare const asOptionalEscrowOutcomeWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<EscrowOutcome> | undefined;
27
+ export declare const asEscrowOutcomeWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<EscrowOutcome> | undefined;
28
+ export declare const asOptionalEscrowOutcomeWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<EscrowOutcome> | undefined;
29
29
  //# sourceMappingURL=Outcome.d.ts.map
@@ -61,11 +61,11 @@ export type EscrowTerms = Payload<Partial<EscrowTermsFields>, EscrowTermsSchema>
61
61
  */
62
62
  export declare const isEscrowTerms: (x?: unknown | null) => x is EscrowTerms;
63
63
  export declare const asEscrowTerms: import("@xylabs/object").AsTypeFunction<EscrowTerms>;
64
- export declare const asOptionalEscrowTerms: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => EscrowTerms | undefined;
64
+ export declare const asOptionalEscrowTerms: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => EscrowTerms | undefined;
65
65
  /**
66
66
  * Identity function for determining if an object is an EscrowTerms with sources
67
67
  */
68
68
  export declare const isEscrowTermsWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<EscrowTerms>;
69
69
  export declare const asEscrowTermsWithSources: import("@xylabs/object").AsTypeFunction<EscrowTerms>;
70
- export declare const asOptionalEscrowTermsWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => EscrowTerms | undefined;
70
+ export declare const asOptionalEscrowTermsWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => EscrowTerms | undefined;
71
71
  //# sourceMappingURL=Terms.d.ts.map
@@ -34,11 +34,11 @@ export type PaymentCard = Payload<PaymentCardFields, PaymentCardSchema>;
34
34
  */
35
35
  export declare const isPaymentCard: (x?: unknown | null) => x is PaymentCard;
36
36
  export declare const asPaymentCard: import("@xylabs/object").AsTypeFunction<PaymentCard>;
37
- export declare const asOptionalPaymentCard: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => PaymentCard | undefined;
37
+ export declare const asOptionalPaymentCard: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => PaymentCard | undefined;
38
38
  /**
39
39
  * Identity function for determine if an object is a PaymentCard with sources
40
40
  */
41
41
  export declare const isPaymentCardWithSources: (x?: unknown | null) => x is WithSources<PaymentCard>;
42
42
  export declare const asPaymentCardWithSources: import("@xylabs/object").AsTypeFunction<WithSources<PaymentCard>>;
43
- export declare const asOptionalPaymentCardWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<PaymentCard> | undefined;
43
+ export declare const asOptionalPaymentCardWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<PaymentCard> | undefined;
44
44
  //# sourceMappingURL=Payload.d.ts.map
@@ -20,11 +20,11 @@ export type Payment = PayloadWithSources<PaymentFields, PaymentSchema>;
20
20
  */
21
21
  export declare const isPayment: (x?: unknown | null) => x is Payment;
22
22
  export declare const asPayment: import("@xylabs/object").AsTypeFunction<Payment>;
23
- export declare const asOptionalPayment: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => Payment | undefined;
23
+ export declare const asOptionalPayment: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => Payment | undefined;
24
24
  /**
25
25
  * Identity function for determine if an object is a Payment with sources
26
26
  */
27
27
  export declare const isPaymentWithSources: (x?: unknown | null) => x is WithSources<Payment>;
28
28
  export declare const asPaymentWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Payment>>;
29
- export declare const asOptionalPaymentWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<Payment> | undefined;
29
+ export declare const asOptionalPaymentWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<Payment> | undefined;
30
30
  //# sourceMappingURL=Payload.d.ts.map
@@ -19,11 +19,11 @@ export type PaymentStatus = PayloadWithSources<PaymentStatusFields, PaymentStatu
19
19
  */
20
20
  export declare const isPaymentStatus: (x?: unknown | null) => x is PaymentStatus;
21
21
  export declare const asPaymentStatus: import("@xylabs/object").AsTypeFunction<PaymentStatus>;
22
- export declare const asOptionalPaymentStatus: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => PaymentStatus | undefined;
22
+ export declare const asOptionalPaymentStatus: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => PaymentStatus | undefined;
23
23
  /**
24
24
  * Identity function for determine if an object is a PaymentStatus with sources
25
25
  */
26
26
  export declare const isPaymentStatusWithSources: (x?: unknown | null) => x is WithSources<PaymentStatus>;
27
27
  export declare const asPaymentStatusWithSources: import("@xylabs/object").AsTypeFunction<WithSources<PaymentStatus>>;
28
- export declare const asOptionalPaymentStatusWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<PaymentStatus> | undefined;
28
+ export declare const asOptionalPaymentStatusWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<PaymentStatus> | undefined;
29
29
  //# sourceMappingURL=Payload.d.ts.map
@@ -21,11 +21,11 @@ export type Purchase = PayloadWithSources<PurchaseFields, PurchaseSchema>;
21
21
  */
22
22
  export declare const isPurchase: (x?: unknown | null) => x is Purchase;
23
23
  export declare const asPurchase: import("@xylabs/object").AsTypeFunction<Purchase>;
24
- export declare const asOptionalPurchase: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => Purchase | undefined;
24
+ export declare const asOptionalPurchase: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => Purchase | undefined;
25
25
  /**
26
26
  * Identity function for determine if an object is a Purchase with sources
27
27
  */
28
28
  export declare const isPurchaseWithSources: (x?: unknown | null) => x is WithSources<Purchase>;
29
29
  export declare const asPurchaseWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Purchase>>;
30
- export declare const asOptionalPurchaseWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<Purchase> | undefined;
30
+ export declare const asOptionalPurchaseWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<Purchase> | undefined;
31
31
  //# sourceMappingURL=Payload.d.ts.map
@@ -20,11 +20,11 @@ export type Receipt = PayloadWithSources<ReceiptFields, ReceiptSchema>;
20
20
  */
21
21
  export declare const isReceipt: (x?: unknown | null) => x is Receipt;
22
22
  export declare const asReceipt: import("@xylabs/object").AsTypeFunction<Receipt>;
23
- export declare const asOptionalReceipt: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => Receipt | undefined;
23
+ export declare const asOptionalReceipt: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => Receipt | undefined;
24
24
  /**
25
25
  * Identity function for determine if an object is a Receipt with sources
26
26
  */
27
27
  export declare const isReceiptWithSources: (x?: unknown | null) => x is WithSources<Receipt>;
28
28
  export declare const asReceiptWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Receipt>>;
29
- export declare const asOptionalReceiptWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<Receipt> | undefined;
29
+ export declare const asOptionalReceiptWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<Receipt> | undefined;
30
30
  //# sourceMappingURL=Payload.d.ts.map
@@ -13,11 +13,11 @@ export type Subtotal = PayloadWithSources<SubtotalFields, SubtotalSchema>;
13
13
  */
14
14
  export declare const isSubtotal: (x?: unknown | null) => x is Subtotal;
15
15
  export declare const asSubtotal: import("@xylabs/object").AsTypeFunction<Subtotal>;
16
- export declare const asOptionalSubtotal: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => Subtotal | undefined;
16
+ export declare const asOptionalSubtotal: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => Subtotal | undefined;
17
17
  /**
18
18
  * Identity function for determining if an object is an Subtotal with sources
19
19
  */
20
20
  export declare const isSubtotalWithSources: (x?: unknown | null) => x is WithSources<Subtotal>;
21
21
  export declare const asSubtotalWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Subtotal>>;
22
- export declare const asOptionalSubtotalWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<Subtotal> | undefined;
22
+ export declare const asOptionalSubtotalWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<Subtotal> | undefined;
23
23
  //# sourceMappingURL=Payload.d.ts.map
@@ -13,11 +13,11 @@ export type Total = PayloadWithSources<TotalFields, TotalSchema>;
13
13
  */
14
14
  export declare const isTotal: (x?: unknown | null) => x is Total;
15
15
  export declare const asTotal: import("@xylabs/object").AsTypeFunction<Total>;
16
- export declare const asOptionalTotal: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => Total | undefined;
16
+ export declare const asOptionalTotal: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => Total | undefined;
17
17
  /**
18
18
  * Identity function for determining if an object is an Total with sources
19
19
  */
20
20
  export declare const isTotalWithSources: (x?: unknown | null) => x is WithSources<Total>;
21
21
  export declare const asTotalWithSources: import("@xylabs/object").AsTypeFunction<WithSources<Total>>;
22
- export declare const asOptionalTotalWithSources: (value: import(".store/@xylabs-promise-npm-5.0.0-c3b37237fd/package").AnyNonPromise) => WithSources<Total> | undefined;
22
+ export declare const asOptionalTotalWithSources: (value: import(".store/@xylabs-promise-npm-5.0.7-d57bda6b56/package").AnyNonPromise) => WithSources<Total> | undefined;
23
23
  //# sourceMappingURL=Payload.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/payment-payload-plugins",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -33,31 +33,31 @@
33
33
  "src"
34
34
  ],
35
35
  "dependencies": {
36
- "@xylabs/assert": "^5.0.0",
37
- "@xylabs/crypto": "^5.0.0",
38
- "@xylabs/hex": "^5.0.0",
39
- "@xylabs/object": "^5.0.0",
40
- "@xyo-network/account-model": "^5.0.0",
41
- "@xyo-network/boundwitness-builder": "^5.0.0",
42
- "@xyo-network/boundwitness-model": "^5.0.0",
43
- "@xyo-network/boundwitness-validator": "^5.0.0",
44
- "@xyo-network/diviner-hash-lease": "^5.0.0",
45
- "@xyo-network/diviner-model": "^5.0.0",
46
- "@xyo-network/id-payload-plugin": "^5.0.0",
47
- "@xyo-network/module-model": "^5.0.0",
48
- "@xyo-network/payload-builder": "^5.0.0",
49
- "@xyo-network/payload-model": "^5.0.0",
50
- "@xyo-network/schema-payload-plugin": "^5.0.0",
51
- "@xyo-network/xns-record-payload-plugins": "^5.0.0"
36
+ "@xylabs/assert": "~5.0.7",
37
+ "@xylabs/crypto": "~5.0.7",
38
+ "@xylabs/hex": "~5.0.7",
39
+ "@xylabs/object": "~5.0.7",
40
+ "@xyo-network/account-model": "~5.0.2",
41
+ "@xyo-network/boundwitness-builder": "~5.0.2",
42
+ "@xyo-network/boundwitness-model": "~5.0.2",
43
+ "@xyo-network/boundwitness-validator": "~5.0.2",
44
+ "@xyo-network/diviner-hash-lease": "~5.0.2",
45
+ "@xyo-network/diviner-model": "~5.0.2",
46
+ "@xyo-network/id-payload-plugin": "~5.0.2",
47
+ "@xyo-network/module-model": "~5.0.2",
48
+ "@xyo-network/payload-builder": "~5.0.2",
49
+ "@xyo-network/payload-model": "~5.0.2",
50
+ "@xyo-network/schema-payload-plugin": "~5.0.2",
51
+ "@xyo-network/xns-record-payload-plugins": "~5.0.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@xylabs/ts-scripts-yarn3": "^7.0.2",
55
- "@xylabs/tsconfig": "^7.0.2",
56
- "@xylabs/vitest-extended": "^5.0.0",
57
- "@xyo-network/payload-builder": "^5.0.0",
58
- "@xyo-network/wallet": "^5.0.0",
59
- "typescript": "^5.8.3",
60
- "vitest": "^3.2.4"
54
+ "@xylabs/ts-scripts-yarn3": "~7.1.0",
55
+ "@xylabs/tsconfig": "~7.1.0",
56
+ "@xylabs/vitest-extended": "~5.0.7",
57
+ "@xyo-network/payload-builder": "~5.0.2",
58
+ "@xyo-network/wallet": "~5.0.2",
59
+ "typescript": "~5.9.2",
60
+ "vitest": "~3.2.4"
61
61
  },
62
62
  "publishConfig": {
63
63
  "access": "public"