@kortexya/reasoninglayer 0.1.5 → 0.1.6

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.cts CHANGED
@@ -101,7 +101,7 @@ interface ErrorResponse {
101
101
  * This is the single source of truth for the version constant.
102
102
  * The `scripts/release.sh` script updates this value alongside `package.json`.
103
103
  */
104
- declare const SDK_VERSION = "0.1.5";
104
+ declare const SDK_VERSION = "0.1.6";
105
105
  /**
106
106
  * Configuration for the Reasoning Layer client.
107
107
  *
package/dist/index.d.ts CHANGED
@@ -101,7 +101,7 @@ interface ErrorResponse {
101
101
  * This is the single source of truth for the version constant.
102
102
  * The `scripts/release.sh` script updates this value alongside `package.json`.
103
103
  */
104
- declare const SDK_VERSION = "0.1.5";
104
+ declare const SDK_VERSION = "0.1.6";
105
105
  /**
106
106
  * Configuration for the Reasoning Layer client.
107
107
  *
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/config.ts
2
- var SDK_VERSION = "0.1.5";
2
+ var SDK_VERSION = "0.1.6";
3
3
  function resolveConfig(config) {
4
4
  if (!config.baseUrl) {
5
5
  throw new Error("ClientConfig.baseUrl is required");