braintrust 0.0.140 → 0.0.141-dev
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.
- package/.turbo/turbo-build.log +42 -0
- package/.turbo/turbo-watch.log +1843 -0
- package/LICENSE +201 -0
- package/braintrust-0.0.141.tgz +0 -0
- package/dist/{logger.d.ts → browser.d.mts} +168 -92
- package/dist/browser.d.ts +1089 -2
- package/dist/browser.js +383 -9185
- package/dist/browser.mjs +254 -7
- package/dist/cli.js +3887 -27452
- package/dist/index.d.mts +1250 -0
- package/dist/index.d.ts +1236 -41
- package/dist/index.js +1706 -18925
- package/dist/index.mjs +255 -121
- package/package.json +40 -23
- package/tsup.config.ts +23 -0
- package/turbo.json +8 -0
- package/vitest.config.js +6 -0
- package/dist/browser-config.d.ts +0 -6
- package/dist/cli.d.ts +0 -35
- package/dist/framework.d.ts +0 -180
- package/dist/framework.test.d.ts +0 -1
- package/dist/functions.d.ts +0 -15
- package/dist/gitutil.d.ts +0 -17
- package/dist/isomorph.d.ts +0 -27
- package/dist/jest/nodeModulesPaths.d.ts +0 -15
- package/dist/jest/tryRealpath.d.ts +0 -7
- package/dist/node.d.ts +0 -1
- package/dist/progress.d.ts +0 -18
- package/dist/stackutil.d.ts +0 -8
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/dist/util.d.ts +0 -11
- package/dist/wrappers/ai-sdk.d.ts +0 -8
- package/dist/wrappers/oai.d.ts +0 -34
- package/jest.config.js +0 -5
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
|
|
2
|
+
> braintrust@0.0.141 build /Users/ankur/projects/braintrust/sdk/js
|
|
3
|
+
> tsup
|
|
4
|
+
|
|
5
|
+
CLI Building entry: src/index.ts
|
|
6
|
+
CLI Using tsconfig: tsconfig.json
|
|
7
|
+
CLI tsup v8.0.2
|
|
8
|
+
CLI Using tsup config: /Users/ankur/projects/braintrust/sdk/js/tsup.config.ts
|
|
9
|
+
CLI Building entry: src/browser.ts
|
|
10
|
+
CLI Using tsconfig: tsconfig.json
|
|
11
|
+
CLI tsup v8.0.2
|
|
12
|
+
CLI Using tsup config: /Users/ankur/projects/braintrust/sdk/js/tsup.config.ts
|
|
13
|
+
CLI Building entry: src/cli.ts
|
|
14
|
+
CLI Using tsconfig: tsconfig.json
|
|
15
|
+
CLI tsup v8.0.2
|
|
16
|
+
CLI Using tsup config: /Users/ankur/projects/braintrust/sdk/js/tsup.config.ts
|
|
17
|
+
CLI Target: es2022
|
|
18
|
+
CJS Build start
|
|
19
|
+
ESM Build start
|
|
20
|
+
CLI Target: es2022
|
|
21
|
+
CJS Build start
|
|
22
|
+
ESM Build start
|
|
23
|
+
CLI Target: es2022
|
|
24
|
+
CJS Build start
|
|
25
|
+
CJS dist/browser.js 99.83 KB
|
|
26
|
+
CJS ⚡️ Build success in 16ms
|
|
27
|
+
ESM dist/browser.mjs 96.23 KB
|
|
28
|
+
ESM ⚡️ Build success in 16ms
|
|
29
|
+
CJS dist/index.js 157.33 KB
|
|
30
|
+
CJS ⚡️ Build success in 25ms
|
|
31
|
+
ESM dist/index.mjs 153.31 KB
|
|
32
|
+
ESM ⚡️ Build success in 26ms
|
|
33
|
+
CJS dist/cli.js 194.26 KB
|
|
34
|
+
CJS ⚡️ Build success in 30ms
|
|
35
|
+
DTS Build start
|
|
36
|
+
DTS Build start
|
|
37
|
+
DTS ⚡️ Build success in 1026ms
|
|
38
|
+
DTS dist/browser.d.ts 56.27 KB
|
|
39
|
+
DTS dist/browser.d.mts 56.27 KB
|
|
40
|
+
DTS ⚡️ Build success in 1145ms
|
|
41
|
+
DTS dist/index.d.ts 63.75 KB
|
|
42
|
+
DTS dist/index.d.mts 63.75 KB
|