axiom 0.44.0 → 0.45.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.
Files changed (40) hide show
  1. package/dist/bin.cjs +6 -6
  2. package/dist/bin.cjs.map +1 -1
  3. package/dist/bin.js +5 -5
  4. package/dist/chunk-3Q36GUCI.js +23 -0
  5. package/dist/chunk-3Q36GUCI.js.map +1 -0
  6. package/dist/{chunk-MCKVQ2IB.js → chunk-JSEK2D3F.js} +5 -19
  7. package/dist/chunk-JSEK2D3F.js.map +1 -0
  8. package/dist/{chunk-HW6E4M7S.js → chunk-N3RHEQMQ.js} +2 -2
  9. package/dist/{chunk-HW6E4M7S.js.map → chunk-N3RHEQMQ.js.map} +1 -1
  10. package/dist/{chunk-U3JDCQ3Y.js → chunk-QAIGRB75.js} +7 -7
  11. package/dist/{chunk-7NTVK3F4.js → chunk-R4CARCOX.js} +2 -2
  12. package/dist/{chunk-56V2A6IW.js → chunk-RSHQRY3F.js} +3 -3
  13. package/dist/{chunk-AAYRMTT6.js → chunk-SGAIMXRV.js} +24 -9
  14. package/dist/chunk-SGAIMXRV.js.map +1 -0
  15. package/dist/evals/online.cjs +31 -8
  16. package/dist/evals/online.cjs.map +1 -1
  17. package/dist/evals/online.d.cts +9 -4
  18. package/dist/evals/online.d.ts +9 -4
  19. package/dist/evals/online.js +3 -2
  20. package/dist/evals/online.js.map +1 -1
  21. package/dist/evals/scorers.cjs +13 -16
  22. package/dist/evals/scorers.cjs.map +1 -1
  23. package/dist/evals/scorers.js +2 -1
  24. package/dist/evals/scorers.js.map +1 -1
  25. package/dist/evals.cjs +22 -23
  26. package/dist/evals.cjs.map +1 -1
  27. package/dist/evals.js +8 -8
  28. package/dist/evals.js.map +1 -1
  29. package/dist/index.cjs +36 -24
  30. package/dist/index.cjs.map +1 -1
  31. package/dist/index.js +5 -4
  32. package/dist/index.js.map +1 -1
  33. package/dist/{run-vitest-4OEEDEHV.js → run-vitest-SYYO32TD.js} +5 -5
  34. package/package.json +1 -1
  35. package/dist/chunk-AAYRMTT6.js.map +0 -1
  36. package/dist/chunk-MCKVQ2IB.js.map +0 -1
  37. /package/dist/{chunk-U3JDCQ3Y.js.map → chunk-QAIGRB75.js.map} +0 -0
  38. /package/dist/{chunk-7NTVK3F4.js.map → chunk-R4CARCOX.js.map} +0 -0
  39. /package/dist/{chunk-56V2A6IW.js.map → chunk-RSHQRY3F.js.map} +0 -0
  40. /package/dist/{run-vitest-4OEEDEHV.js.map → run-vitest-SYYO32TD.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.44.0",
556
+ version: "0.45.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.44.0"
2517
+ ["service.version"]: "0.45.0"
2518
2518
  }),
2519
2519
  spanProcessors: [processor]
2520
2520
  });
2521
- axiomTracer = axiomProvider.getTracer("axiom", "0.44.0");
2521
+ axiomTracer = axiomProvider.getTracer("axiom", "0.45.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.44.0");
2533
+ axiomTracer = import_api10.trace.getTracer("axiom", "0.45.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.44.0");
3276
+ console.log("0.45.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.44.0");
3286
+ program.name("axiom").description("Axiom's CLI to manage your objects and run evals").version("0.45.0");
3287
3287
  program.hook("preAction", async (_, actionCommand) => {
3288
3288
  const commandName = actionCommand.name();
3289
3289
  const parentCommand = actionCommand.parent;