@loopstack/api 0.0.3 → 0.0.5
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/CHANGELOG.md +18 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @loopstack/api
|
|
2
2
|
|
|
3
|
+
## 0.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Implements tool call sequence workflow type
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @loopstack/core@0.0.5
|
|
10
|
+
- @loopstack/shared@0.0.4
|
|
11
|
+
|
|
12
|
+
## 0.0.4
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Bugixes for various issues bootstrapping the application via installer
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @loopstack/core@0.0.4
|
|
19
|
+
- @loopstack/shared@0.0.3
|
|
20
|
+
|
|
3
21
|
## 0.0.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|