@caatinga/core 2.2.0 → 2.2.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.
package/dist/index.cjs CHANGED
@@ -185,7 +185,7 @@ function formatCause(cause) {
185
185
  }
186
186
 
187
187
  // src/version.ts
188
- var CAATINGA_CORE_VERSION = "2.2.0";
188
+ var CAATINGA_CORE_VERSION = "2.2.1";
189
189
 
190
190
  // src/config/config.schema.ts
191
191
  var import_zod = require("zod");
package/dist/index.d.cts CHANGED
@@ -2,7 +2,7 @@ import { C as CaatingaArtifacts, a as ContractArtifact, b as CaatingaErrorCodeVa
2
2
  export { d as CaatingaArtifactsSchema, e as CaatingaErrorCode, f as formatCaatingaError, t as toCaatingaError } from './browser-Cq4ZofIq.cjs';
3
3
  import { z } from 'zod';
4
4
 
5
- declare const CAATINGA_CORE_VERSION = "2.2.0";
5
+ declare const CAATINGA_CORE_VERSION = "2.2.1";
6
6
 
7
7
  declare const ContractConfigSchema: z.ZodObject<{
8
8
  path: z.ZodString;
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import { C as CaatingaArtifacts, a as ContractArtifact, b as CaatingaErrorCodeVa
2
2
  export { d as CaatingaArtifactsSchema, e as CaatingaErrorCode, f as formatCaatingaError, t as toCaatingaError } from './browser-Cq4ZofIq.js';
3
3
  import { z } from 'zod';
4
4
 
5
- declare const CAATINGA_CORE_VERSION = "2.2.0";
5
+ declare const CAATINGA_CORE_VERSION = "2.2.1";
6
6
 
7
7
  declare const ContractConfigSchema: z.ZodObject<{
8
8
  path: z.ZodString;
package/dist/index.js CHANGED
@@ -105,7 +105,7 @@ function formatCause(cause) {
105
105
  }
106
106
 
107
107
  // src/version.ts
108
- var CAATINGA_CORE_VERSION = "2.2.0";
108
+ var CAATINGA_CORE_VERSION = "2.2.1";
109
109
 
110
110
  // src/config/config.schema.ts
111
111
  import { z } from "zod";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caatinga/core",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Core config, artifacts, command orchestration, and error primitives for Caatinga/Soroban toolkit",
5
5
  "keywords": [
6
6
  "stellar",