@sats-connect/core 0.6.6 → 0.6.7
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1101,7 +1101,7 @@ declare const stxDeployContractParamsSchema: v.ObjectSchema<{
|
|
|
1101
1101
|
/**
|
|
1102
1102
|
* The version of the Clarity contract.
|
|
1103
1103
|
*/
|
|
1104
|
-
readonly clarityVersion: v.OptionalSchema<v.
|
|
1104
|
+
readonly clarityVersion: v.OptionalSchema<v.NumberSchema<undefined>, never>;
|
|
1105
1105
|
/**
|
|
1106
1106
|
* The post conditions to apply to the contract call.
|
|
1107
1107
|
*/
|
|
@@ -1137,7 +1137,7 @@ declare const stxDeployContractRequestMessageSchema: v.ObjectSchema<{
|
|
|
1137
1137
|
/**
|
|
1138
1138
|
* The version of the Clarity contract.
|
|
1139
1139
|
*/
|
|
1140
|
-
readonly clarityVersion: v.OptionalSchema<v.
|
|
1140
|
+
readonly clarityVersion: v.OptionalSchema<v.NumberSchema<undefined>, never>;
|
|
1141
1141
|
/**
|
|
1142
1142
|
* The post conditions to apply to the contract call.
|
|
1143
1143
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1101,7 +1101,7 @@ declare const stxDeployContractParamsSchema: v.ObjectSchema<{
|
|
|
1101
1101
|
/**
|
|
1102
1102
|
* The version of the Clarity contract.
|
|
1103
1103
|
*/
|
|
1104
|
-
readonly clarityVersion: v.OptionalSchema<v.
|
|
1104
|
+
readonly clarityVersion: v.OptionalSchema<v.NumberSchema<undefined>, never>;
|
|
1105
1105
|
/**
|
|
1106
1106
|
* The post conditions to apply to the contract call.
|
|
1107
1107
|
*/
|
|
@@ -1137,7 +1137,7 @@ declare const stxDeployContractRequestMessageSchema: v.ObjectSchema<{
|
|
|
1137
1137
|
/**
|
|
1138
1138
|
* The version of the Clarity contract.
|
|
1139
1139
|
*/
|
|
1140
|
-
readonly clarityVersion: v.OptionalSchema<v.
|
|
1140
|
+
readonly clarityVersion: v.OptionalSchema<v.NumberSchema<undefined>, never>;
|
|
1141
1141
|
/**
|
|
1142
1142
|
* The post conditions to apply to the contract call.
|
|
1143
1143
|
*/
|
package/dist/index.js
CHANGED
|
@@ -461,7 +461,7 @@ var stxDeployContractParamsSchema = v6.object({
|
|
|
461
461
|
/**
|
|
462
462
|
* The version of the Clarity contract.
|
|
463
463
|
*/
|
|
464
|
-
clarityVersion: v6.optional(v6.
|
|
464
|
+
clarityVersion: v6.optional(v6.number()),
|
|
465
465
|
/**
|
|
466
466
|
* The post conditions to apply to the contract call.
|
|
467
467
|
*/
|
package/dist/index.mjs
CHANGED
|
@@ -254,7 +254,7 @@ var stxDeployContractParamsSchema = v6.object({
|
|
|
254
254
|
/**
|
|
255
255
|
* The version of the Clarity contract.
|
|
256
256
|
*/
|
|
257
|
-
clarityVersion: v6.optional(v6.
|
|
257
|
+
clarityVersion: v6.optional(v6.number()),
|
|
258
258
|
/**
|
|
259
259
|
* The post conditions to apply to the contract call.
|
|
260
260
|
*/
|