@loopstack/meeting-notes-example-workflow 0.19.0-rc.0 → 0.19.0-rc.1

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@loopstack/meeting-notes-example-workflow",
3
3
  "displayName": "Loopstack Meeting Notes Example Worflow",
4
4
  "description": "A complete workflow demonstrating how to create a workflow in loopstack based on a meeting notes summary use case.",
5
- "version": "0.19.0-rc.0",
5
+ "version": "0.19.0-rc.1",
6
6
  "author": {
7
7
  "name": "Jakob Klippel",
8
8
  "url": "https://www.linkedin.com/in/jakob-klippel/"
@@ -30,12 +30,22 @@
30
30
  "watch": "nest build --watch"
31
31
  },
32
32
  "dependencies": {
33
- "@loopstack/ai-module": "^0.19.0-rc.0",
34
- "@loopstack/common": "^0.19.0-rc.0",
35
- "@loopstack/core-ui-module": "^0.19.0-rc.0",
33
+ "@loopstack/ai-module": "^0.19.0-rc.1",
34
+ "@loopstack/common": "^0.19.0-rc.1",
35
+ "@loopstack/core-ui-module": "^0.19.0-rc.1",
36
36
  "@nestjs/common": "^11.1.12",
37
37
  "zod": "^4.3.5"
38
38
  },
39
+ "files": [
40
+ "dist",
41
+ "src"
42
+ ],
43
+ "loopstack": {
44
+ "module": "src/meeting-notes-example.module.ts",
45
+ "workflows": [
46
+ "src/meeting-notes.workflow.ts"
47
+ ]
48
+ },
39
49
  "jest": {
40
50
  "testEnvironment": "node",
41
51
  "rootDir": "src",
@@ -1,4 +0,0 @@
1
-
2
- > @loopstack/meeting-notes-example-workflow@0.19.0-rc.0 build
3
- > nest build
4
-
package/CHANGELOG.md DELETED
@@ -1,51 +0,0 @@
1
- # @loopstack/meeting-notes-example-workflow
2
-
3
- ## 0.19.0-rc.0
4
-
5
- ### Minor Changes
6
-
7
- - [#44](https://github.com/loopstack-ai/loopstack/pull/44) [`b20801c`](https://github.com/loopstack-ai/loopstack/commit/b20801ce956557dbd2eae22ae02c8d45954f8bf8) Thanks [@jakobklippel](https://github.com/jakobklippel)! - Replace abstract block classes with interfaces, various bugfixes
8
-
9
- ### Patch Changes
10
-
11
- - Updated dependencies [[`b20801c`](https://github.com/loopstack-ai/loopstack/commit/b20801ce956557dbd2eae22ae02c8d45954f8bf8)]:
12
- - @loopstack/core-ui-module@0.19.0-rc.0
13
- - @loopstack/ai-module@0.19.0-rc.0
14
- - @loopstack/common@0.19.0-rc.0
15
-
16
- ## 0.18.1
17
-
18
- ### Patch Changes
19
-
20
- - [#36](https://github.com/loopstack-ai/loopstack/pull/36) [`1af9cd4`](https://github.com/loopstack-ai/loopstack/commit/1af9cd4edb37b60e3df677ba450ad22a936f447d) Thanks [@jakobklippel](https://github.com/jakobklippel)! - Add loopstack-module config and update readme files
21
-
22
- - Updated dependencies [[`1af9cd4`](https://github.com/loopstack-ai/loopstack/commit/1af9cd4edb37b60e3df677ba450ad22a936f447d)]:
23
- - @loopstack/core-ui-module@0.18.1
24
- - @loopstack/ai-module@0.18.1
25
-
26
- ## 0.18.0
27
-
28
- ### Minor Changes
29
-
30
- - [#13](https://github.com/loopstack-ai/loopstack/pull/13) [`13ab1a7`](https://github.com/loopstack-ai/loopstack/commit/13ab1a792a12bc46e0a21cf1ac038a7e69c566df) Thanks [@jakobklippel](https://github.com/jakobklippel)! - Added from external repository
31
-
32
- ### Patch Changes
33
-
34
- - Updated dependencies [[`eea1b9f`](https://github.com/loopstack-ai/loopstack/commit/eea1b9ff10eaf8eda2a1bd4c2042148f964d5a39), [`e556176`](https://github.com/loopstack-ai/loopstack/commit/e5561769b365218f1ffdc890b887e7b607d06101), [`4ee0af1`](https://github.com/loopstack-ai/loopstack/commit/4ee0af1536e7802eb9d69a788c10184e3c5a7a11), [`3fd1db5`](https://github.com/loopstack-ai/loopstack/commit/3fd1db5d0de8ad26e3e22348f7f1593024a74273)]:
35
- - @loopstack/ai-module@0.18.0
36
- - @loopstack/core-ui-module@0.18.0
37
- - @loopstack/core@0.18.0
38
- - @loopstack/common@0.18.0
39
-
40
- ## 0.18.0-rc.0
41
-
42
- ### Minor Changes
43
-
44
- - [#13](https://github.com/loopstack-ai/loopstack/pull/13) [`13ab1a7`](https://github.com/loopstack-ai/loopstack/commit/13ab1a792a12bc46e0a21cf1ac038a7e69c566df) Thanks [@jakobklippel](https://github.com/jakobklippel)! - Added from external repository
45
-
46
- ### Patch Changes
47
-
48
- - Updated dependencies [[`eea1b9f`](https://github.com/loopstack-ai/loopstack/commit/eea1b9ff10eaf8eda2a1bd4c2042148f964d5a39)]:
49
- - @loopstack/ai-module@0.18.0-rc.0
50
- - @loopstack/common@0.18.0-rc.1
51
- - @loopstack/core@0.18.0-rc.1
@@ -1,4 +0,0 @@
1
- {
2
- "module": "src/meeting-notes-example.module.ts",
3
- "workflows": ["src/meeting-notes.workflow.ts"]
4
- }
package/nest-cli.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "$schema": "https://json.schemastore.org/nest-cli",
3
- "collection": "@nestjs/schematics",
4
- "sourceRoot": "src",
5
- "compilerOptions": {
6
- "assets": ["**/*.yaml", "**/*.yml"],
7
- "watchAssets": true,
8
- "deleteOutDir": true
9
- }
10
- }
@@ -1,5 +0,0 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "include": ["./src"],
4
- "exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
5
- }
package/tsconfig.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "extends": "../../../tsconfig.base.json",
3
- "compilerOptions": {
4
- "outDir": "./dist",
5
- "rootDir": "./src",
6
- "baseUrl": "."
7
- },
8
- "exclude": ["node_modules", "dist"],
9
- "include": ["./src", "./test"]
10
- }