@lmnr-ai/client 0.8.4 → 0.8.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.cjs CHANGED
@@ -34,7 +34,7 @@ let pino_pretty = require("pino-pretty");
34
34
  let uuid = require("uuid");
35
35
 
36
36
  //#region package.json
37
- var version = "0.8.4";
37
+ var version = "0.8.6";
38
38
 
39
39
  //#endregion
40
40
  //#region src/version.ts
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import { PinoPretty } from "pino-pretty";
5
5
  import { v4 } from "uuid";
6
6
 
7
7
  //#region package.json
8
- var version = "0.8.4";
8
+ var version = "0.8.6";
9
9
 
10
10
  //#endregion
11
11
  //#region src/version.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmnr-ai/client",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
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.4"
42
+ "@lmnr-ai/types": "0.8.6"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsdown",