@lmnr-ai/lmnr 0.8.7 → 0.8.9
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/cli/worker/index.cjs +2 -2
- package/dist/cli/worker/index.mjs +2 -2
- package/dist/cli.cjs +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/{decorators-DQcJtTyJ.mjs → decorators-Bb3jw9Rj.mjs} +2 -2
- package/dist/{decorators-DQcJtTyJ.mjs.map → decorators-Bb3jw9Rj.mjs.map} +1 -1
- package/dist/{decorators-DcauYr1x.cjs → decorators-DS90VmvK.cjs} +2 -2
- package/dist/{decorators-DcauYr1x.cjs.map → decorators-DS90VmvK.cjs.map} +1 -1
- package/dist/{dist-DozF0Nrf.cjs → dist-CyffjGb0.cjs} +3 -3
- package/dist/{dist-DozF0Nrf.cjs.map → dist-CyffjGb0.cjs.map} +1 -1
- package/dist/{dist-oYGT08tL.mjs → dist-DLRv9JQC.mjs} +3 -3
- package/dist/{dist-oYGT08tL.mjs.map → dist-DLRv9JQC.mjs.map} +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const require_chunk = require('../../chunk-BrXtsOCC.cjs');
|
|
2
|
-
require('../../dist-
|
|
2
|
+
require('../../dist-CyffjGb0.cjs');
|
|
3
3
|
require('../../utils-dnHn-Dz-.cjs');
|
|
4
|
-
const require_decorators = require('../../decorators-
|
|
4
|
+
const require_decorators = require('../../decorators-DS90VmvK.cjs');
|
|
5
5
|
const require_cli_worker_build = require('./build.cjs');
|
|
6
6
|
let readline = require("readline");
|
|
7
7
|
readline = require_chunk.__toESM(readline);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "../../dist-
|
|
1
|
+
import "../../dist-DLRv9JQC.mjs";
|
|
2
2
|
import "../../utils-CWdehUXP.mjs";
|
|
3
|
-
import { l as Laminar, p as consumeStreamResult } from "../../decorators-
|
|
3
|
+
import { l as Laminar, p as consumeStreamResult } from "../../decorators-Bb3jw9Rj.mjs";
|
|
4
4
|
import { buildFile, loadModule, selectRolloutFunction } from "./build.mjs";
|
|
5
5
|
import * as readline from "readline";
|
|
6
6
|
|
package/dist/cli.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
const require_chunk = require('./chunk-BrXtsOCC.cjs');
|
|
3
|
-
const require_dist = require('./dist-
|
|
3
|
+
const require_dist = require('./dist-CyffjGb0.cjs');
|
|
4
4
|
const require_utils = require('./utils-dnHn-Dz-.cjs');
|
|
5
5
|
const require_proxy_to_lmnr_cli = require('./proxy-to-lmnr-cli-CJG5N8gb.cjs');
|
|
6
6
|
let path = require("path");
|
package/dist/cli.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { n as __require, r as __toESM, t as __commonJSMin } from "./chunk-Bxrnaw5U.mjs";
|
|
3
|
-
import { n as version, t as LaminarClient } from "./dist-
|
|
3
|
+
import { n as version, t as LaminarClient } from "./dist-DLRv9JQC.mjs";
|
|
4
4
|
import { i as getDirname, s as initializeLogger } from "./utils-CWdehUXP.mjs";
|
|
5
5
|
import { t as proxyToLmnrCli } from "./proxy-to-lmnr-cli-CdCqjYUJ.mjs";
|
|
6
6
|
import * as path from "path";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __require } from "./chunk-Bxrnaw5U.mjs";
|
|
2
|
-
import { n as version, t as LaminarClient } from "./dist-
|
|
2
|
+
import { n as version, t as LaminarClient } from "./dist-DLRv9JQC.mjs";
|
|
3
3
|
import { A as SPAN_SDK_VERSION, C as SESSION_ID, D as SPAN_LANGUAGE_VERSION, E as SPAN_INSTRUMENTATION_SOURCE, M as TRACE_HAS_BROWSER_SESSION, N as TRACE_TYPE, O as SPAN_OUTPUT, P as USER_ID, S as ROLLOUT_SESSION_ID, T as SPAN_INPUT, _ as ASSOCIATION_PROPERTIES_OVERRIDES, b as PARENT_SPAN_IDS_PATH, c as loadEnv, d as otelSpanIdToUUID, f as otelTraceIdToUUID, g as ASSOCIATION_PROPERTIES, h as validateTracingConfig, j as SPAN_TYPE, k as SPAN_PATH, l as metadataToAttributes, m as tryToOtelSpanContext, o as getOtelEnvVar, p as parseOtelHeaders, r as deserializeLaminarSpanContext, s as initializeLogger, t as NIL_UUID, u as newUUID, w as SPAN_IDS_PATH, x as PARENT_SPAN_PATH } from "./utils-CWdehUXP.mjs";
|
|
4
4
|
import { DiagConsoleLogger, DiagLogLevel, ROOT_CONTEXT, context, createContextKey, diag, isSpanContextValid, trace } from "@opentelemetry/api";
|
|
5
5
|
import { AsyncLocalStorageContextManager } from "@opentelemetry/context-async-hooks";
|
|
@@ -4892,4 +4892,4 @@ function observeExperimentalDecorator(config) {
|
|
|
4892
4892
|
|
|
4893
4893
|
//#endregion
|
|
4894
4894
|
export { getTracer as a, initializeLaminarInstrumentations as c, LaminarContextManager as d, TracingLevel as f, withTracingLevel as i, Laminar as l, stringifyPromptForTelemetry as m, observeDecorator as n, getTracerProvider as o, consumeStreamResult as p, observeExperimentalDecorator as r, LaminarSpanProcessor as s, observe as t, instrumentClaudeAgentQuery as u };
|
|
4895
|
-
//# sourceMappingURL=decorators-
|
|
4895
|
+
//# sourceMappingURL=decorators-Bb3jw9Rj.mjs.map
|