@loopstack/meeting-notes-example-workflow 0.21.3 → 0.21.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -200,7 +200,7 @@ This workflow uses the following Loopstack modules:
200
200
 
201
201
  Author: [Jakob Klippel](https://www.linkedin.com/in/jakob-klippel/)
202
202
 
203
- License: Apache-2.0
203
+ License: MIT
204
204
 
205
205
  ### Additional Resources
206
206
 
package/package.json CHANGED
@@ -9,8 +9,8 @@
9
9
  "summary",
10
10
  "workflow"
11
11
  ],
12
- "version": "0.21.3",
13
- "license": "Apache-2.0",
12
+ "version": "0.21.5",
13
+ "license": "MIT",
14
14
  "author": {
15
15
  "name": "Jakob Klippel",
16
16
  "url": "https://www.linkedin.com/in/jakob-klippel/"
@@ -30,10 +30,10 @@
30
30
  "watch": "nest build --watch"
31
31
  },
32
32
  "dependencies": {
33
- "@loopstack/claude-module": "^0.22.2",
34
- "@loopstack/common": "^0.25.2",
35
- "@loopstack/core": "^0.25.2",
36
- "@nestjs/common": "^11.1.14",
33
+ "@loopstack/claude-module": "^0.22.4",
34
+ "@loopstack/common": "^0.27.0",
35
+ "@loopstack/core": "^0.27.0",
36
+ "@nestjs/common": "^11.1.19",
37
37
  "zod": "^4.3.6"
38
38
  },
39
39
  "files": [