Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@braintrust/core

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@braintrust/core - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

dist/index.d.mts

2

dist/main/index.d.ts

@@ -12,3 +12,3 @@ declare const TRANSACTION_ID_FIELD = "_xact_id";

declare const PARENT_ID_FIELD = "_parent_id";
type TransactionId = bigint;
type TransactionId = string;
declare const ALL_ROW_ID_FIELDS: string[];

@@ -15,0 +15,0 @@

@@ -344,3 +344,3 @@ "use strict";

),
[TRANSACTION_ID_FIELD]: import_zod4.z.bigint().describe(
[TRANSACTION_ID_FIELD]: import_zod4.z.string().describe(
`The transaction id of an event is unique to the network operation that processed the event insertion. Transaction ids are monotonically increasing over time and can be used to retrieve a versioned snapshot of the ${eventDescription} (see the \`version\` parameter)`

@@ -434,5 +434,5 @@ ),

].join("\n\n");
var maxXactIdSchema = import_zod4.z.bigint().describe(fetchPaginationCursorDescription);
var maxXactIdSchema = import_zod4.z.string().describe(fetchPaginationCursorDescription);
var maxRootSpanIdSchema = import_zod4.z.string().describe(fetchPaginationCursorDescription);
var versionSchema = import_zod4.z.bigint().describe(
var versionSchema = import_zod4.z.string().describe(
[

@@ -439,0 +439,0 @@ "Retrieve a snapshot of events from a past time",

@@ -345,3 +345,3 @@ "use strict";

),
[TRANSACTION_ID_FIELD]: import_zod4.z.bigint().describe(
[TRANSACTION_ID_FIELD]: import_zod4.z.string().describe(
`The transaction id of an event is unique to the network operation that processed the event insertion. Transaction ids are monotonically increasing over time and can be used to retrieve a versioned snapshot of the ${eventDescription} (see the \`version\` parameter)`

@@ -435,5 +435,5 @@ ),

].join("\n\n");
var maxXactIdSchema = import_zod4.z.bigint().describe(fetchPaginationCursorDescription);
var maxXactIdSchema = import_zod4.z.string().describe(fetchPaginationCursorDescription);
var maxRootSpanIdSchema = import_zod4.z.string().describe(fetchPaginationCursorDescription);
var versionSchema = import_zod4.z.bigint().describe(
var versionSchema = import_zod4.z.string().describe(
[

@@ -440,0 +440,0 @@ "Retrieve a snapshot of events from a past time",

{
"name": "@braintrust/core",
"version": "0.0.18",
"version": "0.0.19",
"description": "Shared core dependencies for Braintrust packages",

@@ -5,0 +5,0 @@ "main": "./dist/main/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc