@braintrust/core
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@braintrust/core", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Shared core dependencies for Braintrust packages", | ||
@@ -11,3 +11,5 @@ "main": "./dist/index.js", | ||
"watch": "tsup --watch", | ||
"clean": "rm -r dist/*" | ||
"clean": "rm -r dist/*", | ||
"prepublishOnly": "./scripts/node_prepublish.py", | ||
"postpublishOnly": "./scripts/node_postpublish.py" | ||
}, | ||
@@ -46,4 +48,3 @@ "exports": { | ||
}, | ||
"dependencies": { | ||
} | ||
} | ||
"dependencies": {} | ||
} |
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
2662