File tree 4 files changed +16
-4
lines changed
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
### 2024.10.24
2
2
3
+ #### @artifact/dumb-bot 0.0.8 (patch)
4
+
5
+ - fix(reasoner,dumb-bot): readme instructions link was relative to workspace
6
+ root
7
+
8
+ #### @artifact/reasoner 0.0.2 (patch)
9
+
10
+ - fix(reasoner,dumb-bot): readme instructions link was relative to workspace
11
+ root
12
+
13
+ ### 2024.10.24
14
+
3
15
#### @artifact/dumb-bot 0.0.7 (patch)
4
16
5
17
- feat(dumb-bot): add dumb-bot
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @artifact/dumb-bot" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"exports" : {
5
5
"." : " ./mod.ts"
6
6
}
Original file line number Diff line number Diff line change 15
15
16
16
"@artifact/files" : " jsr:@artifact/files@^0.0.1" ,
17
17
"@artifact/openai" : " jsr:@artifact/openai@^0.0.1" ,
18
- "@artifact/dumb-bot" : " jsr:@artifact/dumb-bot@^0.0.7 " ,
19
- "@artifact/reasoner" : " jsr:@artifact/reasoner@^0.0.1 " ,
18
+ "@artifact/dumb-bot" : " jsr:@artifact/dumb-bot@^0.0.8 " ,
19
+ "@artifact/reasoner" : " jsr:@artifact/reasoner@^0.0.2 " ,
20
20
"@artifact/fixture" : " jsr:@artifact/fixture@^0.0.1" ,
21
21
"@artifact/hamr" : " jsr:@artifact/hamr@^0.0.1" ,
22
22
"@artifact/info" : " jsr:@artifact/info@^0.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @artifact/reasoner" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"exports" : {
5
5
"." : " ./mod.ts"
6
6
}
You can’t perform that action at this time.
0 commit comments