@braintrust/core
Advanced tools
Comparing version 0.0.34 to 0.0.35
@@ -10,3 +10,3 @@ declare const TRANSACTION_ID_FIELD = "_xact_id"; | ||
declare const VALID_SOURCES: readonly ["app", "api", "external"]; | ||
type Source = typeof VALID_SOURCES[number]; | ||
type Source = (typeof VALID_SOURCES)[number]; | ||
declare const PARENT_ID_FIELD = "_parent_id"; | ||
@@ -205,3 +205,3 @@ type TransactionId = string; | ||
} | ||
type SpanType = typeof spanTypeAttributeValues[number]; | ||
type SpanType = (typeof spanTypeAttributeValues)[number]; | ||
@@ -208,0 +208,0 @@ interface RepoInfo { |
@@ -199,3 +199,3 @@ "use strict"; | ||
throw new Error( | ||
"Logged row is missing an id. This is an internal braintrust error. Please contact us at info@braintrustdata.com for help" | ||
"Logged row is missing an id. This is an internal braintrust error. Please contact us at info@braintrust.dev for help" | ||
); | ||
@@ -202,0 +202,0 @@ } |
{ | ||
"name": "@braintrust/core", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"description": "Shared core dependencies for Braintrust packages", | ||
@@ -45,3 +45,3 @@ "main": "./dist/index.js", | ||
}, | ||
"homepage": "https://www.braintrustdata.com", | ||
"homepage": "https://www.braintrust.dev", | ||
"repository": { | ||
@@ -58,2 +58,3 @@ "type": "git", | ||
"devDependencies": { | ||
"@types/node": "^20.10.5", | ||
"@types/uuid": "^9.0.7", | ||
@@ -60,0 +61,0 @@ "tsup": "^8.0.1", |
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 not supported yet
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1966163
5
26065