@caatinga/core 0.2.3 → 0.2.4

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
@@ -143,7 +143,7 @@ function toCaatingaError(error) {
143
143
  }
144
144
 
145
145
  // src/version.ts
146
- var CAATINGA_CORE_VERSION = "0.2.3";
146
+ var CAATINGA_CORE_VERSION = "0.2.4";
147
147
 
148
148
  // src/config/config.schema.ts
149
149
  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, t as toCaatingaError } from './browser-CuET2GqM.cjs';
3
3
  import { z } from 'zod';
4
4
 
5
- declare const CAATINGA_CORE_VERSION = "0.2.3";
5
+ declare const CAATINGA_CORE_VERSION = "0.2.4";
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, t as toCaatingaError } from './browser-CuET2GqM.js';
3
3
  import { z } from 'zod';
4
4
 
5
- declare const CAATINGA_CORE_VERSION = "0.2.3";
5
+ declare const CAATINGA_CORE_VERSION = "0.2.4";
6
6
 
7
7
  declare const ContractConfigSchema: z.ZodObject<{
8
8
  path: z.ZodString;
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-EKHNKCJV.js";
6
6
 
7
7
  // src/version.ts
8
- var CAATINGA_CORE_VERSION = "0.2.3";
8
+ var CAATINGA_CORE_VERSION = "0.2.4";
9
9
 
10
10
  // src/config/config.schema.ts
11
11
  import { z } from "zod";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caatinga/core",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Core config, artifacts, command orchestration, and error primitives for Caatinga/Soroban toolkit",
5
5
  "keywords": [
6
6
  "stellar",