@rkat/sdk 0.7.13 → 0.7.14
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/generated/types.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated wire types for Meerkat SDK
|
|
2
|
-
// Contract version: 0.7.
|
|
2
|
+
// Contract version: 0.7.14
|
|
3
3
|
import { MeerkatError } from "./errors.js";
|
|
4
|
-
export const CONTRACT_VERSION = "0.7.
|
|
4
|
+
export const CONTRACT_VERSION = "0.7.14";
|
|
5
5
|
// K21 — shared fail-closed wire parsing helpers (generated; not exported).
|
|
6
6
|
function wireParseError(context, message) {
|
|
7
7
|
return new MeerkatError("INVALID_RESPONSE", `invalid ${context}: ${message}`);
|