@loopstack/api 0.7.1 → 0.7.3
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 +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @loopstack/api
|
|
2
2
|
|
|
3
|
+
## 0.7.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix redis for core scheduler
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @loopstack/core@0.7.2
|
|
10
|
+
- @loopstack/shared@0.7.2
|
|
11
|
+
|
|
12
|
+
## 0.7.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- set cookie domain and cors origin for auth api and websocket
|
|
17
|
+
|
|
3
18
|
## 0.7.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
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.7.
|
|
5
|
+
"version": "0.7.3",
|
|
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.7.
|
|
15
|
-
"@loopstack/shared": "^0.7.
|
|
14
|
+
"@loopstack/core": "^0.7.2",
|
|
15
|
+
"@loopstack/shared": "^0.7.2",
|
|
16
16
|
"@nestjs/common": "^11.0.1",
|
|
17
17
|
"@nestjs/config": "^4.0.0",
|
|
18
18
|
"@nestjs/core": "^11.0.1",
|