@lmnr-ai/client 0.8.37 → 0.8.38

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
@@ -30,7 +30,7 @@ let pino_pretty = require("pino-pretty");
30
30
  let uuid = require("uuid");
31
31
  let _lmnr_ai_types = require("@lmnr-ai/types");
32
32
  //#region package.json
33
- var version = "0.8.37";
33
+ var version = "0.8.38";
34
34
  //#endregion
35
35
  //#region src/version.ts
36
36
  function getLangVersion() {
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import { PinoPretty } from "pino-pretty";
5
5
  import { v4 } from "uuid";
6
6
  import { errorMessage } from "@lmnr-ai/types";
7
7
  //#region package.json
8
- var version = "0.8.37";
8
+ var version = "0.8.38";
9
9
  //#endregion
10
10
  //#region src/version.ts
11
11
  function getLangVersion() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmnr-ai/client",
3
- "version": "0.8.37",
3
+ "version": "0.8.38",
4
4
  "description": "HTTP client for Laminar AI API",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -39,7 +39,7 @@
39
39
  "devDependencies": {
40
40
  "nock": "^14.0.8",
41
41
  "tsx": "^4.22.4",
42
- "@lmnr-ai/types": "0.8.37"
42
+ "@lmnr-ai/types": "0.8.38"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsdown",