@bpmnkit/casen-worker-ai 0.1.0 → 0.1.4
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 +1 -1
- package/CHANGELOG.md +24 -0
- package/README.md +4 -0
- package/package.json +68 -68
- package/tsconfig.tsbuildinfo +1 -1
- package/.turbo/turbo-check.log +0 -5
- package/.turbo/turbo-test.log +0 -18
- package/.turbo/turbo-typecheck.log +0 -4
package/.turbo/turbo-check.log
DELETED
package/.turbo/turbo-test.log
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @bpmnkit/casen-worker-ai@0.1.0 test /home/adam/github.com/bpmnkit/monorepo/plugins-cli/casen-worker-ai
|
|
3
|
-
> vitest run
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
RUN v3.2.4 /home/adam/github.com/bpmnkit/monorepo/plugins-cli/casen-worker-ai
|
|
7
|
-
|
|
8
|
-
✓ src/config.test.ts (3 tests) 11ms
|
|
9
|
-
✓ src/operations/summarize.test.ts (3 tests) 11ms
|
|
10
|
-
✓ src/operations/extract.test.ts (5 tests) 20ms
|
|
11
|
-
✓ src/operations/classify.test.ts (7 tests) 7ms
|
|
12
|
-
✓ src/operations/decide.test.ts (5 tests) 16ms
|
|
13
|
-
|
|
14
|
-
Test Files 5 passed (5)
|
|
15
|
-
Tests 23 passed (23)
|
|
16
|
-
Start at 13:49:38
|
|
17
|
-
Duration 1.09s (transform 1.29s, setup 0ms, collect 2.21s, tests 65ms, environment 5ms, prepare 814ms)
|
|
18
|
-
|