@braintrust/core
Advanced tools
Comparing version 0.0.23 to 0.0.24
{ | ||
"name": "@braintrust/core", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "Shared core dependencies for Braintrust packages", | ||
@@ -16,2 +16,3 @@ "main": "./dist/main/index.js", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
@@ -24,16 +25,18 @@ "types": "./dist/main/index.d.ts", | ||
"./typespecs": { | ||
"types": "./dist/typespecs/index.d.ts", | ||
"import": "./dist/typespecs/index.mjs", | ||
"module": "./dist/typespecs/index.mjs", | ||
"require": "./dist/typespecs/index.js" | ||
"types": "./typespecs/dist/index.d.ts", | ||
"import": "./typespecs/dist/index.mjs", | ||
"module": "./typespecs/dist/index.mjs", | ||
"require": "./typespecs/dist/index.js" | ||
}, | ||
"./typespecs-stainless": { | ||
"types": "./dist/typespecs-stainless/index.d.ts", | ||
"import": "./dist/typespecs-stainless/index.mjs", | ||
"module": "./dist/typespecs-stainless/index.mjs", | ||
"require": "./dist/typespecs-stainless/index.js" | ||
"types": "./typespecs-stainless/dist/index.d.ts", | ||
"import": "./typespecs-stainless/dist/index.mjs", | ||
"module": "./typespecs-stainless/dist/index.mjs", | ||
"require": "./typespecs-stainless/dist/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"dist/**/*" | ||
"dist/**/*", | ||
"typespecs/dist/**/*", | ||
"typespecs-stainless/dist/**/*" | ||
], | ||
@@ -40,0 +43,0 @@ "license": "MIT", |
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
2946629
21
39843
4