@lmnr-ai/client 0.8.20 → 0.8.21

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
@@ -29,7 +29,7 @@ pino = __toESM(pino);
29
29
  let pino_pretty = require("pino-pretty");
30
30
  let uuid = require("uuid");
31
31
  //#region package.json
32
- var version = "0.8.20";
32
+ var version = "0.8.21";
33
33
  //#endregion
34
34
  //#region src/version.ts
35
35
  function getLangVersion() {
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import pino from "pino";
4
4
  import { PinoPretty } from "pino-pretty";
5
5
  import { v4 } from "uuid";
6
6
  //#region package.json
7
- var version = "0.8.20";
7
+ var version = "0.8.21";
8
8
  //#endregion
9
9
  //#region src/version.ts
10
10
  function getLangVersion() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmnr-ai/client",
3
- "version": "0.8.20",
3
+ "version": "0.8.21",
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.20.3",
42
- "@lmnr-ai/types": "0.8.20"
42
+ "@lmnr-ai/types": "0.8.21"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsdown",