axiom 0.44.0 → 0.46.0
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/bin.cjs +6 -6
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +5 -5
- package/dist/{chunk-AAYRMTT6.js → chunk-2U4R2CLH.js} +95 -51
- package/dist/chunk-2U4R2CLH.js.map +1 -0
- package/dist/chunk-3Q36GUCI.js +23 -0
- package/dist/chunk-3Q36GUCI.js.map +1 -0
- package/dist/{chunk-MCKVQ2IB.js → chunk-JSEK2D3F.js} +5 -19
- package/dist/chunk-JSEK2D3F.js.map +1 -0
- package/dist/{chunk-7NTVK3F4.js → chunk-KRILBQGV.js} +5 -5
- package/dist/{chunk-U3JDCQ3Y.js → chunk-M4PTA32S.js} +7 -7
- package/dist/{chunk-HW6E4M7S.js → chunk-M7U5EJP4.js} +2 -2
- package/dist/{chunk-HW6E4M7S.js.map → chunk-M7U5EJP4.js.map} +1 -1
- package/dist/{chunk-56V2A6IW.js → chunk-QEHCKIMQ.js} +3 -3
- package/dist/evals/online.cjs +114 -50
- package/dist/evals/online.cjs.map +1 -1
- package/dist/evals/online.d.cts +18 -16
- package/dist/evals/online.d.ts +18 -16
- package/dist/evals/online.js +4 -2
- package/dist/evals/online.js.map +1 -1
- package/dist/evals/scorers.cjs +13 -16
- package/dist/evals/scorers.cjs.map +1 -1
- package/dist/evals/scorers.d.cts +52 -2
- package/dist/evals/scorers.d.ts +52 -2
- package/dist/evals/scorers.js +2 -1
- package/dist/evals/scorers.js.map +1 -1
- package/dist/evals.cjs +22 -23
- package/dist/evals.cjs.map +1 -1
- package/dist/evals.d.cts +3 -3
- package/dist/evals.d.ts +3 -3
- package/dist/evals.js +8 -8
- package/dist/evals.js.map +1 -1
- package/dist/index.cjs +104 -66
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +6 -5
- package/dist/index.js.map +1 -1
- package/dist/{scorer.types-BY_ig9od.d.cts → name-validation.d-7RgcKR9Z.d.cts} +81 -1
- package/dist/{scorer.types-DMiCs7kl.d.ts → name-validation.d-DzPxDeTs.d.ts} +81 -1
- package/dist/{run-vitest-4OEEDEHV.js → run-vitest-CVAL5SHV.js} +5 -5
- package/package.json +1 -1
- package/dist/chunk-AAYRMTT6.js.map +0 -1
- package/dist/chunk-MCKVQ2IB.js.map +0 -1
- package/dist/scorers-FD50_6M6.d.cts +0 -131
- package/dist/scorers-ZbAJP2FN.d.ts +0 -131
- /package/dist/{chunk-7NTVK3F4.js.map → chunk-KRILBQGV.js.map} +0 -0
- /package/dist/{chunk-U3JDCQ3Y.js.map → chunk-M4PTA32S.js.map} +0 -0
- /package/dist/{chunk-56V2A6IW.js.map → chunk-QEHCKIMQ.js.map} +0 -0
- /package/dist/{run-vitest-4OEEDEHV.js.map → run-vitest-CVAL5SHV.js.map} +0 -0
package/dist/bin.cjs
CHANGED
|
@@ -553,7 +553,7 @@ var init_package = __esm({
|
|
|
553
553
|
"package.json"() {
|
|
554
554
|
package_default = {
|
|
555
555
|
name: "axiom",
|
|
556
|
-
version: "0.
|
|
556
|
+
version: "0.46.0",
|
|
557
557
|
type: "module",
|
|
558
558
|
author: "Axiom, Inc.",
|
|
559
559
|
contributors: [
|
|
@@ -2514,11 +2514,11 @@ function setupEvalProvider(connection) {
|
|
|
2514
2514
|
axiomProvider = new import_sdk_trace_node.NodeTracerProvider({
|
|
2515
2515
|
resource: (0, import_resources.resourceFromAttributes)({
|
|
2516
2516
|
["service.name"]: "axiom",
|
|
2517
|
-
["service.version"]: "0.
|
|
2517
|
+
["service.version"]: "0.46.0"
|
|
2518
2518
|
}),
|
|
2519
2519
|
spanProcessors: [processor]
|
|
2520
2520
|
});
|
|
2521
|
-
axiomTracer = axiomProvider.getTracer("axiom", "0.
|
|
2521
|
+
axiomTracer = axiomProvider.getTracer("axiom", "0.46.0");
|
|
2522
2522
|
}
|
|
2523
2523
|
async function initInstrumentation(config) {
|
|
2524
2524
|
if (initialized) {
|
|
@@ -2530,7 +2530,7 @@ async function initInstrumentation(config) {
|
|
|
2530
2530
|
}
|
|
2531
2531
|
initializationPromise = (async () => {
|
|
2532
2532
|
if (!config.enabled) {
|
|
2533
|
-
axiomTracer = import_api10.trace.getTracer("axiom", "0.
|
|
2533
|
+
axiomTracer = import_api10.trace.getTracer("axiom", "0.46.0");
|
|
2534
2534
|
initialized = true;
|
|
2535
2535
|
return;
|
|
2536
2536
|
}
|
|
@@ -3273,7 +3273,7 @@ var import_commander2 = require("commander");
|
|
|
3273
3273
|
var loadVersionCommand = (program2) => {
|
|
3274
3274
|
return program2.addCommand(
|
|
3275
3275
|
new import_commander2.Command("version").description("cli version").action(() => {
|
|
3276
|
-
console.log("0.
|
|
3276
|
+
console.log("0.46.0");
|
|
3277
3277
|
})
|
|
3278
3278
|
);
|
|
3279
3279
|
};
|
|
@@ -3283,7 +3283,7 @@ var { loadEnvConfig } = import_env.default;
|
|
|
3283
3283
|
loadEnvConfig(process.cwd());
|
|
3284
3284
|
var { cleanedArgv, overrides } = extractOverrides(process.argv.slice(2));
|
|
3285
3285
|
var program = new import_commander3.Command();
|
|
3286
|
-
program.name("axiom").description("Axiom's CLI to manage your objects and run evals").version("0.
|
|
3286
|
+
program.name("axiom").description("Axiom's CLI to manage your objects and run evals").version("0.46.0");
|
|
3287
3287
|
program.hook("preAction", async (_, actionCommand) => {
|
|
3288
3288
|
const commandName = actionCommand.name();
|
|
3289
3289
|
const parentCommand = actionCommand.parent;
|