@loopstack/api 0.6.1 → 0.7.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/api",
3
3
  "displayName": "Loopstack Api Module",
4
4
  "description": "The api module of the loopstack automation framework",
5
- "version": "0.6.1",
5
+ "version": "0.7.1",
6
6
  "author": {
7
7
  "name": "Jakob Klippel",
8
8
  "url": "https://www.linkedin.com/in/jakob-klippel/"
@@ -11,8 +11,8 @@
11
11
  "main": "dist/index.js",
12
12
  "types": "dist/index.d.ts",
13
13
  "dependencies": {
14
- "@loopstack/core": "^0.6.1",
15
- "@loopstack/shared": "^0.6.1",
14
+ "@loopstack/core": "^0.7.1",
15
+ "@loopstack/shared": "^0.7.1",
16
16
  "@nestjs/common": "^11.0.1",
17
17
  "@nestjs/config": "^4.0.0",
18
18
  "@nestjs/core": "^11.0.1",